/* Dragon global footer — extracted from prototype proto1_v7_with_header-2.html. Namespaced .drg-footer-* */
.drg-footer{
  --drg-red:#a51b17;
  --drg-red-dark:#7d1410;
  --drg-gold:#c4b78d;
  --drg-gold-deep:#a89870;
  --drg-text:#fff;
  --drg-text-mid:rgba(255,255,255,.78);
  --drg-text-dim:rgba(255,255,255,.55);
  --drg-text-faint:rgba(255,255,255,.4);
  --drg-border:rgba(255,255,255,.1);
  --drg-bg:#1a1a18;
  --drg-bg-deeper:#0f0f0e;
  background:linear-gradient(180deg,var(--drg-bg) 0%,var(--drg-bg-deeper) 100%);
  color:var(--drg-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,sans-serif;
  position:relative;
}
.drg-footer *,
.drg-footer *::before,
.drg-footer *::after{box-sizing:border-box}

/* ═══ NEWSLETTER STRIP — top of footer ═══
   The footer's highest-value real estate: catches abandoning visitors with
   a 15% off offer in exchange for email. Light gold band, mild gradient,
   sits between content and the dark footer columns. */
.drg-footer-newsletter{
  background:linear-gradient(135deg,#fdf5dc 0%,#eed6a4 100%);
  color:#1a1a18;
  border-bottom:1px solid #d4c490;
  padding:36px 24px;
}
.drg-footer-newsletter-inner{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:center;
}
.drg-footer-newsletter-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.drg-footer-newsletter-eyebrow{
  font-size:11px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#8a6a14;
}
.drg-footer-newsletter-title{
  font-size:22px;
  font-weight:900;
  line-height:1.25;
  color:#1a1a18;
  margin:0;
  letter-spacing:-.01em;
}
.drg-footer-newsletter-sub{
  font-size:13px;
  color:#5a554b;
  font-weight:500;
  margin:2px 0 0;
}
.drg-footer-newsletter-form{
  display:flex;
  gap:8px;
  align-items:stretch;
  min-width:380px;
}
.drg-footer-newsletter-form input{
  flex:1;
  padding:13px 16px;
  border:1.5px solid rgba(0,0,0,.15);
  border-radius:8px;
  font-family:inherit;
  font-size:14px;
  font-weight:500;
  background:#fff;
  color:#1a1a18;
  outline:none;
  transition:border-color .15s;
}
.drg-footer-newsletter-form input:focus{
  border-color:#a51b17;
}
.drg-footer-newsletter-form input::placeholder{color:#7a766c}
.drg-footer-newsletter-form button{
  background:#a51b17;
  color:#fff;
  border:1px solid #7d1410;
  border-radius:8px;
  padding:0 22px;
  font-family:inherit;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
  white-space:nowrap;
  transition:background .2s, transform .1s, box-shadow .2s;
  box-shadow:0 2px 6px rgba(165,27,23,.25);
}
.drg-footer-newsletter-form button:hover{
  background:#7d1410;
  box-shadow:0 4px 12px rgba(165,27,23,.4);
  transform:translateY(-1px);
}
.drg-footer-newsletter-note{
  grid-column:1 / -1;
  font-size:11px;
  color:#7a766c;
  margin:0;
  text-align:left;
}
.drg-footer-newsletter-success{
  display:none;
  grid-column:1 / -1;
  background:rgba(26,127,58,.12);
  border:1px solid #1a7f3a;
  color:#1a7f3a;
  padding:12px 16px;
  border-radius:8px;
  font-size:14px;
  font-weight:700;
  text-align:center;
}
.drg-footer-newsletter.is-success .drg-footer-newsletter-form,
.drg-footer-newsletter.is-success .drg-footer-newsletter-note{display:none}
.drg-footer-newsletter.is-success .drg-footer-newsletter-success{display:block}

/* ═══ TRUST STRIP — 4-up icon row ═══
   Reinforces the live site's 4 trust badges (30-day, free shipping, lab tested,
   USA). Lighter dark band so it differentiates from the column section below. */
.drg-footer-trust{
  background:rgba(255,255,255,.03);
  border-bottom:1px solid var(--drg-border);
  padding:22px 24px;
}
.drg-footer-trust-inner{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}
.drg-footer-trust-item{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--drg-text);
}
.drg-footer-trust-icon{
  width:36px;
  height:36px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--drg-gold) 0%,var(--drg-gold-deep) 100%);
  color:#1a1a18;
  border-radius:50%;
  font-size:14px;
}
.drg-footer-trust-text{
  display:flex;
  flex-direction:column;
  line-height:1.2;
}
.drg-footer-trust-title{
  font-size:13px;
  font-weight:700;
  color:var(--drg-text);
}
.drg-footer-trust-sub{
  font-size:11px;
  color:var(--drg-text-dim);
  font-weight:500;
  margin-top:2px;
}

/* ═══ MAIN COLUMNS ═══
   Live-site parity: Shop By Strength · Shop By Type · Explore · Policies
   On desktop these render as a 4-column grid + brand block on the left.
   On mobile they collapse into accordion sections (see media query). */
.drg-footer-main{
  padding:48px 24px 32px;
  max-width:1200px;
  margin:0 auto;
}
.drg-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;
  gap:40px;
}

/* Brand column (leftmost on desktop) */
.drg-footer-brand{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.drg-footer-logo img{
  height:56px;
  width:auto;
  max-width:280px;  /* Americanna logo is wider (3:1 ratio) than the Dragon mark */
  display:block;
}
.drg-footer-tagline{
  font-size:13px;
  color:var(--drg-text-mid);
  line-height:1.6;
  margin:0;
}
.drg-footer-address{
  font-style:normal;
  font-size:13px;
  color:var(--drg-text-mid);
  line-height:1.6;
}
.drg-footer-address strong{
  color:var(--drg-text);
  font-weight:700;
  display:block;
  margin-bottom:4px;
}
.drg-footer-address a{
  color:var(--drg-text-mid);
  text-decoration:none;
  transition:color .15s;
}
.drg-footer-address a:hover{color:var(--drg-gold)}

/* Social row */
.drg-footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:4px;
}
.drg-footer-social a{
  width:36px;
  height:36px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  border:1px solid var(--drg-border);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--drg-text-mid);
  font-size:14px;
  text-decoration:none;
  transition:background .2s, color .2s, transform .15s;
}
.drg-footer-social a:hover{
  background:var(--drg-gold);
  color:#1a1a18;
  transform:translateY(-2px);
}

/* Column headers (clickable on mobile) */
.drg-footer-col-head{
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--drg-gold);
  margin:0 0 16px;
  padding:0;
  background:none;
  border:none;
  font-family:inherit;
  cursor:default;
  text-align:left;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.drg-footer-col-chevron{
  display:none;  /* hidden on desktop, shown on mobile */
  font-size:11px;
  transition:transform .25s ease;
  color:var(--drg-text-dim);
}

/* Column link lists */
.drg-footer-col-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.drg-footer-col-list a{
  font-size:13.5px;
  color:var(--drg-text-mid);
  text-decoration:none;
  font-weight:500;
  line-height:1.4;
  transition:color .15s, padding-left .15s;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.drg-footer-col-list a:hover{
  color:var(--drg-gold);
  padding-left:3px;
}
.drg-footer-col-list a i{
  font-size:9px;
  opacity:.6;
}

/* ═══ BOTTOM BAR ═══
   FDA disclaimer + legal line + payment badges */
.drg-footer-bottom{
  border-top:1px solid var(--drg-border);
  background:#0a0a09;
  padding:24px;
}
.drg-footer-bottom-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.drg-footer-disclaimer{
  font-size:11px;
  color:var(--drg-text-faint);
  line-height:1.6;
  margin:0;
  font-style:italic;
}
.drg-footer-disclaimer strong{
  color:var(--drg-text-dim);
  font-style:normal;
}
.drg-footer-bottom-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.drg-footer-copyright{
  font-size:12px;
  color:var(--drg-text-dim);
  margin:0;
}
.drg-footer-copyright a{
  color:var(--drg-text-mid);
  text-decoration:none;
  transition:color .15s;
}
.drg-footer-copyright a:hover{color:var(--drg-gold)}
.drg-footer-legal{margin-left:10px}
.drg-footer-payments{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
/* Payment card icons — SVGs from the Authorize.Net WC plugin.
   Sized to 38×24 (Auth.Net's native ratio) for crisp rendering.
   White background block so the cards pop against the dark footer.
   Subtle border + light shadow for depth. */
.drg-footer-pay{
  height:24px;
  width:38px;
  background:#fff;
  border-radius:4px;
  padding:3px 5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #e8e3d8;
  box-shadow:0 1px 2px rgba(0,0,0,.2);
  object-fit:contain;
  transition:transform .15s ease;
}
.drg-footer-pay:hover{
  transform:translateY(-1px);
}

/* Mobile accordion (<=767px). Brand block stays expanded. */
@media (max-width:767px){
  .drg-footer-newsletter{padding:28px 18px}
  .drg-footer-newsletter-inner{
    grid-template-columns:1fr;
    gap:16px;
  }
  .drg-footer-newsletter-title{font-size:19px}
  .drg-footer-newsletter-form{min-width:0;flex-direction:column;gap:10px}
  .drg-footer-newsletter-form input{font-size:15px}
  .drg-footer-newsletter-form button{padding:13px 20px;width:100%}

  .drg-footer-trust{padding:18px 18px}
  .drg-footer-trust-inner{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .drg-footer-trust-title{font-size:12px}
  .drg-footer-trust-sub{font-size:10px}

  .drg-footer-main{padding:32px 18px 16px}
  .drg-footer-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .drg-footer-brand{
    padding-bottom:24px;
    border-bottom:1px solid var(--drg-border);
    margin-bottom:8px;
  }
  
  /* Each column becomes an accordion section */
  .drg-footer-col{
    border-bottom:1px solid var(--drg-border);
  }
  .drg-footer-grid > .drg-footer-col:last-child{border-bottom:none}
  .drg-footer-col-head{
    cursor:pointer;
    padding:18px 4px;
    margin:0;
    user-select:none;
  }
  .drg-footer-col-chevron{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
  }
  .drg-footer-col.is-open .drg-footer-col-chevron{
    transform:rotate(180deg);
  }
  .drg-footer-col-body{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease, opacity .25s ease, padding .25s ease;
    opacity:0;
    padding:0 4px;
  }
  .drg-footer-col.is-open .drg-footer-col-body{
    max-height:600px;  /* generous — collapses by content under this */
    opacity:1;
    padding:0 4px 18px;
  }
  .drg-footer-col-list{gap:14px}
  .drg-footer-col-list a{font-size:14px}

  .drg-footer-bottom{padding:20px 18px}
  .drg-footer-bottom-row{flex-direction:column;align-items:flex-start;gap:12px}
}

/* Tablet: 2 columns of accordion (or 2-up cards) */
@media (min-width:768px) and (max-width:1023px){
  .drg-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:32px;
  }
  .drg-footer-brand{
    grid-column:1 / -1;
    border-bottom:1px solid var(--drg-border);
    padding-bottom:24px;
    margin-bottom:8px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
  .drg-footer-col-body,
  .drg-footer-col-chevron,
  .drg-footer-social a,
  .drg-footer-newsletter-form button,
  .drg-footer-col-list a{
    transition:none !important;
  }
}


/* Font weights: 900 reserved for small badges and the brand label. */

/* Account dropdown greeting — slightly softer */
.drg-account-title{font-weight:700 !important}

/* Strength card names (MAXIMUM, EXTRA, REGULAR, SUPER) — still strong but less aggressive */
.drg-mm-strength-name{font-weight:800 !important}

/* Type card names (Roll-Ups, Jars, Lotion, Travel) — softer, matches the gentler product voice */
.drg-mm-type-name{font-weight:700 !important}

/* Feature card content (mega menu offer cards) */
.drg-mm-feature-eyebrow{font-weight:700 !important}
.drg-mm-feature-title{font-weight:700 !important}

/* "View all products →" link */
.drg-mm-viewall{font-weight:700 !important}

/* Search submit button */
.drg-search-submit{font-weight:700 !important}

/* Start Here button — was 800, now 700 (more refined) */
.drg-start-here{font-weight:700 !important}

/* Promo strip "Code" pill — was 800/900, now 700 */
.drg-promo-copy{font-weight:700 !important}
.drg-promo-copy strong{font-weight:800 !important}  /* the code itself slightly heavier */

/* Drawer link CTAs (mobile) — match the lighter button voice */
.drg-drawer-link-cta{font-weight:700 !important}

/* Nav links already at 600 — leave alone */
/* Mega menu eyebrows already at 600 — leave alone */
/* Cart count (900) — keep, it's a tiny badge */
/* Code pills (900) — keep, they're the highlight */
/* Offer badges (900) — keep, they're meaningful labels */
/* Strength badge "Best Seller" (900) — keep, it's a small ribbon */




/* Track Your Order: emphasised link at the foot of the Explore column. */
.drg-footer-col-list a.drg-footer-track-order{
  background:linear-gradient(135deg,rgba(196,183,141,.18) 0%,rgba(168,152,112,.12) 100%);
  border:1px solid rgba(196,183,141,.35);
  color:#dccfa3 !important;
  font-weight:700;
  padding:8px 12px;
  border-radius:6px;
  margin-top:8px;  /* Visual separation from the other links above */
  transition:background .2s, border-color .2s, color .15s, transform .15s, padding-left .15s;
}
.drg-footer-col-list a.drg-footer-track-order:hover{
  background:linear-gradient(135deg,rgba(196,183,141,.3) 0%,rgba(168,152,112,.22) 100%);
  border-color:#c4b78d;
  color:#fff !important;
  padding-left:14px;
  transform:translateX(2px);
}
.drg-footer-track-order i.drg-footer-track-icon{
  font-size:13px !important;
  opacity:1 !important;
  color:#c4b78d !important;
  margin-right:2px;
}
.drg-footer-track-order:hover i.drg-footer-track-icon{
  color:#fff !important;
}


/* ═══ SUBSCRIBE STRIP ═══
   Sits between the trust badges and the link columns. Dark band rather than the
   old light-gold newsletter treatment, so it reads as part of the footer.
   Red is the CTA colour and appears nowhere else in the footer. */
.drg-footer-subscribe{
  background:rgba(255,255,255,.02);
  border-bottom:1px solid var(--drg-border);
  padding:20px 24px;
}
.drg-footer-subscribe-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  /* row gap kept tight so the confirmation sits just under the button;
     32px applied to both axes pushed it a third of the band away. */
  gap:6px 32px;
  align-items:center;
}
.drg-footer-subscribe-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.drg-footer-subscribe-title{
  font-size:14px;
  color:var(--drg-text-mid);
  margin:0;
  line-height:1.4;
}
.drg-footer-subscribe-title strong{
  color:var(--drg-text);
  font-weight:700;
}
.drg-footer-subscribe-note{
  font-size:11px;
  color:var(--drg-text-faint);
  margin:0;
}
.drg-footer-subscribe-note a{
  color:var(--drg-text-dim);
  text-decoration:underline;
  transition:color .15s;
}
.drg-footer-subscribe-note a:hover{color:var(--drg-gold)}
.drg-footer-subscribe-form{
  display:flex;
  gap:10px;
  align-items:stretch;
}
.drg-footer-subscribe-form input{
  width:240px;
  padding:12px 16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:6px;
  color:var(--drg-text);
  font-family:inherit;
  font-size:14px;
  font-weight:400;
  outline:none;
  transition:border-color .15s, background .15s;
}
.drg-footer-subscribe-form input::placeholder{color:var(--drg-text-faint)}
.drg-footer-subscribe-form input:focus{
  border-color:var(--drg-gold);
  background:rgba(255,255,255,.09);
}
.drg-footer-subscribe-form button{
  background:var(--drg-red);
  color:#fff;
  border:none;
  border-radius:6px;
  padding:0 28px;
  font-family:inherit;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  white-space:nowrap;
  transition:background .2s;
}
.drg-footer-subscribe-form button:hover{background:var(--drg-red-dark)}
.drg-footer-subscribe-success{
  display:none;
  grid-column:1 / -1;
  font-size:13px;
  font-weight:600;
  color:var(--drg-gold);
  margin:0;
}
.drg-footer-subscribe.is-success .drg-footer-subscribe-success{display:block}

/* ═══ FIND MY STRENGTH CARD ═══
   Opens the strength quiz modal. Sits on row 2 under the Strength/Type columns
   on desktop; follows the social row on mobile because of its DOM position. */
.drg-footer-quiz{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  margin:0;
  padding:14px 16px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--drg-border);
  border-radius:10px;
  font-family:inherit;
  text-align:left;
  cursor:pointer;
  transition:background .2s, border-color .2s;
}
.drg-footer-quiz:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(196,183,141,.45);
}
.drg-footer-quiz-icon{
  width:36px;
  height:36px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--drg-gold) 0%,var(--drg-gold-deep) 100%);
  color:#1a1a18;
}
.drg-footer-quiz-text{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.drg-footer-quiz-title{
  font-size:13.5px;
  font-weight:700;
  color:var(--drg-text);
  line-height:1.3;
}
.drg-footer-quiz-sub{
  font-size:12px;
  font-weight:400;
  color:var(--drg-text-dim);
  line-height:1.3;
}
.drg-footer-quiz-arrow{
  margin-left:auto;
  flex-shrink:0;
  color:var(--drg-text-dim);
  transition:transform .2s, color .2s;
}
.drg-footer-quiz:hover .drg-footer-quiz-arrow{
  transform:translateX(3px);
  color:var(--drg-gold);
}

/* ═══ LIGHTER LINK / ADDRESS WEIGHTS ═══
   Column links and the address block were reading too heavy against the
   dark ground. Requested 2026-09-14. */
.drg-footer-col-list a{font-weight:400}
.drg-footer-address{font-weight:400}
.drg-footer-address strong{font-weight:600}

/* ═══ RESPONSIVE — subscribe + quiz card ═══ */
@media (min-width:768px) and (max-width:1023px){
  .drg-footer-shopgroup{grid-column:1 / -1}
}
@media (max-width:767px){
  .drg-footer-subscribe{padding:18px}
  .drg-footer-subscribe-inner{grid-template-columns:1fr;gap:14px}
  .drg-footer-subscribe-form{flex-direction:column;gap:10px}
  .drg-footer-subscribe-form input{width:100%;font-size:15px}
  .drg-footer-subscribe-form button{padding:14px 20px;width:100%}

  .drg-footer-shopgroup{gap:0}
  .drg-footer-shopgroup-cols{grid-template-columns:1fr;gap:0}
  .drg-footer-quiz{order:-1;margin:0 0 18px}
}


/* ═══ SHOP GROUP — Strength + Type side by side, quiz card beneath ═══
   Spans the two middle grid columns. Nesting is what keeps the quiz card
   directly under these two short lists instead of dropping to a second grid
   row, which would sit below the much taller Explore column. */
.drg-footer-shopgroup{
  grid-column:2 / 4;
  display:flex;
  flex-direction:column;
  gap:24px;
  align-self:start;
}
.drg-footer-shopgroup-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

/* ═══ TRUST STRIP — hidden 2026-09-14 at client request ═══
   Markup left in place so it can be switched back on by deleting this rule. */
.drg-footer-trust{display:none}

/* Tighter link lists — requested 2026-09-14 */
.drg-footer-col-list{gap:0}

/* ═══ RESPONSIVE OVERRIDES — must stay LAST in this file ═══
   The .drg-footer-shopgroup base rules above are appended after the original
   responsive block, so overrides placed earlier lose on source order and the
   desktop grid-column leaks into tablet/mobile. Keep these at the end. */
@media (min-width:768px) and (max-width:1023px){
  .drg-footer-shopgroup{grid-column:1 / -1}
  .drg-footer-shopgroup-cols{grid-template-columns:1fr 1fr;gap:32px}
}
@media (max-width:767px){
  .drg-footer-shopgroup{grid-column:auto;gap:0}
  .drg-footer-shopgroup-cols{grid-template-columns:1fr;gap:0}
  .drg-footer-quiz{order:-1;margin:0 0 18px}
}

/* ═══ SUBSCRIBE — submit states ═══
   The form stays put: the button spins while submitting, then a short
   confirmation appears beneath it. Previously the whole strip was replaced
   by the message, which collapsed the band to a single stray line. */
.drg-footer-subscribe-form button{position:relative}
.drg-footer-subscribe.is-loading .drg-footer-subscribe-form button{
  color:transparent;
  pointer-events:none;
}
.drg-footer-subscribe.is-loading .drg-footer-subscribe-form button::after{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width:16px;
  height:16px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  animation:drgFooterSpin .6s linear infinite;
}
@keyframes drgFooterSpin{to{transform:rotate(360deg)}}

/* Confirmation sits under the form, not in place of it */
.drg-footer-subscribe-success{
  display:none;
  grid-column:2;
  justify-self:start;
  margin:6px 0 0;
  font-size:12px;
  font-weight:500;
  color:var(--drg-gold);
}
.drg-footer-subscribe.is-success .drg-footer-subscribe-success{display:block}

@media (max-width:767px){
  .drg-footer-subscribe-success{grid-column:1;text-align:center}
}

/* Subscribe — failure message reuses the confirmation slot, muted rather than
   red (red is reserved for CTAs). */
.drg-footer-subscribe.is-error .drg-footer-subscribe-success{
  color:var(--drg-text-dim);
}
