.post-page-main {
  display: grid;
  gap: 24px;
  min-width: 0;
}
.two-column-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: start;
  width: 100%;
  min-width: 0;
}
.two-column-layout > article {
  width: 100%;
  min-width: 0;
}
.post-header {
  display: grid;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
  justify-items: center;
  text-align: center;
  width: 100%;
  min-width: 0;
}
.post-secondary-title {
  margin: 0;
  width: 100%;
  max-width: 760px;
  color: #1cade6;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}
.post-header h1 {
  margin: 0;
  width: 100%;
  max-width: 980px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}
.post-meta {
  display: flex;
  gap: 16px;
}
.post-meta--under-hero {
  max-width: var(--reading-width);
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px 26px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-secondary);
  font-size: 12px;
}
.post-meta__details {
  display: flex;
  align-items: center;
  gap: 16px 26px;
  flex-wrap: wrap;
}
.post-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1.2;
}
.post-meta__item a {
  color: inherit;
  text-decoration: none;
}
.post-meta__item a:hover,
.post-meta__item a:focus-visible {
  color: #1cade6;
}
.post-meta__icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  color: #1cade6;
  line-height: 1;
}
.post-meta__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.post-meta__share {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}
.post-meta__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #1cade6;
  text-decoration: none;
  transition: color 120ms ease, transform 120ms ease, opacity 120ms ease;
}
.post-meta__share-link:hover,
.post-meta__share-link:focus-visible {
  color: #0f8fb7;
  transform: translateY(-1px);
  opacity: 0.9;
}
.post-meta__share-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.post-meta__share-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.post-caption {
  max-width: var(--reading-width);
  margin: 0;
  padding: 12px 14px;
  background: #f3f4f6;
  border-bottom: 3px solid #1cade6;
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.post-caption--placeholder {
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.inline-related-post {
  margin: 18px 0;
  border-top: 3px solid #1cade6;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: #f7f7f7;
  overflow: hidden;
}
.inline-related-post__link {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  align-items: stretch;
  color: inherit;
  text-decoration: none;
  min-height: 94px;
}
.inline-related-post__media {
  width: 168px;
  height: 94px;
  background: #dbe4ea;
  overflow: hidden;
}
.inline-related-post__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inline-related-post__body {
  display: flex;
  min-width: 0;
  height: 94px;
  align-items: center;
  padding: 8px 14px;
  background: #f7f7f7;
  overflow: hidden;
}
.inline-related-post__text {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 3px;
}
.inline-related-post__meta {
  margin: 0;
  color: #1cade6;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline-related-post__secondary {
  margin: 0;
  color: #374151;
  font-size: 0.76rem;
  line-height: 1.15;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inline-related-post__title {
  margin: 0;
  color: #000000;
  font-size: 0.88rem;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-content .inline-related-post__link,
.post-content .inline-related-post__link:hover,
.post-content .inline-related-post__link:focus-visible,
.post-content .inline-related-post__title,
.post-content .inline-related-post__meta,
.post-content .inline-related-post__secondary {
  text-decoration: none;
}
.post-content .inline-related-post__media img {
  margin: 0;
}
.post-content .inline-related-post__title {
  margin: 0;
  color: #000000;
  font-size: 0.88rem;
  line-height: 1.14;
  font-weight: 500;
}
.post-content .inline-related-post__meta,
.post-content .inline-related-post__secondary {
  margin: 0;
}
.post-sidebar {
    position: sticky;
    top: var(--desktop-sticky-offset);
    align-self: start;
    display: grid;
    gap: 0;
}
.latest-sidebar__list,
.related-posts__list {
  display: grid;
  gap: 0;
}
.related-posts--below-content {
  width: 100%;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--color-border);
}
.related-posts--below-content .related-posts__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.news-latest-box {
    position: static;
    background: #f1f1f1;
    padding: 18px 20px;
}
.news-latest-box__headline {
  margin: 0 0 14px;
  color: #1cade6;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.015em;
}
.latest-sidebar__list {
  display: grid;
  gap: 0;
}
.latest-sidebar__item {
  padding: 9px 0 11px;
  border-bottom: 1px dotted rgba(17, 17, 17, 0.28);
}
.latest-sidebar__link {
  display: grid;
  gap: 2px;
  color: var(--color-text-primary);
  text-decoration: none;
}
.latest-sidebar__meta {
  color: #1cade6;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2px;
}
.latest-sidebar__secondary {
  color: #222;
  font-size: 0.68rem;
  line-height: 1.22;
  font-weight: 400;
  margin-bottom: 1px;
}
.latest-sidebar__title {
  color: #000;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.015em;
}
.latest-sidebar__item--current .latest-sidebar__meta,
.latest-sidebar__item--current .latest-sidebar__title,
.latest-sidebar__link:hover .latest-sidebar__meta,
.latest-sidebar__link:hover .latest-sidebar__title {
  color: #0f8fb7;
}
.latest-sidebar__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.related-post {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
}
.related-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
  border-color: rgba(28, 173, 230, 0.26);
}
.related-post__link {
  display: grid;
  grid-template-columns: 1fr;
  color: inherit;
  text-decoration: none;
}
.related-post__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-primary-soft);
}
.related-post__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-post__body {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: #ffffff;
}
.related-post__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}
.related-post__eyebrow .type-kicker {
  padding: 4px 9px;
  background: rgba(28, 173, 230, 0.1);
  color: #148dbb;
  font-size: 0.66rem;
}
.related-post__meta {
  margin: 0;
  color: #1cade6;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.related-post__secondary {
  margin: 0;
  color: #4b5563;
  font-size: 0.86rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-post__title {
  margin: 0;
  color: #111827;
  font-size: 1.16rem;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.015em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .two-column-layout {
    grid-template-columns: 1fr;
  }
  .post-meta--under-hero {
    justify-content: center;
    flex-wrap: wrap;
  }
  .post-meta__details {
    justify-content: center;
  }
  .post-meta__share {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .news-latest-box {
    position: static;
    padding: 16px 16px;
  }
  .related-posts--below-content .related-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .post-sidebar {
    position: static;
  }
}
@media (min-width: 721px) and (max-width: 1080px) {
  .related-posts--below-content .related-posts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .related-posts--below-content .related-posts__list {
    grid-template-columns: 1fr;
  }
}
/* Google Auto Ads must never define article width. */
.post-page-main .google-auto-placed,
.post-page-main .google-auto-placed.ap_container,
.post-page-main ins.adsbygoogle,
.post-page-main ins.adsbygoogle-noablate {
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.post-page-main ins.adsbygoogle[data-ad-status*="unfill"],
.post-page-main ins.adsbygoogle-noablate[data-ad-status*="unfill"] {
  display: none !important;
}
@media (max-width: 720px) {
  .post-page-main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }
  .post-page-main .two-column-layout,
  .post-page-main .two-column-layout > article,
  .post-page-main .post-header,
  .post-page-main .hero-image,
  .post-page-main .post-caption,
  .post-page-main .post-content,
  .post-page-main .article-sources {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .post-page-main .hero-image,
  .post-page-main .hero-image img {
    overflow: hidden;
  }
  .post-page-main .google-auto-placed,
  .post-page-main .google-auto-placed.ap_container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .post-page-main ins.adsbygoogle,
  .post-page-main ins.adsbygoogle-noablate {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
