.single-post .entry-content .aca-article-contents,
.single-post .entry-content .aca-article-summary,
.single-post .entry-content .aca-related-reading {
  --aca-ink: #10263d;
  --aca-muted: #566d83;
  --aca-blue: #145cff;
  --aca-green: #66cf75;
  --aca-yellow: #f2c94c;
}

.single-post .entry-content .aca-article-contents {
  margin: 2.25rem 0 3.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #dce7f0;
  border-left: 5px solid var(--aca-blue);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5fb 100%);
}

.single-post .entry-content .aca-article-eyebrow {
  margin: 0 0 0.4rem;
  color: #285279;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.single-post .entry-content .aca-article-contents h2,
.single-post .entry-content .aca-article-summary h2,
.single-post .entry-content .aca-related-reading > h2 {
  margin: 0;
  color: var(--aca-ink);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.2;
}

.single-post .entry-content .aca-article-contents ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 2rem;
  margin: 1.25rem 0 0;
  padding-left: 1.35rem;
}

.single-post .entry-content .aca-article-contents li {
  margin: 0;
  padding-left: 0.2rem;
  color: #35516b;
  font-size: 0.95rem;
  line-height: 1.45;
}

.single-post .entry-content .aca-article-contents a {
  color: #214e78;
  text-decoration-color: #8db3d4;
  text-underline-offset: 0.18em;
}

.single-post .entry-content .aca-article-contents a:hover,
.single-post .entry-content .aca-article-contents a:focus-visible {
  color: #074fc9;
  text-decoration-thickness: 2px;
}

.single-post .entry-content h2[id] {
  scroll-margin-top: 7rem;
}

.single-post .entry-content .aca-article-figure {
  margin: clamp(2.75rem, 6vw, 4.5rem) 0;
  overflow: hidden;
  border-radius: 20px;
  background: #061832;
  box-shadow: 0 22px 55px rgba(7, 31, 59, 0.18);
}

.single-post .entry-content .aca-article-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.single-post .entry-content .aca-article-figure figcaption {
  margin: 0;
  padding: 1rem 1.25rem 1.15rem;
  color: #dbe8f6;
  background: #071c36;
  font-size: 0.88rem;
  line-height: 1.55;
}

.single-post .entry-content .aca-article-summary {
  margin: clamp(3rem, 7vw, 5rem) 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 22px;
  color: #fff;
  background: #071b35;
  box-shadow: 0 20px 50px rgba(7, 27, 53, 0.17);
}

.single-post .entry-content .aca-article-summary .aca-article-eyebrow {
  color: #9bc8ff;
}

.single-post .entry-content .aca-article-summary h2 {
  color: #fff;
}

.single-post .entry-content .aca-article-summary ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.single-post .entry-content .aca-article-summary li {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(165, 205, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.single-post .entry-content .aca-article-summary li span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--aca-yellow);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.single-post .entry-content .aca-article-summary li strong {
  display: block;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.35;
}

.single-post .entry-content .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #dce5ed;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(16, 38, 61, 0.06);
}

.single-post .entry-content .wp-block-table table {
  margin: 0;
}

.single-post .entry-content .wp-block-table thead {
  background: #f1f6fa;
}

.single-post .entry-content .wp-block-table th,
.single-post .entry-content .wp-block-table td {
  padding: 0.85rem 1rem;
  vertical-align: top;
}

.single-post .entry-content .aca-related-reading {
  margin-top: clamp(4rem, 8vw, 6rem);
  padding-top: clamp(2rem, 5vw, 3rem);
  border-top: 1px solid #dce5ed;
}

.single-post .entry-content .aca-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.single-post .entry-content .aca-related-card {
  overflow: hidden;
  border: 1px solid #dce5ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 38, 61, 0.07);
}

.single-post .entry-content .aca-related-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #071b35;
}

.single-post .entry-content .aca-related-image,
.single-post .entry-content .aca-related-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 180ms ease;
}

.single-post .entry-content .aca-related-card:hover .aca-related-image {
  transform: scale(1.025);
}

.single-post .entry-content .aca-related-card > div {
  padding: 1rem;
}

.single-post .entry-content .aca-related-card p {
  margin: 0 0 0.5rem;
  color: var(--aca-muted);
  font-size: 0.74rem;
  line-height: 1.4;
}

.single-post .entry-content .aca-related-card h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.4;
}

.single-post .entry-content .aca-related-card h3 a {
  color: var(--aca-ink);
  text-decoration: none;
}

.single-post .entry-content .aca-related-card h3 a:hover,
.single-post .entry-content .aca-related-card h3 a:focus-visible {
  color: var(--aca-blue);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.single-post .entry-content .aca-category-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1rem;
  margin-top: 1.5rem;
  padding: 1rem 0;
}

.single-post .entry-content .aca-category-links > span {
  color: var(--aca-ink);
  font-size: 0.84rem;
  font-weight: 750;
}

.single-post .entry-content .aca-category-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-post .entry-content .aca-category-links li {
  margin: 0;
}

.single-post .entry-content .aca-category-links a {
  display: inline-flex;
  padding: 0.42rem 0.75rem;
  border: 1px solid #c9d8e5;
  border-radius: 999px;
  color: #214e78;
  background: #f7fafc;
  font-size: 0.78rem;
  line-height: 1.2;
  text-decoration: none;
}

.single-post .entry-content .aca-category-links a:hover,
.single-post .entry-content .aca-category-links a:focus-visible {
  border-color: #7ba9d3;
  color: #074fc9;
  background: #edf6ff;
}

@media (max-width: 999px) {
  .single-post .entry-content .aca-related-grid {
    grid-template-columns: 1fr;
  }

  .single-post .entry-content .aca-related-card {
    display: grid;
    grid-template-columns: minmax(110px, 34%) 1fr;
  }

  .single-post .entry-content .aca-related-media {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 689px) {
  .single-post .entry-content .aca-article-contents ol,
  .single-post .entry-content .aca-article-summary ol {
    grid-template-columns: 1fr;
  }

  .single-post .entry-content .aca-article-contents {
    margin-bottom: 2.5rem;
  }

  .single-post .entry-content .aca-article-figure {
    border-radius: 15px;
  }

  .single-post .entry-content .aca-related-card {
    grid-template-columns: minmax(92px, 30%) 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-post .entry-content .aca-related-image {
    transition: none;
  }
}
