/* ══════════════════════ AIM Free Access Badge ══════════════════════ */

/* ── BANNER WRAPPER ──────────────────────────────────────── */
.aim-free-access-banner-wrap {
  max-width: 1100px !important;
  margin: 18px auto;
  padding: 0 20px;
  font-family: 'Inter', system-ui, sans-serif;
  box-sizing: border-box;
}

/* ── FRAME ───────────────────────────────────────────────── */
.aim-free-access-banner-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  /* Rich teal-to-gold mesh gradient */
  background:
    radial-gradient(ellipse at 0% 0%,   rgba(0, 105, 92, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(197, 160, 89, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 0%,  rgba(0, 77, 64, 0.12)  0%, transparent 45%),
    linear-gradient(135deg, #e8f5f2 0%, #f4faf8 40%, #fdf8ee 100%);
  box-shadow:
    0 0 0 1px rgba(197, 160, 89, 0.2),
    0 16px 48px rgba(0, 77, 64, 0.11),
    0 4px 12px rgba(0, 77, 64, 0.07);
}

/* Top accent bar */
.aim-free-access-banner-frame::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #004D40, #C5A059 50%, #004D40);
  z-index: 2;
}

/* Diagonal texture */
.aim-free-access-banner-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 28px,
    rgba(0, 77, 64, 0.022) 28px,
    rgba(0, 77, 64, 0.022) 29px
  );
  pointer-events: none;
  z-index: 0;
}

/* ── WATERMARK ───────────────────────────────────────────── */
.aim-free-access-banner-wm {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-right: 28px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  line-height: 0.88;
  gap: 0;
  overflow: hidden;
}
.aim-free-access-banner-wm span {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 4rem) !important;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 77, 64, 0.05);
  letter-spacing: -1px;
  white-space: nowrap;
  display: block;
}

/* ── GOLD SIDE PILLARS ───────────────────────────────────── */
.aim-free-access-banner-pillar-l,
.aim-free-access-banner-pillar-r {
  position: absolute;
  top: 18px; bottom: 18px;
  width: 3px;
  border-radius: 4px;
  background: linear-gradient(to bottom, transparent, #C5A059 30%, #C5A059 70%, transparent);
  opacity: 0.55;
  z-index: 3;
}
.aim-free-access-banner-pillar-l { left: 14px; }
.aim-free-access-banner-pillar-r { right: 14px; }

/* ── INNER LAYOUT ────────────────────────────────────────── */
.aim-free-access-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 38px 20px;
}

/* ── EMBLEM ──────────────────────────────────────────────── */
.aim-free-access-banner-emblem {
  flex: 0 0 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #004D40 0%, #00695C 60%, #C5A059 140%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 6px 20px rgba(0, 77, 64, 0.3),
    inset 0 1px 0 rgba(255,255,255,0.15);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
/* shimmer on emblem */
.aim-free-access-banner-emblem::after {
  content: "";
  position: absolute;
  top: -50%; left: -60%;
  width: 40%; height: 200%;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.12) 50%, transparent 70%);
  animation: emblem-shimmer 4s infinite;
}
@keyframes emblem-shimmer { 0%,100%{left:-60%} 50%{left:120%} }

/* ── TEXT AREA ───────────────────────────────────────────── */
.aim-free-access-banner-content { flex: 1 1 auto; min-width: 0; }

.aim-free-access-banner-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.aim-free-access-banner-heading h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0b2f2a;
  line-height: 1.2;
}
.aim-free-access-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, #004D40, #00695C);
  color: #C5A059;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(197,160,89,0.35);
  box-shadow: 0 2px 8px rgba(0,77,64,0.2);
  white-space: nowrap;
}
.aim-free-access-banner-tag::before { content: "◆"; font-size: 0.4rem; opacity: 0.8; }

.aim-free-access-banner-body {
  margin: 0 0 10px;
  color: #27464a;
  font-size: 0.95rem;
  line-height: 1.6;
}
.aim-free-access-banner-link {
  color: #004D40;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.aim-free-access-banner-link::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 4px;
  background: rgba(197, 160, 89, 0.25);
  border-radius: 2px;
  z-index: -1;
  transition: height 0.2s, background 0.2s;
}
.aim-free-access-banner-link:hover::after { height: 100%; background: rgba(197, 160, 89, 0.12); }

/* ── FOOTER NOTE ─────────────────────────────────────────── */
.aim-free-access-banner-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  color: #6b8a85;
  line-height: 1.4;
}
.aim-free-access-banner-note::before {
  content: "ℹ";
  flex-shrink: 0;
  width: 16px; height: 16px;
  background: rgba(0,77,64,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #004D40;
  font-style: normal;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 680px) {
  .aim-free-access-banner-wrap {
    padding: 0;
    margin: 14px 0;
    max-width: 100%;
  }
  .aim-free-access-banner-frame {
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(197,160,89,0.18), 0 6px 20px rgba(0,77,64,0.08);
  }
  .aim-free-access-banner-inner {
    padding: 20px 26px 18px;
    gap: 14px;
  }
  .aim-free-access-banner-pillar-l { left: 10px; }
  .aim-free-access-banner-pillar-r { right: 10px; }
  .aim-free-access-banner-emblem { flex: 0 0 48px; height: 48px; border-radius: 12px; }
  .aim-free-access-banner-body { font-size: 0.9rem; }
}

@media (max-width: 420px) {
  .aim-free-access-banner-inner { padding: 18px 20px 16px; }
  .aim-free-access-banner-heading h2 { font-size: 0.97rem; }
  .aim-free-access-banner-wm span { font-size: 1.8rem; }
}

/* ══════════════════════ AIM Support Badge ══════════════════════ */

    .aim-mg-support-banner{
      --teal-dark:#004D40;
      --teal-mid:#00695C;
      --gold:#C5A059;
      --gold-light:#D4AF37;
      --text:#0b2f2a;
      --text-muted:#5a7a74;
      margin: 0 auto;
       max-width: 1050px !important;
      padding: 18px 20px;
      box-sizing: border-box;
      font-family: 'Inter', system-ui, sans-serif;
    }

    .aim-mg-support-panel{
      position: relative;
      overflow: hidden;
      border-radius: 22px;
      background:
        radial-gradient(ellipse at 0% 0%, rgba(0,105,92,0.16) 0%, transparent 55%),
        radial-gradient(ellipse at 100% 100%, rgba(197,160,89,0.14) 0%, transparent 52%),
        radial-gradient(ellipse at 100% 0%, rgba(0,77,64,0.08) 0%, transparent 45%),
        linear-gradient(160deg, #f3faf8 0%, #f8fcfb 48%, #fffaf0 100%);
      border: 1px solid rgba(197,160,89,0.18);
      box-shadow:
        0 0 0 1px rgba(0,77,64,0.04),
        0 18px 50px rgba(0,77,64,0.10),
        0 6px 18px rgba(0,77,64,0.06);
      padding: 22px 22px 20px;
    }

    .aim-mg-support-panel::before{
      content: "";
      position: absolute;
      inset: 0;
      background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 28px,
        rgba(0,77,64,0.018) 28px,
        rgba(0,77,64,0.018) 29px
      );
      pointer-events: none;
    }

    .aim-mg-support-panel::after{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #004D40, #C5A059 50%, #004D40);
      z-index: 1;
    }

    .aim-mg-support-content{
      position: relative;
      z-index: 2;
      display: grid;
      gap: 18px;
      text-align: center;
    }

    .aim-mg-support-kicker{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 0 auto;
      padding: 7px 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--teal-dark), var(--teal-mid));
      color: var(--gold);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      border: 1px solid rgba(197,160,89,0.35);
      box-shadow: 0 6px 18px rgba(0,77,64,0.16);
      user-select: none;
    }

    .aim-mg-support-kicker::before,
    .aim-mg-support-kicker::after{
      content: "◆";
      font-size: 0.42rem;
      opacity: 0.72;
    }

    .aim-mg-support-text{
      margin: 0 auto;
      max-width: 920px;
      color: var(--text);
      font-size: clamp(1rem, 1.45vw, 1.08rem) !important;
      line-height: 1.8;
      text-wrap: balance;
    }

    .aim-mg-support-text strong{
      color: var(--teal-dark);
      font-weight: 800;
    }

    .aim-mg-support-text .gold{
      color: var(--gold);
      font-weight: 800;
    }

    .aim-mg-support-actions{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 2px;
    }

    .aim-mg-support-cta{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 12px 18px;
      border-radius: 14px;
      text-decoration: none;
      font-weight: 800;
      font-size: 0.88rem;
      letter-spacing: 0.2px;
      line-height: 1.3;
      text-align: center;
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
      border: 1px solid transparent;
      box-sizing: border-box;
      flex: 1 1 340px;
      max-width: 430px;
    }

    .aim-mg-support-cta:hover{
      transform: translateY(-2px);
    }

    .aim-mg-support-mission{
      background: linear-gradient(135deg, var(--teal-dark), var(--teal-mid));
      color: #fff !important;
      box-shadow: 0 10px 24px rgba(0,77,64,0.18);
      border-color: rgba(197,160,89,0.22);
    }

    .aim-mg-support-mission:hover{
      box-shadow: 0 14px 30px rgba(0,77,64,0.24);
    }

    .aim-mg-support-subscribe{
      background: linear-gradient(135deg, #ffffff, #f8f4ea);
      color: var(--teal-dark) !important;
      border-color: rgba(197,160,89,0.28);
      box-shadow: 0 10px 24px rgba(197,160,89,0.12);
    }

    .aim-mg-support-subscribe:hover{
      box-shadow: 0 14px 30px rgba(197,160,89,0.18);
    }

    .aim-mg-support-note{
      margin: 0;
      color: var(--text-muted);
      font-size: 0.96rem;
      line-height: 1.7;
      text-align: center;
    }

    .aim-mg-support-note code{
      display: inline-block;
      padding: 0;
      background: transparent;
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      white-space: normal;
    }

    @media (max-width: 720px){
      .aim-mg-support-banner{
        max-width: 100%;
        padding: 0;
      }

      .aim-mg-support-panel{
        border-radius: 0;
        padding: 18px 14px 16px;
      }

      .aim-mg-support-content{
        gap: 14px;
      }

      .aim-mg-support-actions{
        flex-direction: column;
        align-items: stretch;
      }

      .aim-mg-support-cta{
        width: 100%;
        max-width: none;
        flex: 1 1 auto;
        min-height: 52px;
      }

      .aim-mg-support-text{
        font-size: 0.98rem;
      }
    }

    @media (max-width: 400px){
      .aim-mg-support-panel{
        padding: 16px 12px 14px;
      }

      .aim-mg-support-cta{
        font-size: 0.84rem;
        padding: 12px 14px;
      }
    }

/* ══════════════════════ AIM License Table ══════════════════════ */

        .aim-license-table-container {
            margin: 40px 0;
            font-family: 'Inter', -apple-system, sans-serif;
            overflow-x: auto; /* Responsive scroll for mobile */
        }
        .aim-license-table {
            width: 100%;
            border-collapse: collapse;
            background-color: #ffffff;
            border: 1px solid #004D40;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }
        .aim-license-table thead {
            background-color: #004D40; /* Dark Teal */
            color: #ffffff;
        }
        .aim-license-table th {
            padding: 18px 15px;
            text-align: left;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 1px;
            border-bottom: 3px solid #C5A059; /* Gold Line */
        }
        .aim-license-table td {
            padding: 15px;
            border-bottom: 1px solid #E0E0E0;
            font-size: 0.95rem;
            color: #2D3748;
        }
        /* Zebra Striping */
        .aim-license-table tbody tr:nth-child(even) {
            background-color: #F4F9F8; /* Light Teal */
        }
        /* Row Hover Effect */
        .aim-license-table tbody tr:hover {
            background-color: #E6F0EE;
            transition: 0.3s ease;
        }
        /* Style for the "Access" Status Badges */
        .status-badge {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
        }
        .badge-open { background-color: #D1FAE5; color: #065F46; border: 1px solid #065F46; }
        .badge-member { background-color: #FEF3C7; color: #92400E; border: 1px solid #C5A059; }
        .badge-patron { background-color: #E0F2F1; color: #004D40; border: 1px solid #004D40; }
        
        /* Links inside table */
        .aim-license-table a {
            color: #C5A059;
            text-decoration: underline;
            font-weight: 600;
        }
        .aim-license-table a:hover {
            color: #004D40;
        }

/* ══════════════════════ AIM License Container ══════════════════════ */

    /* AIM Sovereign Table Styling */
    .aim-license-container {
        margin: 40px 0;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        overflow-x: auto;
    }

    .aim-comparison-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background-color: #F4F9F8; /* Teal Light */
        border: 2px solid #C5A059; /* Gold */
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 77, 64, 0.1);
    }

    .aim-comparison-table th {
        background-color: #004D40; /* Teal Dark */
        color: #C5A059; /* Gold */
        padding: 20px 15px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1.5px;
        border-bottom: 2px solid #C5A059;
    }

    .aim-comparison-table td {
        padding: 18px 15px;
        border-bottom: 1px solid rgba(197, 160, 89, 0.2);
        color: #0b2f2a;
        font-size: 15px;
        line-height: 1.4;
    }

    .aim-feature-name {
        font-weight: 600;
        background-color: rgba(0, 77, 64, 0.05);
        width: 30%;
    }

    .aim-tier-column {
        text-align: center;
        width: 35%;
    }

    /* Status Icons */
    .aim-check { color: #00695C; font-weight: bold; font-size: 1.2em; }
    .aim-cross { color: #A52A2A; font-weight: bold; font-size: 1.2em; }
    
    /* Highlight the patron Column */
    .aim-patron-highlight {
        background-color: rgba(197, 160, 89, 0.05);
        border-left: 1px solid rgba(197, 160, 89, 0.3);
    }

    .aim-badge {
        display: inline-block;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .badge-personal { background: #e0f2f1; color: #004D40; border: 1px solid #004D40; }
    .badge-commercial { background: #C5A059; color: #fff; }

    @media (max-width: 600px) {
        .aim-comparison-table { font-size: 13px; }
        .aim-feature-name { width: 40%; }
    }


/* ============================================================
   TYPOGRAPHY — SINGLE POST DROP CAP
   ============================================================ */
/* Drop cap — only in the main single post/article content (not widgets/TOC/sidebar) */
.single .entry-content > p:first-of-type::first-letter,
article.post .entry-content > p:first-of-type::first-letter {
  float: left;
  font-size: 4.6rem;
  line-height: 0.78;
  padding-right: 0.18em;
  padding-bottom: 0.04em;
  font-weight: 700;
  font-family: "Playfair Display", "EB Garamond", Georgia, serif;
  color: var(--teal);
  /* Depth — subtle teal drop shadow */
  filter: drop-shadow(0 2px 5px rgba(23, 100, 90, 0.28));
  letter-spacing: -0.02em;
  margin-top: 4px;
  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

/* Responsive — tighter on narrow screens */
@media (max-width: 680px) {
  .single .entry-content > p:first-of-type::first-letter,
  article.post .entry-content > p:first-of-type::first-letter {
    font-size: 3.2rem;
    line-height: 0.82;
    padding-right: 0.14em;
  }
}


/* ============================================================
   THIRD-PARTY INTEGRATION — RANK MATH TABLE OF CONTENTS
   ============================================================ */
#rank-math-toc {
  /* very dark, nearly solid background that pairs with teal/gold accents */
  background: linear-gradient(135deg, #072724 0%, #031919 100%); 
  background-color: #000000;
  color: #ffffff;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid var(--gold);
  box-shadow: 0 8px 24px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.02);
  border-radius: 8px;
  background-size: cover;
}

#rank-math-toc h2 {
  border-bottom: 2px solid var(--gold);
  color: var(--gold-light);
  padding-bottom: 0.6rem;
  margin-top: 0;
  text-align: center;
}
.wp-block-rank-math-toc-block li::marker {
    color: var(--gold);
}
#rank-math-toc a {
  color: var(--footer-text);
  /* color: #e6f7f4; */            
  text-decoration: none;
  transition: color .12s ease, transform .08s ease;
}
#rank-math-toc a:hover,
#rank-math-toc a:focus {
  outline: 3px dashed rgba(var(--teal-rgb),0.32);
  outline-offset: 4px;
  box-shadow: none;
  color: var(--footer-link);
  transform: translateX(2px);
}


/* ============================================================
   COMPONENTS — POST META BAR (ENTRY META)
   Styles the date/author/category meta row below post titles.
   Uses a warm beige background, gold bottom border, and ensures
   all inline meta elements truncate gracefully with ellipsis.
   Includes author name typography (Playfair Display) and the
   .ast-terms-link taxonomy pill — a rounded, hover-lift chip
   with a teal focus ring for keyboard accessibility.
   ============================================================ */
.entry-meta { 
  background: #F7F3EE;       /* soft beige */
  color: #2B2E2B !important;
  border-bottom: 2px solid var(--gold);
  line-height: 2rem !important;
  padding: 12px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(43,46,43,0.04);
}
.entry-meta * {
     text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}
span.ast-terms-link {
    margin-left: -12px;
}
.author-name {
  font-family: 'Playfair Display',Georgia,'Times New Roman',serif !important;
  font-size: 0.99rem;
  padding-right: 5px;
  letter-spacing: 0.3px;
}
p.ast-terms-link {
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(23,100,90,0.04) !important;
  border: 1px solid rgba(197,160,89,0.18) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  color: inherit;
  text-decoration: none;
  margin: 0 6px 6px 0;
  transition: transform .12s ease, box-shadow .12s ease;
  width: 100%;
}

p.ast-terms-link:hover,
p.ast-terms-link:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 0 4px rgba(var(--teal-rgb),0.16) !important;
  outline: none !important;
}

p.ast-terms-link:focus-visible {
 box-shadow: 0 0 0 4px rgba(var(--teal-rgb),0.16) !important;
}

/* Read More hover state for legacy .read-more-link elements */
.read-more-link:hover {
    background-color: var(--teal-hover); /* Hover background color */
}

/* ============================================================
   THIRD-PARTY INTEGRATION — SPECTRA (UAGB) INLINE NOTICE BLOCK
   Overrides Ultimate Addons' default notice/alert block colours
   to match the site's teal/gold palette:
   - Warm cream (#F7F0E6) container background
   - Teal left accent border
   - Teal title bar (--teal-hover) with white text
   - Teal inner content border
   ============================================================ */
.wp-block-uagb-inline-notice { 
    background:#F7F0E6; 
    border-left: 4px solid var(--teal) !important;  
    color:#233238; 
    padding: 0px 0px; 
    border-radius:6px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wp-block-uagb-inline-notice a { 
    color:var(--teal); 
    text-decoration:underline; 
}
.uagb-notice-title {
    color: #ffffff !important; 
    background-color: var(--teal-hover) !important;
}
.uagb-notice-text {
    border: 2px solid var(--teal) !important;
}


/* ============================================================
   THIRD-PARTY INTEGRATION — SPECTRA (UAGB) BLOCKQUOTE
   Styles Spectra's custom blockquote block: ice-blue background,
   teal border accents, EB Garamond italic body text at 24 px,
   small-caps author attribution, and a dark teal tweet button.
   Also adds a lift-and-scale hover micro-interaction shared with
   the native Gutenberg blockquote below.
   ============================================================ */
.wp-block-uagb-blockquote {
    margin-bottom: 20px;
}
.uagb-blockquote { 
  background: rgba(23,100,90,0.03);              /* soft ice blue */
  border-color: var(--teal) !important; /* Twitter blue accent */
  border-bottom: 2px solid var(--teal);
  color: #233238;                   /* readable neutral text */
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px !important;
}
.uagb-blockquote__content {
  font-family: 'EBGaramond', 'EB Garamond', Garamond, Georgia, serif !important;
  font-style: italic;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.uagb-blockquote__author-wrap {
  display:block;
  margin-top:0.6rem;
  font-size:18px;
  font-variant: small-caps;
  font-style: normal;
}
 a.uagb-blockquote__tweet-button {
    background: linear-gradient(135deg, #072724 0%, #031919 100% 100%) !important;
}

/* ============================================================
   COMPONENTS — NATIVE GUTENBERG BLOCKQUOTE
   Styles the default WordPress wp-block-quote element with a
   mint-sage green background, teal top border, Libre Baskerville
   italic body text, and consistent margin/padding. Shares the
   hover lift animation with the Spectra blockquote above.
   ============================================================ */
.wp-block-quote { 
  background: #ECF7F2;              /* pale mint-sage green */
  border-color: var(--teal) !important; /* muted emerald accent */
  border-top: 2px solid var(--teal);
  color: #233238;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 5px !important;
}
.wp-block-quote p {
  font-family: 'Libre Baskerville', 'LibreBaskerville', Baskerville, Georgia, serif !important;
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  padding: 5px;
}
/* make block quotes react slightly on hover for micro-interaction */
.uagb-blockquote, .wp-block-quote {
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
  will-change: transform;
}

.uagb-blockquote:hover, .wp-block-quote:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 12px 30px rgba(var(--teal-rgb),0.08);
  background-color: rgba(var(--teal-rgb),0.04);
}

/* ============================================================
   LAYOUT — FOOTNOTES BLOCK PADDING
   Increases left padding on the native Gutenberg footnotes block
   so numbered footnote items are indented beyond the card edge.
   ============================================================ */
.wp-block-footnotes {
    padding-left: 50px;
    padding-right: 20px;
}