/* ============================================================
   speakup.css — Custom styles layered on top of Bootstrap 5
   All Bootstrap overrides and SpeakUp-specific design tokens
   live here. Do not modify bootstrap.min.css directly.
   ============================================================ */

/* ------------------------------------------------------------
   1. Design Tokens (CSS Custom Properties)
   ------------------------------------------------------------ */
:root {
  font-size: 14pt; /* 1rem = 17px (up from 16px) — scales all rem values site-wide */

  --su-green:        #2D6A4F;
  --su-green-light:  #52B788;
  --su-green-mid:    #74C69D;
  --su-green-pale:   #D8F3DC;
  --su-ink:          #1B1F1E;
  --su-ink-muted:    #4A5552;
  --su-ink-faint:    #8A9490;
  --su-paper:        #F7F5F0;
  --su-amber:        #E9A03B;
  --su-amber-pale:   #FDF3E0;
  --su-ocean-blue:         #1da2d8;

  --su-border:       rgba(45, 106, 79, 0.15);
  --su-border-dark:  rgba(45, 106, 79, 0.30);

  --su-radius:       12px;
  --su-radius-sm:    8px;
  --su-radius-pill:  50px;

  /* Override Bootstrap primary colour */
  --bs-primary:             #2D6A4F;
  --bs-primary-rgb:         45, 106, 79;
  --bs-link-color:          #2D6A4F;
  --bs-link-hover-color:    #52B788;
  --bs-body-font-family:    'DM Sans', sans-serif;
  --bs-body-color:          #1B1F1E;
  --bs-body-bg:             #ffffff;
}

/* ------------------------------------------------------------
   2. Google Fonts Import
   ------------------------------------------------------------ */
/* @import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Roboto+Slab:wght@100..900&display=swap');

/* ------------------------------------------------------------
   3. Global Base
   ------------------------------------------------------------ */
body {
  font-family: var(--bs-body-font-family);
  color: var(--su-ink);
  background-color: var(--bs-body-bg);
  line-height: 1.6;
}

/* Display / heading font */
.font-display {
  /* font-family: 'Fraunces', serif; */
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
}

h1, h2, h3,
.h1, .h2, .h3 {
  /* font-family: 'Fraunces', serif; */
  font-family: "Roboto Slab", serif;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

/* Italic accent inside headings */
h1 em, h2 em, h3 em {
  font-style: italic;
  color: var(--su-green);
}

p.lead {
  font-size: 1.125rem;
  color: var(--su-ink-muted);
  font-weight: 300;
}
/* Light body copy */
.text-muted-su {
  color: var(--su-ink-muted);
  font-weight: 300;
}

/* ------------------------------------------------------------
   4. Bootstrap Colour Overrides
   ------------------------------------------------------------ */

/* Primary button → SpeakUp green */
.btn-primary {
  background-color: var(--su-green);
  border-color:     var(--su-green);
  color: #fff;
  border-radius: var(--su-radius-pill);
  font-weight: 500;
  padding: 0.65rem 1.5rem;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--su-green-light);
  border-color:     var(--su-green-light);
  transform: translateY(-1px);
}

/* Outline primary */
.btn-outline-primary {
  color: var(--su-green);
  border-color: var(--su-green);
  border-radius: var(--su-radius-pill);
  font-weight: 500;
  padding: 0.65rem 1.5rem;
  transition: background-color 0.2s, color 0.2s, transform 0.15s;
}
.btn-outline-primary:hover {
  background-color: var(--su-green);
  color: #fff;
  transform: translateY(-1px);
}

/* White button (used on dark/green backgrounds) */
.btn-su-white {
  background-color: #fff;
  color: var(--su-green);
  border: none;
  border-radius: var(--su-radius-pill);
  font-weight: 500;
  padding: 0.75rem 2rem;
  transition: background-color 0.2s, transform 0.15s;
  text-decoration: none;
}
.btn-su-white:hover {
  background-color: var(--su-green-pale);
  color: var(--su-green);
  transform: translateY(-1px);
}

/* Ghost button on dark background */
.btn-ghost-light {
  background: transparent;
  color: rgba(255,255,255,0.75);
  border: none;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  transition: color 0.2s;
  text-decoration: none;
}
.btn-ghost-light:hover {
  color: #fff;
}

/* ------------------------------------------------------------
   5. Navbar
   ------------------------------------------------------------ */
.navbar-speakup {
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--su-border);
}

.navbar-speakup .navbar-brand {
  /* font-family: 'Fraunces', serif; */
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--su-green);
  letter-spacing: -0.03em;
}
.navbar-speakup .navbar-brand span {
  color: var(--su-green-light);
}

.navbar-speakup .nav-link {
  color: var(--su-ink-muted);
  font-size: 0.9rem;
  font-weight: 400;
  transition: color 0.2s;
}
.navbar-speakup .nav-link:hover,
.navbar-speakup .nav-link:focus {
  color: var(--su-green);
}

.navbar-speakup .navbar-toggler {
  border-color: var(--su-border-dark);
}

/* ------------------------------------------------------------
   6. Section Utilities
   ------------------------------------------------------------ */
.section-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--su-green);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
}

.bg-paper {
  background-color: var(--su-paper);
}

.bg-ink {
  background-color: var(--su-ink);
  color: #fff;
}

.bg-green {
  background-color: var(--su-green);
  color: #fff;
}

.border-su {
  border: 1px solid var(--su-border) !important;
}

/* ------------------------------------------------------------
   7. Hero Section
   ------------------------------------------------------------ */
.hero-section {
  padding: 5rem 0 4rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background-color: var(--su-green-pale);
  color: var(--su-green);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.3rem 0.85rem;
  border-radius: var(--su-radius-pill);
  margin-bottom: 1.25rem;
}
.hero-badge::before {
  content: '✦';
  font-size: 0.65rem;
}

.hero-trust {
  font-size: 0.625rem;
  color: var(--su-ink-faint);
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.hero-trust::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1px;
  background-color: var(--su-border-dark);
  flex-shrink: 0;
}

/* ------------------------------------------------------------
   8. Dashboard Mockup (Hero Visual)
   ------------------------------------------------------------ */
.mockup-shell {
  background-color: var(--su-paper);
  border-radius: 20px;
  padding: 1.5rem;
  border: 1px solid var(--su-border);
}

.mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.mockup-title {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--su-ink-muted);
}

.mockup-tag {
  font-size: 0.7rem;
  background-color: var(--su-green-pale);
  color: var(--su-green);
  padding: 0.2rem 0.65rem;
  border-radius: var(--su-radius-pill);
  font-weight: 500;
}

.mockup-card {
  background-color: #fff;
  border-radius: var(--su-radius-sm);
  padding: 0.9rem 1rem;
  border: 1px solid var(--su-border);
  margin-bottom: 0.6rem;
}

.mockup-card-text {
  font-size: 0.82rem;
  color: var(--su-ink);
  line-height: 1.45;
}

.mockup-meta {
  font-size: 0.7rem;
  color: var(--su-ink-faint);
  margin-top: 0.3rem;
}

.mockup-reply-btn {
  display: inline-block;
  font-size: 0.7rem;
  color: var(--su-green);
  border: 1px solid var(--su-green-pale);
  border-radius: var(--su-radius-pill);
  padding: 0.15rem 0.65rem;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.mockup-reply-btn:hover {
  background-color: var(--su-green-pale);
}

/* Status dots */
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.status-dot--new     { background-color: var(--su-green-light); }
.status-dot--replied { background-color: var(--su-amber); }
.status-dot--closed  { background-color: var(--su-border-dark); }

/* Mockup stats row */
.mockup-stat {
  background-color: #fff;
  border-radius: var(--su-radius-sm);
  border: 1px solid var(--su-border);
  padding: 0.7rem;
  text-align: center;
}
.mockup-stat-num {
  /* font-family: 'Fraunces', serif; */
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--su-green);
  line-height: 1;
}
.mockup-stat-label {
  font-size: 0.65rem;
  color: var(--su-ink-faint);
  margin-top: 0.15rem;
}

/* ------------------------------------------------------------
   9. Logo Strip
   ------------------------------------------------------------ */
.logos-section {
  background-color: var(--su-paper);
  border-top: 1px solid var(--su-border);
  border-bottom: 1px solid var(--su-border);
  padding: 2.5rem 0;
}
.logos-label {
  font-size: 0.72rem;
  color: var(--su-ink-faint);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
  text-align: center;
}
.logo-pill {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--su-ink-muted);
  padding: 0.4rem 1rem;
  border: 1px solid var(--su-border);
  border-radius: var(--su-radius-pill);
  background-color: #fff;
  opacity: 0.75;
  white-space: nowrap;
}

/* ------------------------------------------------------------
   10. Feature Cards
   ------------------------------------------------------------ */
.feature-card {
  background-color: var(--su-paper);
  border-radius: var(--su-radius);
  padding: 1.6rem;
  border: 1px solid var(--su-border);
  height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.feature-card:hover {
  border-color: var(--su-green-light);
  transform: translateY(-2px);
}

.feature-icon {
  width: 40px;
  height: 40px;
  background-color: var(--su-green-pale);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--su-ink);
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.875rem;
  color: var(--su-ink-muted);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   11. How It Works Steps
   ------------------------------------------------------------ */
.how-section {
  background-color: var(--su-paper);
  border-top: 1px solid var(--su-border);
  border-bottom: 1px solid var(--su-border);
}

.step-connector {
  position: relative;
}
/* Horizontal line between step circles on md+ screens */
.step-connector::before {
  content: '';
  display: none;
  position: absolute;
  top: 1.45rem; /* centre of the 3rem circle */
  left: calc(50% + 1.6rem);
  right: calc(-50% + 1.6rem);
  height: 1px;
  background-color: var(--su-border-dark);
  z-index: 0;
}
@media (min-width: 768px) {
  .step-connector::before {
    display: block;
  }
  /* Last step has no connector line to the right */
  .step-connector:last-child::before {
    display: none;
  }
}

.step-num {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--su-green);
  color: #fff;
  /* font-family: 'Fraunces', serif; */
  font-family: "Roboto Slab", serif;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  position: relative;
  z-index: 1;
}

.step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.step p {
  font-size: 0.875rem;
  color: var(--su-ink-muted);
  font-weight: 300;
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   12. Comparison Table
   ------------------------------------------------------------ */
.compare-table {
  font-size: 0.88rem;
  border-collapse: collapse;
  width: 100%;
}
.compare-table th {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--su-ink-muted);
  padding: 1rem 1.25rem;
  border-bottom: 2px solid var(--su-border-dark);
  text-align: left;
}
.compare-table th.col-us {
  color: var(--su-green);
  background-color: var(--su-green-pale);
  border-radius: var(--su-radius-sm) var(--su-radius-sm) 0 0;
}
.compare-table td {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--su-border);
  color: var(--su-ink-muted);
  vertical-align: middle;
}
.compare-table td:first-child {
  color: var(--su-ink);
  font-weight: 400;
}
.compare-table td.col-us {
  background-color: rgba(216, 243, 220, 0.2);
}
.compare-table tbody tr:last-child td {
  border-bottom: none;
}
.compare-check { color: var(--su-green); font-weight: 600; }
.compare-cross  { color: var(--su-ink-faint); }

/* ------------------------------------------------------------
   13. Pricing Section
   ------------------------------------------------------------ */
.pricing-section {
  background-color: var(--su-ink);
  color: #fff;
}

.pricing-section .section-label {
  color: var(--su-green-mid);
}
.pricing-section h2 em {
  color: var(--su-green-mid);
}

/* Billing toggle pill */
.pricing-toggle {
  display: inline-flex;
  background-color: rgba(255,255,255,0.08);
  border-radius: var(--su-radius-pill);
  padding: 0.25rem;
  gap: 0.2rem;
}
.pricing-toggle .btn-toggle {
  padding: 0.45rem 1.2rem;
  border-radius: var(--su-radius-pill);
  font-size: 0.85rem;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.55);
  background: transparent;
  font-family: var(--bs-body-font-family);
  transition: background-color 0.2s, color 0.2s;
}
.pricing-toggle .btn-toggle.active {
  background-color: #fff;
  color: var(--su-ink);
  font-weight: 500;
}

/* Pricing cards */
.pricing-card {
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--su-radius);
  padding: 2rem 1.75rem;
  height: 100%;
  position: relative;
  transition: border-color 0.2s;
}
.pricing-card:hover {
  border-color: rgba(255,255,255,0.25);
}
.pricing-card.pricing-card--popular {
  border-color: var(--su-green-light);
  background-color: rgba(82,183,136,0.08);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--su-green-light);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.2rem 0.9rem;
  border-radius: var(--su-radius-pill);
  white-space: nowrap;
}

.plan-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
}

.plan-price {
  /* font-family: 'Fraunces', serif; */
  font-family: "Roboto Slab", serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.plan-price sup {
  font-size: 1.2rem;
  vertical-align: super;
  font-weight: 400;
}
.plan-price small {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  font-family: var(--bs-body-font-family);
}

.plan-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.5rem;
  line-height: 1.55;
  font-weight: 300;
}

.plan-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 1.25rem;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-features li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.plan-features li::before {
  content: '✓';
  color: var(--su-green-light);
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.btn-plan-outline {
  display: block;
  width: 100%;
  padding: 0.7rem;
  border-radius: var(--su-radius-pill);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  margin-top: 1.5rem;
  cursor: pointer;
  font-family: var(--bs-body-font-family);
  transition: border-color 0.2s;
}
.btn-plan-outline:hover {
  border-color: rgba(255,255,255,0.5);
}

.btn-plan-solid {
  display: block;
  width: 100%;
  padding: 0.7rem;
  border-radius: var(--su-radius-pill);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  background-color: var(--su-green-light);
  border: none;
  color: #fff;
  margin-top: 1.5rem;
  cursor: pointer;
  font-family: var(--bs-body-font-family);
  transition: background-color 0.2s;
}
.btn-plan-solid:hover {
  background-color: var(--su-green-mid);
}

/* ------------------------------------------------------------
   14. Testimonials
   ------------------------------------------------------------ */
.testimonial-card {
  background-color: var(--su-paper);
  border-radius: var(--su-radius);
  padding: 1.75rem;
  border: 1px solid var(--su-border);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial-stars {
  color: var(--su-amber);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.testimonial-text {
  /* font-family: 'Fraunces', serif; */
  font-family: "Roboto Slab", serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--su-ink);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 0;
}

.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 600;
  flex-shrink: 0;
}
.avatar--green { background-color: var(--su-green-pale); color: var(--su-green); }
.avatar--amber { background-color: var(--su-amber-pale); color: #9A6A1A; }
.avatar--blue  { background-color: #E8EFF8;              color: #2553A0; }

.author-name {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--su-ink);
  margin-bottom: 0;
}
.author-role {
  font-size: 0.72rem;
  color: var(--su-ink-faint);
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   15. CTA Section
   ------------------------------------------------------------ */
.cta-section {
  background-color: var(--su-green);
  color: #fff;
  text-align: center;
}
.cta-section h2 {
  color: #fff;
}
.cta-section h2 em {
  color: var(--su-green-pale);
}
.cta-section .cta-sub {
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  max-width: 480px;
  margin-inline: auto;
}
.cta-footnote {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-top: 1.25rem;
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   16. Footer
   ------------------------------------------------------------ */
.footer-main {
  background-color: var(--su-ink);
  color: rgba(255,255,255,0.4);
}
.footer-main .navbar-brand {
  color: #fff;
}
.footer-main .navbar-brand span {
  color: var(--su-green-mid);
}
.footer-col-heading {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.footer-link {
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}
.footer-link:hover {
  color: var(--su-green-mid);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.2);
}

/* ------------------------------------------------------------
   17. Pricing page — trust chips
   ------------------------------------------------------------ */
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
  padding: 0.35rem 0.85rem;
  border-radius: 99px;
}

/* ------------------------------------------------------------
   18. Pricing page — trust block grid
   ------------------------------------------------------------ */
.trust-block {
  padding: 1.5rem 1rem;
}
.trust-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.trust-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--su-text);
  margin-bottom: 0.4rem;
}
.trust-body {
  font-size: 0.82rem;
  color: var(--su-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   19. Pricing page — FAQ accordion
   ------------------------------------------------------------ */
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.faq-accordion .accordion-button {
  background: transparent;
  color: var(--su-text);
  font-size: 1rem;
  font-weight: 500;
  padding: 1.25rem 0;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--su-green-mid);
  background: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  filter: invert(1) brightness(0.6);
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(1);
}
.faq-accordion .accordion-body {
  padding: 0 0 1.25rem;
  font-size: 0.92rem;
  color: var(--su-muted);
  line-height: 1.7;
}
.faq-accordion .accordion-body a {
  color: var(--su-green-mid);
  text-decoration: none;
}
.faq-accordion .accordion-body a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------
   20. Nav Dropdown
   ------------------------------------------------------------ */
.dropdown-menu-su {
  border: 1px solid var(--su-border-dark);
  border-radius: var(--su-radius);
  box-shadow: 0 8px 24px rgba(27, 31, 30, 0.1);
  padding: 0.5rem;
  min-width: 13rem;
}

.dropdown-menu-su .dropdown-item {
  font-size: 0.875rem;
  color: var(--su-ink-muted);
  border-radius: var(--su-radius-sm);
  padding: 0.55rem 0.85rem;
  transition: background-color 0.15s, color 0.15s;
}

.dropdown-menu-su .dropdown-item:hover,
.dropdown-menu-su .dropdown-item:focus {
  background-color: var(--su-green-pale);
  color: var(--su-green);
}

.navbar-speakup .nav-link.dropdown-toggle::after {
  vertical-align: 0.15em;
}

/* Open the dropdown on hover on desktop; click-toggle still works on mobile */
@media (min-width: 992px) {
  /* Extend the li's hit area downward to bridge the gap between the link and the menu */
  .navbar-speakup .nav-item.dropdown {
  }
  .navbar-speakup .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* ------------------------------------------------------------
   21. Blog
   ------------------------------------------------------------ */
.blog-post-article {
  padding-block: 0 4rem;
}

/* Rendered markdown content */
.blog-post-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--su-ink);
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: var(--su-ink);
}

.blog-post-content p {
  margin-bottom: 1.25rem;
}

.blog-post-content ul,
.blog-post-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.blog-post-content li {
  margin-bottom: 0.4rem;
}

.blog-post-content a {
  color: var(--su-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-post-content a:hover {
  color: var(--su-green-light);
}

.blog-post-content hr {
  border-color: var(--su-border);
  margin-block: 2.5rem;
}

.blog-post-content strong {
  font-weight: 600;
}

.blog-post-content blockquote {
  border-left: 4px solid var(--su-green-light);
  padding-left: 1.25rem;
  margin-left: 0;
  color: var(--su-ink-muted);
  font-style: italic;
}
.blog-post-content img{
  max-width: 100%;
}

.justify-self-center {
  justify-self: center;
} 