.elementor-3490 .elementor-element.elementor-element-b025a6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-1378158 *//* ============================================================
   MICRODOSE CAPSULE MAKER GUIDE — Elementor Custom CSS
   Paste into: Elementor > Edit Page > Custom CSS
   ============================================================ */

/* ── VARIABLES ── */
.avlc-wrap {
  --avlc-green:     #1a7a4a;
  --avlc-green-l:   #e8f7f0;
  --avlc-blue:      #1a4a8a;
  --avlc-blue-l:    #e8f0fb;
  --avlc-purple:    #5a2d82;
  --avlc-purple-l:  #f2eafa;
  --avlc-purple-b:  #c4b5fd;
  --avlc-amber:     #b45309;
  --avlc-amber-l:   #fffbeb;
  --avlc-amber-b:   #fcd34d;
  --avlc-red:       #b91c1c;
  --avlc-red-l:     #fef2f2;
  --avlc-red-b:     #fca5a5;
  --avlc-dark:      #111827;
  --avlc-mid:       #374151;
  --avlc-muted:     #6b7280;
  --avlc-border:    #e5e7eb;
  --avlc-bg:        #f9fafb;
  --avlc-white:     #ffffff;
  --avlc-radius:    12px;
  --avlc-shadow:    0 2px 16px rgba(0,0,0,.07);

  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--avlc-dark);
  line-height: 1.75;
  width: 100%;
}

/* ── GLOBAL ── */
.avlc-wrap *, .avlc-wrap *::before, .avlc-wrap *::after { box-sizing: border-box; }
.avlc-wrap a { color: var(--avlc-green); text-decoration: underline; text-underline-offset: 3px; }
.avlc-wrap a:hover { color: var(--avlc-blue); }
.avlc-wrap ul, .avlc-wrap ol { padding-left: 1.4rem; margin: 0.5rem 0; }
.avlc-wrap li { margin-bottom: 0.35rem; }
.avlc-wrap p { margin: 0 0 1rem; }

/* ── HERO ── */
.avlc-hero {
  background: linear-gradient(135deg, #0d2b1a 0%, #1a5c38 55%, #1a3a6a 100%);
  color: var(--avlc-white);
  border-radius: var(--avlc-radius);
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.avlc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.avlc-hero__badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: #a7f3d0;
  font-size: 0.72rem;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.avlc-hero__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--avlc-white);
  margin: 0 0 1rem;
}
.avlc-hero__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  max-width: 680px;
  margin: 0 0 1.5rem;
}
.avlc-hero__meta { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.avlc-hero__meta span {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.9);
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

/* ── LEGAL BOX ── */
.avlc-legal-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--avlc-red-l);
  border: 2px solid var(--avlc-red-b);
  border-left: 5px solid var(--avlc-red);
  border-radius: var(--avlc-radius);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 0.97rem;
}
.avlc-legal-box__icon { font-size: 1.5rem; flex-shrink: 0; }

/* ── TOC ── */
.avlc-toc {
  background: var(--avlc-bg);
  border: 1px solid var(--avlc-border);
  border-left: 4px solid var(--avlc-green);
  border-radius: var(--avlc-radius);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
}
.avlc-toc__heading {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--avlc-muted);
  margin: 0 0 0.75rem;
}
.avlc-toc__list { margin: 0; padding-left: 1.2rem; }
.avlc-toc__list li { margin-bottom: 0.4rem; }
.avlc-toc__list a {
  color: var(--avlc-green);
  text-decoration: none;
  font-size: 0.95rem;
  font-family: 'Courier New', monospace;
}
.avlc-toc__list a:hover { text-decoration: underline; }

/* ── INTRO ── */
.avlc-intro { margin-bottom: 1.5rem; }
.avlc-intro p { font-size: 1.02rem; color: var(--avlc-mid); }

/* ── SECTIONS ── */
.avlc-section { margin-bottom: 3rem; scroll-margin-top: 80px; }
.avlc-section__label {
  font-family: 'Courier New', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--avlc-green);
  margin-bottom: 0.4rem;
}
.avlc-section__title {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  color: var(--avlc-dark);
  margin: 0 0 1.5rem;
  line-height: 1.3;
  border-bottom: 2px solid var(--avlc-border);
  padding-bottom: 0.6rem;
}
.avlc-section__title span { color: var(--avlc-green); font-weight: 400; }

/* ── PHASE BLOCKS ── */
.avlc-phase {
  margin-bottom: 2rem;
  border: 1px solid var(--avlc-border);
  border-radius: var(--avlc-radius);
  overflow: hidden;
  box-shadow: var(--avlc-shadow);
}
.avlc-phase__head {
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  color: var(--avlc-white);
  letter-spacing: 0.02em;
}
.avlc-phase__head--green  { background: var(--avlc-green); }
.avlc-phase__head--blue   { background: var(--avlc-blue); }
.avlc-phase__head--amber  { background: var(--avlc-amber); }
.avlc-phase__head--purple { background: var(--avlc-purple); }

/* ── HOWTO STEPS ── */
.avlc-howto-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--avlc-border);
  background: var(--avlc-white);
  transition: background 0.15s ease;
}
.avlc-howto-step:last-child { border-bottom: none; }
.avlc-howto-step:hover { background: var(--avlc-bg); }

.avlc-howto-step__num {
  font-family: 'Courier New', monospace;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--avlc-white);
  background: var(--avlc-green);
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(26,122,74,0.25);
}

/* Phase-specific step number colours */
.avlc-phase:nth-child(2) .avlc-howto-step__num { background: var(--avlc-blue); box-shadow: 0 2px 8px rgba(26,74,138,.25); }
.avlc-phase:nth-child(3) .avlc-howto-step__num { background: var(--avlc-amber); box-shadow: 0 2px 8px rgba(180,83,9,.25); }
.avlc-phase:nth-child(4) .avlc-howto-step__num { background: var(--avlc-purple); box-shadow: 0 2px 8px rgba(90,45,130,.25); }

.avlc-howto-step__body { flex: 1; }
.avlc-howto-step__body h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--avlc-dark);
  margin: 0 0 0.5rem;
}
.avlc-howto-step__body p { font-size: 0.95rem; color: var(--avlc-mid); margin: 0; }

/* ── INLINE TIP ── */
.avlc-tip-inline {
  background: var(--avlc-amber-l);
  border: 1px solid var(--avlc-amber-b);
  border-left: 4px solid var(--avlc-amber);
  border-radius: 8px;
  padding: 0.65rem 1rem;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: var(--avlc-mid);
}

/* ── TOOLS GRID ── */
.avlc-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.avlc-tool-card {
  background: var(--avlc-white);
  border: 1px solid var(--avlc-border);
  border-radius: var(--avlc-radius);
  padding: 1.4rem;
  box-shadow: var(--avlc-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.avlc-tool-card__icon { font-size: 2rem; }
.avlc-tool-card h3 { font-size: 0.97rem; font-weight: 700; color: var(--avlc-dark); margin: 0; }
.avlc-tool-card p  { font-size: 0.88rem; color: var(--avlc-mid); margin: 0; flex: 1; }

/* ── SHOP CARDS ── */
.avlc-shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.avlc-shop-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--avlc-white);
  border: 2px solid var(--avlc-green);
  border-radius: var(--avlc-radius);
  padding: 1.4rem;
  text-decoration: none;
  color: var(--avlc-dark);
  box-shadow: var(--avlc-shadow);
  transition: all 0.2s ease;
}
.avlc-shop-card:hover {
  background: var(--avlc-green);
  color: var(--avlc-white);
  border-color: var(--avlc-green);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(26,122,74,0.2);
}
.avlc-shop-card__icon {
  font-size: 2.2rem;
  flex-shrink: 0;
}
.avlc-shop-card__body { flex: 1; }
.avlc-shop-card__body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
}
.avlc-shop-card__body p {
  font-size: 0.88rem;
  margin: 0;
  opacity: 0.8;
}
.avlc-shop-card__arrow {
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── FINAL DISCLAIMER ── */
.avlc-final-disclaimer {
  background: var(--avlc-bg);
  border: 1px solid var(--avlc-border);
  border-left: 5px solid var(--avlc-muted);
  border-radius: var(--avlc-radius);
  padding: 1.1rem 1.4rem;
  font-size: 0.9rem;
  color: var(--avlc-muted);
  margin-top: 2rem;
}

/* ============================================================
   MOBILE — max-width: 768px
   ============================================================ */
@media (max-width: 768px) {
  .avlc-hero { padding: 1.75rem 1.25rem; }
  .avlc-hero__meta { gap: 0.4rem; }
  .avlc-section__title { font-size: 1.3rem; }

  .avlc-tools-grid { grid-template-columns: 1fr 1fr; }
  .avlc-shop-grid  { grid-template-columns: 1fr; }

  .avlc-howto-step { padding: 1rem 1.1rem; gap: 1rem; }
  .avlc-howto-step__num { min-width: 36px; height: 36px; font-size: 0.95rem; }

  .avlc-legal-box  { flex-direction: column; gap: 0.5rem; }
  .avlc-toc { padding: 1rem; }
}

/* ============================================================
   SMALL MOBILE — max-width: 480px
   ============================================================ */
@media (max-width: 480px) {
  .avlc-hero__title { font-size: 1.35rem; }
  .avlc-tools-grid { grid-template-columns: 1fr; }
  .avlc-howto-step { flex-direction: column; gap: 0.75rem; }
  .avlc-howto-step__num { width: 36px; height: 36px; }
  .avlc-phase__head { font-size: 0.88rem; padding: 0.65rem 1rem; }
  .avlc-shop-card { flex-direction: column; text-align: center; }
  .avlc-shop-card__arrow { display: none; }
}/* End custom CSS */