/*
 * Last modified: 09/13/2026 12:43 PM
 *
 * Article components are scoped to post content, never the homepage hero.
 */
.single-post .azt-entry { max-width: 900px; }
.single-post .azt-entry .azt-hero {
  display: block;
  min-height: 0;
  padding: clamp(24px, 4vw, 40px);
  margin: 0 0 36px;
  border: 1px solid #dce3f0;
  border-left: 4px solid var(--azt-blue);
  border-radius: 8px;
  background: #f2f5fc;
  color: var(--azt-ink);
  overflow: visible;
}
.single-post .azt-entry .azt-hero .azt-lead {
  margin: 12px 0 0;
  max-width: none;
  color: #303d50;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}
.single-post .azt-entry .azt-kicker,
.single-post .azt-entry .azt-card-label,
.single-post .azt-entry .azt-cta-eyebrow {
  margin: 0 0 12px;
  color: #2545ba;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.single-post .azt-entry .azt-feature-card {
  margin: 24px 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid #dce1e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 14px rgb(14 20 24 / 4%);
}
.single-post .azt-entry .azt-card-label {
  display: inline-block;
  padding: 6px 10px;
  background: #edf1fc;
  border-radius: 4px;
}
.single-post .azt-entry .azt-feature-card h3 { margin: 4px 0 18px; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.3; }
.single-post .azt-entry .azt-feature-card > :last-child { margin-bottom: 0; }
.single-post .azt-entry .azt-summary { padding: 22px 26px; margin: 28px 0; border-left: 3px solid var(--azt-gold); background: #f7f5ed; }
.single-post .azt-entry :is(.azt-list, .azt-steps) { padding-left: 1.5em; }
.single-post .azt-entry :is(.azt-list, .azt-steps) li { margin-bottom: 12px; padding-left: 6px; }
.single-post .azt-entry .azt-cta { margin-top: 48px; padding: clamp(24px, 4vw, 40px); border-radius: 10px; background: var(--azt-ink); color: #dce3ed; }
.single-post .azt-entry .azt-cta h2 { margin-top: 8px; color: #fff; }
.single-post .azt-entry .azt-cta-eyebrow { color: #e3bc61; }
.single-post .azt-entry .azt-cta-note { margin-bottom: 0; font-size: 14px; color: #bdc8d8; }
.single-post .azt-entry .azt-cta-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 14px 22px;
  border-radius: 28px;
  background: var(--azt-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.single-post .azt-entry .azt-cta-button:hover { background: #1d389a; }
.single-post .azt-entry .azt-cta-button:focus-visible { outline: 3px solid #e3bc61; outline-offset: 4px; }
.single-post .azt-entry .azt-cta-button::after { content: ''; position: absolute; top: 0; left: 0; width: 34%; height: 1px; background: #fff; pointer-events: none; animation: azt-button-sweep var(--azt-btn-sweep-duration, 5.2s) ease-in-out infinite; animation-delay: var(--azt-btn-sweep-delay, 0s); }
@media (prefers-reduced-motion: reduce) { .single-post .azt-entry .azt-cta-button::after { display: none; } }

.single-post .azt-post-nav {
  margin: 48px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--azt-border, #dce1e8);
}

.single-post .azt-post-nav .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}

.single-post .azt-post-nav .nav-previous,
.single-post .azt-post-nav .nav-next {
  min-width: 0;
}

.single-post .azt-post-nav .nav-next {
  text-align: right;
  justify-self: end;
}

.single-post .azt-post-nav a {
  display: block;
  color: var(--azt-ink);
  text-decoration: none;
}

.single-post .azt-post-nav a:hover .azt-post-nav__title,
.single-post .azt-post-nav a:focus-visible .azt-post-nav__title {
  color: var(--azt-blue);
}

.single-post .azt-post-nav a:focus-visible {
  outline: 2px solid var(--azt-blue);
  outline-offset: 4px;
}

.single-post .azt-post-nav__label {
  display: block;
  margin-bottom: 6px;
  color: var(--azt-fog, #646970);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-post .azt-post-nav__title {
  display: block;
  font-family: var(--azt-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .single-post .azt-post-nav .nav-links {
    grid-template-columns: 1fr;
  }

  .single-post .azt-post-nav .nav-next {
    text-align: left;
    justify-self: start;
  }
}
