:root {
  --ag-content-navy: #081b3a;
  --ag-content-ink: #142238;
  --ag-content-copy: #526277;
  --ag-content-teal: #20c7c1;
  --ag-content-teal-dark: #078b83;
  --ag-content-pale: #f3f8fc;
  --ag-content-line: #d3dee8;
  --ag-content-white: #fff;
}

body.ag-content-page {
  overflow-x: clip;
  background: var(--ag-content-white);
  color: var(--ag-content-ink);
}

.ag-content-page .ag-content-main {
  display: block;
  overflow: visible;
}

.ag-content-main .container {
  width: min(calc(100% - 48px), 1240px);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.ag-content-main .section {
  position: relative;
  padding: 88px 0;
  border-top: 1px solid var(--ag-content-line);
}

.ag-content-main h1,
.ag-content-main h2,
.ag-content-main h3,
.ag-content-main h4 {
  max-width: 100%;
  color: var(--ag-content-navy);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ag-content-main h1 {
  font-size: clamp(44px, 5.15vw, 76px);
  line-height: 1.03;
}

.ag-content-main h2 {
  font-size: clamp(34px, 3.45vw, 54px);
  line-height: 1.08;
}

.ag-content-main h3 {
  line-height: 1.2;
}

.ag-content-main p,
.ag-content-main li {
  color: var(--ag-content-copy);
  font-size: 17px;
  line-height: 1.72;
}

.ag-content-main .hero {
  padding: 158px 0 84px;
}

@media (min-width: 992px) {
  .ag-content-main:not(.ag-about-page) > .hero h1,
  .ag-content-main > .page-intro h1 {
    font-size: 60px;
    line-height: 1.04;
  }

  .ag-content-main > .page-intro {
    padding-top: 158px;
  }
}

.ag-about-page h1 {
  font-size: clamp(44px, 4.55vw, 58px);
  line-height: 1.06;
}

@media (min-width: 992px) {
  .ag-story-page .story-hero {
    padding-top: 164px;
  }

  .ag-story-page .story-hero h1 {
    font-size: 60px;
    line-height: 1.04;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ag-story-page .story-hero {
    padding-top: 150px;
  }

  .ag-story-page .story-hero h1 {
    font-size: 52px;
  }
}

.ag-content-main .hero-grid {
  gap: clamp(42px, 5vw, 76px);
}

.ag-content-main .surface {
  background: var(--ag-content-pale);
}

.ag-content-main .surface-navy,
.ag-content-main .cta-band {
  background: var(--ag-content-navy);
}

.ag-content-main :is(.surface-navy, .cta-band, .article-side-cta, .article-cta, .calculator-results) :is(h1, h2, h3, h4, strong) {
  color: var(--ag-content-white);
}

.ag-content-main :is(.surface-navy, .cta-band, .article-side-cta, .article-cta, .calculator-results) :is(p, li, .lede, .result-caveat) {
  color: #c9d5e4;
}

.ag-content-main :is(.surface-navy, .cta-band, .article-side-cta, .article-cta, .calculator-results) .eyebrow {
  color: var(--ag-content-teal);
}

.ag-content-main :is(.hero-grid, .split, .section-head, .grid-2, .grid-3, .grid-4, .story-index, .blog-grid, .article-layout, .related-articles-grid) > * {
  min-width: 0;
  max-width: 100%;
}

.ag-content-main .button {
  min-height: 50px;
  border-radius: 0;
}

.ag-content-main .button-teal {
  background: var(--ag-content-teal);
  color: var(--ag-content-navy);
}

.ag-content-main .button-outline {
  border-color: var(--ag-content-navy);
  color: var(--ag-content-navy);
}

.ag-content-main .surface-navy .button-outline,
.ag-content-main .cta-band .button-outline,
.ag-content-main .article-cta .button-outline {
  border-color: rgba(255, 255, 255, .65);
  color: #fff;
}

.ag-content-main .feature,
.ag-content-main .story-card,
.ag-content-main .blog-card,
.ag-content-main .calculator,
.ag-content-main .impact-panel,
.ag-content-main .ui-frame,
.ag-content-main .article-steps,
.ag-content-main .source-note,
.ag-content-main .article-cta {
  border-radius: 0;
}

/* Blog index */
.ag-blog-index .page-intro {
  padding: 158px 0 64px;
  background: var(--ag-content-white);
}

.ag-blog-index .blog-grid {
  gap: 34px 24px;
}

.ag-blog-index .blog-card {
  border-color: var(--ag-content-line);
}

.ag-blog-index .blog-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ag-blog-index .blog-image {
  flex: 0 0 auto;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
}

/* Editorial article */
.ag-blog-article .article-hero {
  padding: 158px 0 42px;
  border-bottom: 1px solid var(--ag-content-line);
  background: var(--ag-content-white);
}

.ag-blog-article .article-hero-inner {
  width: min(calc(100% - 48px), 1240px);
  max-width: none;
  margin-inline: auto;
}

.ag-blog-article .article-hero h1 {
  max-width: 1100px;
  margin: 14px 0 22px;
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.04;
}

.ag-blog-article .article-hero .lede {
  max-width: 930px;
  margin: 0;
  color: var(--ag-content-copy);
  font-size: 20px;
  line-height: 1.58;
}

.ag-blog-article .article-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--ag-content-line);
}

.ag-blog-article .article-author {
  display: flex;
  gap: 13px;
  align-items: center;
}

.ag-blog-article .article-author-avatar {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--ag-content-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.ag-blog-article .article-author-copy strong,
.ag-blog-article .article-author-copy span {
  display: block;
}

.ag-blog-article .article-author-copy strong {
  color: var(--ag-content-navy);
  font-size: 14px;
}

.ag-blog-article .article-author-copy span {
  margin-top: 3px;
  color: var(--ag-content-copy);
  font-size: 12px;
}

.ag-blog-article .article-meta-actions,
.ag-blog-article .article-share {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ag-blog-article .article-read-time {
  margin-right: 8px;
  color: var(--ag-content-copy);
  font-size: 13px;
}

.ag-blog-article .article-share-label {
  color: var(--ag-content-navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ag-blog-article .article-share a,
.ag-blog-article .article-share button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ag-content-line);
  border-radius: 0;
  background: #fff;
  color: var(--ag-content-navy);
  cursor: pointer;
  font: inherit;
}

.ag-blog-article .article-share a:hover,
.ag-blog-article .article-share button:hover,
.ag-blog-article .article-share a:focus-visible,
.ag-blog-article .article-share button:focus-visible {
  border-color: var(--ag-content-teal-dark);
  background: #e8fbf9;
  outline: 3px solid #f5c84c;
  outline-offset: 2px;
}

.ag-blog-article .article-share svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ag-blog-article .article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(250px, 300px);
  gap: clamp(44px, 5vw, 72px);
  justify-content: center;
  align-items: start;
  padding-top: 58px;
  padding-bottom: 88px;
}

.ag-blog-article .article-main-column {
  min-width: 0;
}

.ag-blog-article .article-cover {
  width: 100%;
  margin: 0 0 42px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--ag-content-line);
  background: var(--ag-content-pale);
}

.ag-blog-article .article-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ag-blog-article .article-content {
  min-width: 0;
}

.ag-blog-article .article-content > :first-child {
  margin-top: 0;
}

.ag-blog-article .article-content h2 {
  scroll-margin-top: 110px;
  margin: 52px 0 16px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.ag-blog-article .article-content h3 {
  scroll-margin-top: 110px;
  margin: 34px 0 10px;
  font-size: 24px;
}

.ag-blog-article .article-content p,
.ag-blog-article .article-content li {
  color: #405169;
  font-size: 17px;
  line-height: 1.78;
}

.ag-blog-article .article-content p {
  margin: 0 0 20px;
}

.ag-blog-article .article-content li {
  margin-bottom: 9px;
}

.ag-blog-article .article-intro {
  color: var(--ag-content-navy) !important;
  font-size: 22px !important;
  line-height: 1.58 !important;
}

.ag-blog-article .article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 20px;
}

.ag-blog-article .article-side-cta {
  padding: 26px;
  background: var(--ag-content-navy);
}

.ag-blog-article .article-side-cta .eyebrow {
  color: var(--ag-content-teal);
}

.ag-blog-article .article-side-cta h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 28px;
  line-height: 1.12;
}

.ag-blog-article .article-side-cta p {
  margin: 0 0 20px;
  color: #c9d5e4;
  font-size: 14px;
  line-height: 1.6;
}

.ag-blog-article .article-side-cta .button {
  width: 100%;
  justify-content: center;
}

.ag-blog-article .article-toc {
  position: static;
  top: auto;
  padding: 22px;
  border: 1px solid var(--ag-content-line);
  background: var(--ag-content-pale);
}

.ag-blog-article .article-toc strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ag-content-navy);
  font-size: 14px;
  text-transform: uppercase;
}

.ag-blog-article .article-toc a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid transparent;
  color: var(--ag-content-copy);
  font-size: 13px;
  line-height: 1.35;
}

.ag-blog-article .article-toc a:hover,
.ag-blog-article .article-toc a.is-active {
  color: var(--ag-content-teal-dark);
}

.ag-blog-article .article-toc a.is-active {
  font-weight: 800;
}

.ag-blog-article .article-steps li {
  grid-template-columns: 165px 1fr;
}

.ag-blog-article .article-cta {
  border-left-color: var(--ag-content-teal);
  background: var(--ag-content-navy);
}

.ag-blog-article .article-cta h2,
.ag-blog-article .article-cta p {
  color: #fff;
}

.ag-blog-article .related-articles {
  padding: 72px 0 84px;
  border-top: 1px solid var(--ag-content-line);
  background: var(--ag-content-pale);
}

.ag-blog-article .related-articles-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
}

.ag-blog-article .related-articles-head h2 {
  margin: 0;
}

.ag-blog-article .related-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ag-blog-article .related-article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--ag-content-line);
  background: #fff;
  color: var(--ag-content-navy);
}

.ag-blog-article .related-article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ag-blog-article .related-article-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.ag-blog-article .related-article-copy span {
  color: var(--ag-content-teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ag-blog-article .related-article-copy h3 {
  margin: 10px 0 16px;
  font-size: 22px;
}

.ag-blog-article .related-article-copy strong {
  margin-top: auto;
  color: var(--ag-content-navy);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 991px) {
  .ag-content-main .container,
  .ag-blog-article .article-hero-inner {
    width: min(calc(100% - 40px), 1240px);
  }

  .ag-blog-article .article-layout {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 34px;
  }

  .ag-blog-article .article-sidebar {
    top: 92px;
  }

  .ag-blog-article .article-meta-row {
    align-items: flex-start;
  }

  .ag-blog-article .article-meta-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .ag-content-main .container,
  .ag-blog-article .article-hero-inner {
    width: min(calc(100% - 32px), 1240px);
  }

  .ag-content-main .section {
    padding: 62px 0;
  }

  .ag-content-main .hero {
    padding: 118px 0 62px;
  }

  .ag-content-main > .page-intro {
    padding-top: 118px;
  }

  .ag-content-main h1,
  .ag-about-page h1 {
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .ag-blog-article .article-hero {
    padding: 118px 0 30px;
  }

  .ag-blog-article .article-hero h1 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .ag-blog-article .article-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .ag-blog-article .article-meta-actions {
    justify-content: flex-start;
  }

  .ag-blog-article .article-layout {
    display: flex;
    padding-top: 36px;
    padding-bottom: 62px;
    flex-direction: column;
  }

  .ag-blog-article .article-main-column,
  .ag-blog-article .article-sidebar {
    width: 100%;
  }

  .ag-blog-article .article-sidebar {
    position: static;
    order: 2;
  }

  .ag-blog-article .article-main-column {
    order: 1;
  }

  .ag-blog-article .article-cover {
    margin-bottom: 32px;
  }

  .ag-blog-article .article-steps li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ag-blog-article .related-articles-grid {
    grid-template-columns: 1fr;
  }

  .ag-blog-article .related-articles-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 359px) {
  .ag-content-main .container,
  .ag-blog-article .article-hero-inner {
    width: min(calc(100% - 24px), 1240px);
  }

  .ag-blog-article .article-share-label,
  .ag-blog-article .article-read-time {
    flex-basis: 100%;
  }

  .ag-content-main h1,
  .ag-about-page h1,
  .ag-blog-article .article-hero h1 {
    font-size: 31px;
  }

  .ag-blog-article .article-side-cta,
  .ag-blog-article .article-toc,
  .ag-blog-article .source-note,
  .ag-blog-article .article-cta {
    padding: 20px;
  }

  .ag-content-main .story-card .metrics {
    grid-template-columns: 1fr;
  }

  .ag-content-main .story-card .metrics span {
    border-right: 0;
    border-bottom: 1px solid var(--ag-content-line);
  }

  .ag-content-main .story-card .metrics span:last-child {
    border-bottom: 0;
  }
}

/* Pre-production content-family contrast and containment remediation. */
:root {
  --ag-content-copy: #445468;
  --ag-content-teal-dark: #056e69;
}

.ag-story-page .ui-summary,
.ag-content-main .ui-summary.surface-navy {
  background: var(--ag-content-navy) !important;
}

.ag-story-page .ui-summary :is(h2, h3, h4, strong),
.ag-content-main .ui-summary.surface-navy :is(h2, h3, h4, strong) {
  color: #ffffff !important;
}

.ag-story-page .ui-summary :is(p, li, .lede, span),
.ag-content-main .ui-summary.surface-navy :is(p, li, .lede, span) {
  color: #c9d5e4 !important;
}

.ag-content-main :is(.hero-grid, .split, .section-head, .grid-2, .grid-3, .grid-4, .story-index, .blog-grid, .article-layout, .related-articles-grid),
.ag-content-main :is(.hero-grid, .split, .section-head, .grid-2, .grid-3, .grid-4, .story-index, .blog-grid, .article-layout, .related-articles-grid) > * {
  min-width: 0;
  max-width: 100%;
}

.ag-content-main :is(h1, h2, h3, h4, .lede, .article-title, .story-title) {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere;
}

/* Final V2 content-family visual QA. Keep these rules narrowly scoped so the
   approved homepage and AI Calling page retain their established layouts. */
.ag-content-main .button {
  border-radius: 4px;
  text-decoration: none;
}

.ag-content-main :is(
  .feature,
  .story-card,
  .blog-card,
  .calculator,
  .impact-panel,
  .ui-frame,
  .article-steps,
  .source-note,
  .article-cta,
  .article-side-cta,
  .article-toc,
  .related-article-card
) {
  border-radius: 6px;
}

.ag-content-main .ui-frame {
  box-shadow: none;
}

/* Dark bands frequently contain white cards. Descendant text must follow the
   card surface, not the parent section surface. */
.ag-content-main .surface-navy .feature {
  border-color: #b9c9d8;
  background: #ffffff;
}

.ag-content-main .surface-navy .feature :is(h2, h3, h4, strong) {
  color: var(--ag-content-navy) !important;
}

.ag-content-main .surface-navy .feature :is(p, li, span) {
  color: var(--ag-content-copy) !important;
}

@media (min-width: 768px) {
  .ag-content-main .surface-navy .grid-3:has(> .feature:nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ag-blog-index .blog-card-content h2 {
  font-size: 24px;
  line-height: 1.18;
  overflow-wrap: normal;
}

.ag-story-page .story-card h2 {
  font-size: 28px;
  line-height: 1.16;
  overflow-wrap: normal;
}

.ag-blog-index .blog-card-content h2 a,
.ag-story-page .story-card h2 a {
  color: inherit;
  text-decoration: none;
}

.ag-blog-index .blog-card-content h2 a:hover,
.ag-blog-index .blog-card-content h2 a:focus-visible,
.ag-story-page .story-card h2 a:hover,
.ag-story-page .story-card h2 a:focus-visible {
  color: var(--ag-content-teal-dark);
}

.ag-story-page .story-card img {
  object-fit: contain;
  background: var(--ag-content-pale);
}

.ag-story-page .story-card.is-photo img,
.ag-story-page .story-photo.is-photo img {
  object-fit: cover;
  object-position: center;
}

.ag-story-page .story-card.is-logo img,
.ag-story-page .story-photo.is-logo img {
  object-fit: contain;
  padding: clamp(28px, 5vw, 72px);
  background: #fff;
}

.ag-story-page .story-card.is-interface img,
.ag-story-page .story-photo.is-interface img {
  object-fit: contain;
  background: var(--ag-content-pale);
}

.ag-content-main .text-link,
.ag-content-main .text-link:visited {
  color: var(--ag-content-teal-dark) !important;
}

.ag-content-main .text-link:hover,
.ag-content-main .text-link:focus-visible {
  color: #034d49 !important;
}

.ag-blog-article .article-content :is(p, ul, ol) {
  max-width: 72ch;
}

@media (max-width: 767px) {
  .ag-blog-index .blog-card-content h2 {
    font-size: 23px;
  }

  .ag-story-page .story-card h2 {
    font-size: 25px;
  }
}

@media (max-width: 359px) {
  .ag-content-main :is(h1, h2, h3, h4, .lede, .article-title, .story-title) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Industry index: recognizable photography without changing the card grid. */
.ag-industries-index .industry-card-grid {
  align-items: stretch;
}

.ag-industries-index .industry-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.ag-industries-index .industry-card-media {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--ag-line, #cbd8e5);
  background: var(--ag-content-pale, #edf5fa);
}

.ag-industries-index .industry-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.ag-industries-index .industry-card-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 24px 28px 28px;
}

.ag-industries-index .industry-card .text-link {
  margin-top: auto;
  padding-top: 16px;
}

@media (hover: hover) and (pointer: fine) {
  .ag-industries-index .industry-card:hover .industry-card-media img {
    transform: scale(1.025);
  }
}

@media (max-width: 767px) {
  .ag-industries-index .industry-card-copy {
    padding: 22px 22px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ag-industries-index .industry-card-media img {
    transition: none;
  }
}

/* Customer-story call recordings: tactile, seekable, and readable at 320px. */
.ag-story-page .story-audio-section {
  border-top: 1px solid var(--ag-line, #cbd8e5);
  border-bottom: 1px solid var(--ag-line, #cbd8e5);
}

.ag-story-page .story-audio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.ag-story-page .story-audio-grid.is-single {
  grid-template-columns: minmax(0, 760px);
}

.ag-story-page .story-audio-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--ag-line, #cbd8e5);
  background: #fff;
}

.ag-story-page .story-audio-card h3 {
  margin: 8px 0;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.25;
}

.ag-story-page .story-audio-card > p {
  margin: 0;
  color: #56677a;
}

.ag-story-page .story-audio-card .music {
  margin-top: 20px;
}

.ag-story-page .story-audio-card .audio-player {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e6b82b;
  background: #fff8d8;
}

.ag-story-page .story-audio-card .play-button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: #f2bf2f;
  color: #081b3a;
  cursor: pointer;
}

.ag-story-page .story-audio-card .play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid currentColor;
}

.ag-story-page .story-audio-card .pause-icon {
  display: none;
  gap: 5px;
}

.ag-story-page .story-audio-card .pause-icon span {
  width: 5px;
  height: 20px;
  background: currentColor;
}

.ag-story-page .story-audio-card .play-button[aria-pressed="true"] .play-icon {
  display: none;
}

.ag-story-page .story-audio-card .play-button[aria-pressed="true"] .pause-icon {
  display: flex;
}

.ag-story-page .story-audio-card .waveform-container {
  min-height: 42px;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, #e4b528 0 4px, transparent 4px 10px);
  cursor: pointer;
  mask-image: linear-gradient(to bottom, transparent 4px, #000 4px calc(100% - 4px), transparent calc(100% - 4px));
}

.ag-story-page .story-audio-card .audio-timing {
  color: #081b3a;
  font-weight: 750;
  white-space: nowrap;
}

.ag-story-page .story-audio-card audio {
  display: none;
}

@media (max-width: 991px) {
  .ag-story-page .story-audio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .ag-story-page .story-audio-card {
    padding: 18px;
  }

  .ag-story-page .story-audio-card .audio-player {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .ag-story-page .story-audio-card .play-button {
    width: 46px;
    height: 46px;
  }

  .ag-story-page .story-audio-card .audio-timing {
    grid-column: 2;
  }
}
