/* ==========================================================================\n   Insights / Blog frontend\n   Corporate Momentum Group visual language\n   ========================================================================== */

.public-insights-page,
.public-insight-page {
  --insights-navy: #032e4d;
  --insights-blue: #054d7f;
  --insights-cyan: #04a0dd;
  --insights-orange: #f28d01;
  --insights-soft: #f6f8f9;
  --insights-text: #28434f;
  --insights-muted: #6f818a;
  --insights-border: #dfe7eb;
  color: var(--insights-text);
  background: #fff;
}

.insights-container {
  width: min(1340px, calc(100% - 48px));
  margin-inline: auto;
}

/* Hero ------------------------------------------------------------------- */

.insights-hero,
.insight-show-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--insights-navy);
}

.insights-hero::before,
.insight-show-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.028) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.028) 0 1px, transparent 1px 26px);
}

.insights-hero::after {
  position: absolute;
  top: -90px;
  right: -150px;
  width: 520px;
  height: 520px;
  pointer-events: none;
  content: "";
  border: 1.5px solid rgba(255,255,255,.07);
  border-radius: 96px;
  animation: como-spin 90s linear infinite;
}

.insights-hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 7vw, 88px) 0 clamp(58px, 8vw, 104px);
}

.insights-eyebrow,
.insight-show-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: #7fc7e8;
  font: 500 14px "Work Sans", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.insights-eyebrow::before,
.insight-show-eyebrow::before {
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  content: "";
  background: var(--insights-cyan);
}

.insights-hero h1,
.insight-show-hero h1 {
  max-width: 20ch;
  margin: 0 0 20px;
  color: #fff;
  font: 500 clamp(34px, 4.8vw, 64px) / 1.05 "Barlow", sans-serif;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.insights-hero-description,
.insight-show-excerpt {
  max-width: 58ch;
  margin: 0;
  color: rgba(255,255,255,.82);
  font: 400 clamp(17px, 1.4vw, 21px) / 1.6 "Work Sans", sans-serif;
}

.insights-hero-wave {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 145px;
  pointer-events: none;
}

.insights-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Filters ---------------------------------------------------------------- */

.insights-filter-section {
  padding: clamp(30px, 4vw, 52px) 0 0;
}

.insights-filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.insights-filter-label {
  margin-right: 8px;
  color: #98989a;
  font: 500 13px "Work Sans", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.insights-filter-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 18px;
  color: var(--insights-navy);
  background: #fff;
  border: 1px solid #cdd8de;
  border-radius: 999px;
  font: 500 14px "Work Sans", sans-serif;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.insights-filter-link:hover {
  color: var(--insights-blue);
  border-color: var(--insights-cyan);
  transform: translateY(-1px);
}

.insights-filter-link.is-active {
  color: #fff;
  background: var(--insights-navy);
  border-color: var(--insights-navy);
}

/* Category badges -------------------------------------------------------- */

.insight-category-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.insight-category-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 12px;
  color: var(--insights-blue);
  background: #eef3f6;
  border-radius: 999px;
  font: 600 11px "Work Sans", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
}

.insight-category-badge:hover {
  color: #fff;
  background: var(--insights-blue);
}

.insight-category-badge.is-featured {
  color: #fff;
  background: var(--insights-orange);
}

.insight-category-badge.is-podcast {
  color: #fff;
  background: #1db954;
}

/* Featured --------------------------------------------------------------- */

.insights-featured-section {
  padding: clamp(32px, 4vw, 56px) 0 0;
}

.insights-featured {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
  gap: clamp(28px, 4vw, 56px);
  overflow: hidden;
  background: var(--insights-soft);
  border: 1px solid #e6ecef;
  border-radius: 20px;
}

.insights-featured-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: linear-gradient(140deg, var(--insights-blue), var(--insights-cyan));
}

.insights-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.insights-featured:hover .insights-featured-media img {
  transform: scale(1.025);
}

.insights-featured-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 420px;
  color: rgba(255,255,255,.75);
  font: 600 42px "Barlow", sans-serif;
}

.insights-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3.3vw, 46px) clamp(28px, 3.6vw, 50px) clamp(26px, 3.3vw, 46px) 0;
}

.insights-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 14px 0 18px;
  color: #98989a;
  font: 500 13px "Work Sans", sans-serif;
}

.insights-featured h2 {
  margin: 0 0 16px;
  color: var(--insights-navy);
  font: 500 clamp(26px, 2.8vw, 40px) / 1.12 "Barlow", sans-serif;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.insights-featured h2 a {
  color: inherit;
  text-decoration: none;
}

.insights-featured h2 a:hover {
  color: var(--insights-blue);
}

.insights-featured-excerpt {
  max-width: 54ch;
  margin: 0 0 25px;
  color: #4a606b;
  font: 400 clamp(16px, 1.25vw, 18px) / 1.65 "Work Sans", sans-serif;
}

.insights-featured-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.insights-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  color: #fff;
  background: var(--insights-navy);
  border-radius: 999px;
  font: 500 15px "Work Sans", sans-serif;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.insights-primary-link:hover {
  color: #fff;
  background: #08405f;
  transform: translateY(-1px);
}

.insights-author-mini,
.insight-author {
  display: flex;
  align-items: center;
  gap: 11px;
}

.insights-author-avatar,
.insight-author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: #fff;
  background: linear-gradient(135deg, var(--insights-blue), var(--insights-cyan));
  border-radius: 999px;
  font: 600 13px "Barlow", sans-serif;
}

.insights-author-mini strong,
.insight-author strong {
  display: block;
  color: var(--insights-blue);
  font: 500 14px "Work Sans", sans-serif;
}

.insights-author-mini small,
.insight-author small {
  display: block;
  margin-top: 2px;
  color: #98989a;
  font: 400 12px "Work Sans", sans-serif;
}

/* Grid ------------------------------------------------------------------- */

.insights-list-section {
  padding: clamp(44px, 6vw, 82px) 0 clamp(60px, 8vw, 112px);
}

.insights-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: clamp(28px, 3vw, 44px);
}

.insights-section-heading-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--insights-blue);
  font: 500 14px "Work Sans", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.insights-section-heading-label::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--insights-blue);
}

.insights-result-count {
  color: #98989a;
  font: 400 15px "Work Sans", sans-serif;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.insight-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6ecef;
  border-radius: 16px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.insight-card:hover {
  transform: translateY(-6px);
  border-color: #cedde4;
  box-shadow: 0 30px 50px -32px rgba(3,46,77,.4);
}

.insight-card-media {
  position: relative;
  display: block;
  height: 190px;
  overflow: hidden;
  background: linear-gradient(140deg, var(--insights-navy), var(--insights-blue));
}

.insight-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.insight-card:hover .insight-card-media img {
  transform: scale(1.04);
}

.insight-card-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(3,46,77,0) 40%, rgba(3,46,77,.18));
}

.insight-card-media .insight-category-badges {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  right: 14px;
}

.insight-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 26px 28px;
}

.insight-card-date {
  margin-bottom: 11px;
  color: #98989a;
  font: 500 13px "Work Sans", sans-serif;
}

.insight-card h3 {
  margin: 0 0 12px;
  color: var(--insights-navy);
  font: 500 21px / 1.25 "Barlow", sans-serif;
}

.insight-card h3 a {
  color: inherit;
  text-decoration: none;
}

.insight-card h3 a:hover {
  color: var(--insights-blue);
}

.insight-card-excerpt {
  margin: 0 0 22px;
  color: #4a606b;
  font: 400 16px / 1.6 "Work Sans", sans-serif;
}

.insight-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: #0066a6;
  font: 600 15px "Work Sans", sans-serif;
  text-decoration: none;
  transition: gap .2s ease;
}

.insight-read-link:hover {
  gap: 12px;
  color: var(--insights-blue);
}

/* Pagination ------------------------------------------------------------- */

.insights-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.insights-pagination nav,
.insights-pagination .pagy {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}

.insights-pagination a,
.insights-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  color: var(--insights-blue);
  background: #fff;
  border: 1px solid var(--insights-border);
  border-radius: 999px;
  font: 600 13px "Work Sans", sans-serif;
  text-decoration: none;
}

.insights-pagination a:hover,
.insights-pagination .current {
  color: #fff;
  background: var(--insights-navy);
  border-color: var(--insights-navy);
}

/* Empty ------------------------------------------------------------------ */

.insights-empty {
  padding: 64px 24px;
  text-align: center;
  background: var(--insights-soft);
  border: 1px solid var(--insights-border);
  border-radius: 18px;
}

.insights-empty h2 {
  margin: 0 0 10px;
  color: var(--insights-navy);
  font: 500 28px "Barlow", sans-serif;
}

.insights-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--insights-muted);
  line-height: 1.65;
}

/* Newsletter ------------------------------------------------------------- */

.insights-newsletter-section {
  padding: 0 0 clamp(60px, 8vw, 112px);
}

.insights-newsletter {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr auto;
  align-items: center;
  gap: 28px 40px;
  overflow: hidden;
  padding: clamp(32px, 4.5vw, 60px);
  color: #fff;
  background: var(--insights-navy);
  border-radius: 24px;
}

.insights-newsletter::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.03) 0 1px, transparent 1px 24px);
}

.insights-newsletter-copy,
.insights-newsletter-form {
  position: relative;
  z-index: 1;
}

.insights-newsletter-copy > span {
  color: #7fc7e8;
  font: 500 13px "Work Sans", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.insights-newsletter h2 {
  margin: 12px 0 10px;
  color: #fff;
  font: 500 clamp(24px, 2.8vw, 38px) / 1.12 "Barlow", sans-serif;
}

.insights-newsletter p {
  max-width: 50ch;
  margin: 0;
  color: rgba(255,255,255,.8);
  font: 400 clamp(16px, 1.3vw, 19px) / 1.55 "Work Sans", sans-serif;
}

.insights-newsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.insights-newsletter-input {
  min-width: min(300px, 72vw);
  height: 54px;
  padding: 0 21px;
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  outline: 0;
  font: 400 15px "Work Sans", sans-serif;
}

.insights-newsletter-input::placeholder {
  color: rgba(255,255,255,.56);
}

.insights-newsletter-input:focus {
  border-color: var(--insights-cyan);
  box-shadow: 0 0 0 3px rgba(4,160,221,.18);
}

.insights-newsletter-button {
  min-height: 54px;
  padding: 0 28px;
  color: #fff;
  background: var(--insights-orange);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: 500 15px "Work Sans", sans-serif;
}

.insights-newsletter-button:hover {
  background: #da8000;
}

/* Show hero -------------------------------------------------------------- */

.insight-reading-progress {
  position: sticky;
  z-index: 45;
  top: 0;
  height: 3px;
  background: transparent;
}

.insight-reading-progress > span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--insights-orange);
}

.insight-show-hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(34px, 5vw, 58px) 0 clamp(64px, 8vw, 104px);
}

.insight-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(28px, 4vw, 48px);
  color: #7fc7e8;
  font: 500 15px "Work Sans", sans-serif;
  text-decoration: none;
  transition: gap .2s ease;
}

.insight-back-link:hover {
  gap: 13px;
  color: #fff;
}

.insight-show-header {
  max-width: 900px;
}

.insight-show-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.insight-show-meta-text {
  color: rgba(255,255,255,.62);
  font: 500 14px "Work Sans", sans-serif;
}

.insight-show-hero .insight-category-badge {
  color: var(--insights-navy);
  background: var(--insights-cyan);
}

.insight-show-hero .insight-category-badge.is-podcast {
  color: #fff;
  background: #1db954;
}

.insight-author {
  margin-top: 30px;
}

.insight-author-avatar {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
  font-size: 17px;
}

.insight-author strong {
  color: #fff;
  font-size: 15px;
}

.insight-author small {
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

/* Lead image ------------------------------------------------------------- */

.insight-lead-media-wrap {
  position: relative;
  z-index: 3;
}

.insight-lead-media {
  position: relative;
  overflow: hidden;
  margin-top: clamp(-42px, -4vw, -28px);
  aspect-ratio: 21 / 9;
  background: #e8edf0;
  border-radius: 20px;
  box-shadow: 0 44px 80px -54px rgba(3,46,77,.6);
}

.insight-lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Spotify --------------------------------------------------------------- */

.insight-spotify-section {
  padding: clamp(34px, 5vw, 58px) 0 0;
}

.insight-spotify-player {
  max-width: 900px;
  margin-inline: auto;
  padding: 18px;
  background: #f4faf6;
  border: 1px solid #d9e9df;
  border-radius: 18px;
}

.public-insight-spotify-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.public-insight-spotify-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #1db954;
  border-radius: 999px;
  font-weight: 700;
}

.public-insight-spotify-heading strong {
  display: block;
  color: #173e29;
  font: 600 15px "Work Sans", sans-serif;
}

.public-insight-spotify-heading span {
  display: block;
  margin-top: 2px;
  color: #688274;
  font: 400 13px "Work Sans", sans-serif;
}

.insight-spotify-player iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 12px;
}

/* Article body ----------------------------------------------------------- */

.insight-body-section {
  padding: clamp(44px, 6vw, 84px) 0 clamp(60px, 8vw, 112px);
}

.insight-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: clamp(36px, 5vw, 72px);
}

.insight-article {
  min-width: 0;
  max-width: 72ch;
  color: #4a606b;
  font: 400 17px / 1.78 "Work Sans", sans-serif;
}

.insight-article > *:first-child {
  margin-top: 0;
}

.insight-article p {
  margin: 0 0 24px;
}

.insight-article > p:first-child {
  color: var(--insights-navy);
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.7;
}

.insight-article h2 {
  margin: 44px 0 18px;
  color: var(--insights-navy);
  font: 500 clamp(24px, 2.4vw, 32px) / 1.2 "Barlow", sans-serif;
}

.insight-article h3 {
  margin: 34px 0 14px;
  color: var(--insights-navy);
  font: 500 22px / 1.25 "Barlow", sans-serif;
}

.insight-article ul,
.insight-article ol {
  margin: 0 0 28px;
  padding-left: 1.4rem;
}

.insight-article li + li {
  margin-top: 10px;
}

.insight-article blockquote {
  margin: 36px 0;
  padding: 28px 32px;
  color: var(--insights-navy);
  border-left: 3px solid var(--insights-orange);
  border-radius: 0 14px 14px 0;
  font: 400 clamp(19px, 1.7vw, 24px) / 1.55 "Work Sans", sans-serif;
}

.insight-article blockquote p {
  margin: 0;
}

.insight-article a {
  color: #0066a6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.insight-article img {
  height: auto;
  margin: 30px 0;
  border-radius: 14px;
}

.insight-article figure {
  margin: 34px 0;
}

.insight-article figcaption {
  margin-top: 9px;
  color: #84949c;
  font-size: 13px;
}

/* Sidebar ---------------------------------------------------------------- */

.insight-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.insight-sidebar-card {
  padding: 26px;
  background: var(--insights-soft);
  border: 1px solid #e6ecef;
  border-radius: 16px;
}

.insight-sidebar-label {
  color: #98989a;
  font: 500 12px "Work Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.insight-sidebar-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.insight-sidebar-author {
  margin-top: 16px;
}

.insight-sidebar-author strong {
  display: block;
  color: var(--insights-navy);
  font: 600 15px "Work Sans", sans-serif;
}

.insight-sidebar-author a,
.insight-sidebar-author span {
  display: block;
  margin-top: 5px;
  color: var(--insights-blue);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.insight-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 28px;
  color: #fff;
  background: var(--insights-navy);
  border-radius: 16px;
}

.insight-sidebar-cta::after {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  pointer-events: none;
  content: "";
  border: 1.5px solid rgba(255,255,255,.09);
  border-radius: 36px;
  transform: rotate(45deg);
}

.insight-sidebar-cta h3,
.insight-sidebar-cta p,
.insight-sidebar-cta a {
  position: relative;
  z-index: 1;
}

.insight-sidebar-cta h3 {
  margin: 0 0 10px;
  color: #fff;
  font: 500 20px / 1.25 "Barlow", sans-serif;
}

.insight-sidebar-cta p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.8);
  font: 400 15px / 1.6 "Work Sans", sans-serif;
}

.insight-orange-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: var(--insights-orange);
  border-radius: 999px;
  font: 500 15px "Work Sans", sans-serif;
  text-decoration: none;
}

.insight-orange-button:hover {
  color: #fff;
  background: #da8000;
}

/* Related ---------------------------------------------------------------- */

.insight-related-section {
  padding: clamp(50px, 7vw, 92px) 0 clamp(60px, 8vw, 112px);
  background: var(--insights-soft);
}

.insight-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 960px) {
  .insights-featured,
  .insight-body-grid,
  .insights-newsletter {
    grid-template-columns: 1fr;
  }

  .insights-featured-content {
    padding: 8px 28px 34px;
  }

  .insights-featured-media,
  .insights-featured-placeholder {
    min-height: 320px;
  }

  .insights-grid,
  .insight-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .insights-container {
    width: min(100% - 30px, 1340px);
  }

  .insights-hero-inner,
  .insight-show-hero-inner {
    padding-top: 44px;
  }

  .insights-filter-row {
    align-items: stretch;
  }

  .insights-filter-label {
    width: 100%;
    margin: 0 0 4px;
  }

  .insights-grid,
  .insight-related-grid,
  .insight-sidebar {
    grid-template-columns: 1fr;
  }

  .insights-featured,
  .insight-card,
  .insights-newsletter,
  .insight-lead-media,
  .insight-sidebar-card,
  .insight-sidebar-cta,
  .insight-spotify-player {
    border-radius: 14px;
  }

  .insights-featured-media,
  .insights-featured-placeholder {
    min-height: 240px;
  }

  .insights-featured-content {
    padding: 4px 20px 26px;
  }

  .insights-newsletter {
    padding: 28px 20px;
  }

  .insights-newsletter-form,
  .insights-newsletter-input,
  .insights-newsletter-button {
    width: 100%;
  }

  .insights-newsletter-input {
    min-width: 0;
  }

  .insight-lead-media {
    aspect-ratio: 16 / 10;
  }

  .insight-article {
    font-size: 16px;
  }

  .insight-article blockquote {
    padding: 22px;
  }
}
