/* Switching to DAWNZERA Page Styles */
/* Only page-specific styles that don't exist in the component system */

/* Hero Extensions */
.hero--image {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__title {
  font-family: "Tilt Neon", sans-serif;;
  font-size: 28px;
  line-height: 50px;
  color: var(--color-primary);
  text-shadow: var(--color-black) 0px 0px 60px, var(--color-black) 0px 0px 40px,
    var(--color-overlay-dark) 0px 0px 40px;
  margin-bottom: var(--space-lg);
  width: 100%;
  max-width: 800px;
  letter-spacing: 0.18em;
  word-spacing: 0.25em;
  font-weight: 700;
  margin-left: 55px;
  margin-top: 39px;
  transform: scaleX(1.135);
  display: inline-block;
}

.hero__subtitle {
  font-family: var(--font-agenda);
  font-size: 26px;
  color: var(--color-white);
  text-shadow: var(--color-black) 0px 0px 40px, var(--color-black) 0px 0px 20px;
  width: 100%;
  max-width: 840px;
  margin-top: -45px;
}

/* Header Section */
:root {
      --hero-font-family: "Tilt Neon", sans-serif;
      --switching-dawnzera-text-color: #1d2d21;
      --switching-dawnzera-header-title-weight: 700;
      --switching-dawnzera-subtitle-weight: 400;
}

    .hero__wrapper__switching__dawnzera {
      display: flex;
      align-self: stretch;
      position: relative;
      min-height: 50vw;
      overflow: hidden;
    }

    .section__wrapper__switching__dawnzera {
      position: relative;
      z-index: 0;
    }

    .section__wrapper__switching__dawnzera::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-image: url('../../images/backgrounds/brick-background.png') ;
        background-repeat: no-repeat;
        opacity: 0.3;
        background-size: cover ;
        background-position: center bottom;
    }

    @media (min-width: 426px) and (max-width: 768px) {
      .hero__wrapper__switching__dawnzera {
        height: auto;
        min-height: 65vw;
      }

      .hero__background__switching_dawnzera--mobile {
        height: auto;
        min-height: 100%;
      }
    }

    @media (min-width: 426px) and (max-width: 798px) {
      .hero__wrapper__switching__dawnzera {
        min-height: 65vw;
      }
    }

.hero__wrapper__switching__dawnzera {
  display: flex;
  align-self: stretch;
  position: relative;
  min-height: auto;
  overflow: hidden;
}

@media (min-width: 426px) and (max-width: 798px) {
  .hero__wrapper__switching__dawnzera {
    min-height: 65vw;
  }
}

@media (min-width: 1200px) {
  .hero__wrapper__switching__dawnzera {
    height: auto;
    min-height: auto;
  }
}

.hero__background__switching_dawnzera--desktop {
  display: none;
}

@media (min-width: 769px) {
  .hero__background__switching_dawnzera--desktop {
    display: block;
    width: 100%;
    max-width: none;
    height: 90%;
    object-fit: cover;
    object-position: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hero__background__switching_dawnzera--mobile {
  width: 100vw;
  object-fit: cover;
  display: block;
  object-position: top;
}

@media (min-width: 769px) {
  .hero__background__switching_dawnzera--mobile {
    display: none;
  }
}

.hero__content__switching_dawnzera {
  display: flex;
  flex-direction: column;
  padding: 25px 0 0 25px;
  gap: 1.5rem;
  position: absolute;
  top: 3%;
  left: 3%;
  width: 90%;
  max-width: 1200px;
  z-index: 2;
  color: var(--switching-dawnzera-text-color);

  @media (max-width: 768px) {
    gap: 1rem;
  }
}

/* Tablet adjustments */
@media (min-width: 426px) and (max-width: 798px) {
  .hero__content__switching_dawnzera {
    top: 3%;
    left: 8%;
    width: 80%;
  }

  .hero__title__switching__dawnzera {
    font-size: 32px;
  }

  .hero__subtitle__switching__dawnzera {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .hero__content__switching_dawnzera {
    top: 12.2%;
    left: 11.5%;
    width: 50%;
    top: 3%;
    left: 6%;
    width: 50%;
  }

  .hero__title__switching__dawnzera {
    font-size: 46px;
  }

  .hero__subtitle__switching__dawnzera {
    font-size: 20px;
  }
}

.hero__title__switching__dawnzera {
  margin: 0 0 5px 0;
  font-family: "Tilt Neon", sans-serif;;
  font-size: 52px;
  line-height: 60px;
  color: var(--color-charcol, #1d2d3a);
  text-shadow: none;
  letter-spacing: normal;
  font-weight: 400;
}

.hero__subtitle__switching__dawnzera {
  font-family: var(--font-agenda);
  font-size: 26px;
  line-height: normal;
  color: var(--color-charcol, #1d2d3a);
  max-width: 840px;
  margin-left: 0px;
  letter-spacing: 0.12em;
  font-weight: var(--switching-dawnzera-subtitle-weight);
  letter-spacing: normal;
}

@media (max-width: 768px) {
  .hero__content__switching_dawnzera {
    left: 5%;
    left: 0px;
    width: 90%;
    padding-right: 5%;
    text-align: left;
    top: 0px;
  }

  .hero__title__switching__dawnzera,
  .hero__subtitle__switching__dawnzera,
  .switching_dawnzera_header {
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-left: 0;
  }

  .hero__title__switching__dawnzera {
    transform: scaleX(1);
    font-size: 36px;
    line-height: 38px;
  }

  .hero__subtitle__switching__dawnzera {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .hero__subtitle__switching__dawnzera {
    transform: none;
    max-width: 100%;
  }
}

.switching_dawnzera_header {
  display: none;

  @media (min-width: 768px) {
    font-family: var(--font-agenda);
    font-size: 16px;
    color: var(--switching-dawnzera-text-color);
    letter-spacing: 0.08em;
    line-height: 1.3;
    word-wrap: break-word;
    font-weight: var(--switching-dawnzera-header-title-weight);
    display: block;
  }
}

.switching_dawnzera_line-break {
  display: block;
  content: "";
}

@media (max-width: 768px) {
  .switching_dawnzera-after {
    display: inline;
  }
}

@media (max-width: 768px) {
  .switching_dawnzera_line-break { display: inline; }
}

@media (max-width: 768px) {
  .switching_dawnzera_mobile-break-after { display: block; }
}

@media (max-width: 768px) {
  .hero__subtitle__switching__dawnzera {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
  }
}

/* End of Header Section */

/* Badge Component */
.badge {
  display: inline-block;
  padding: 5px var(--space-sm);
  border-radius: var(--radius-sm);
  font-family: var(--font-agenda);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.badge--primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: Agenda;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.badge--white {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.section__label .badge.badge--primary {
  font-size: 20px;
  text-transform: none;
  padding: 5px 12px 3px 12px;
}

/* Study Results Specific */
.study-graphic {
  max-width: 580px;
  width: 100%;
  height: auto;
  margin: 24px auto;
}

.body-lg {
  margin-bottom: 0px;
  font-size: 26px;

  .study-sup {
    top: -7px;
  }
}

.result-highlight {
  display: flex;
  align-items: center;
  gap: var(--space-2xl);
  max-width: 800px;
  margin: 0px auto;
  gap: 24px;
}

.result-highlight__stat {
  flex-shrink: 0;
}

.result-highlight__number {
  font-family: var(--font-tilt-neon);
  font-size: 52px;
  line-height: 60px;
  color: var(--color-primary-dark);
  font-weight: 400;
  white-space: nowrap;
}

.result-highlight__text {
  flex: 1;
  font-size: 20px;
  line-height: 1.5;
  color: #c94808;
  font-family: Agenda;
  font-weight: 700;
}

/* Callout Component */
.callout {
  display: flex;
  align-items: center;
  gap: var(--space-2xl);
  padding: var(--space-2xl);
  border-radius: var(--radius-2xl);
  margin: var(--space-3xl) 0;
}

.callout--primary {
  background-color: var(--color-primary);
  border: 8px solid var(--color-primary-dark);
  box-shadow: 0px 0px 8px 0px var(--color-primary-dark),
    0px 0px 8px 0px var(--color-primary-light);
}

.callout__stat {
  font-family: var(--font-tilt-neon);
  font-size: 52px;
  line-height: 60px;
  color: var(--color-white);
  flex-shrink: 0;
  text-align: left;
  align-self: flex-start;

  @media (min-width: 769px) {
    align-self: center;
  }
}

.callout__content {
  flex: 1;
  color: var(--color-white);
  text-align: left;

  .event-date {
    font-size: 15px;
    position: relative;
    top: -6px;
  }
}

.callout__content p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  font-weight: 400;
}

/* DAWNZERA Difference */
.difference-card {
  background: linear-gradient(
    90deg,
    #dee1e3,
    #fffbe6,
    #d4cbbf,
    #edecec,
    #d6d4ba
  );
  padding: 8px;
  border-radius: 20px;
  padding: 8px;
  margin: var(--space-3xl) 0;
}

.difference-card-wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 32px;

  @media (min-width: 769px) {
    padding: var(--space-2xl);
  }
}

.difference-card__banner {
  width: 100%;
  height: auto;
  margin-bottom: 32px;

  @media (min-width: 769px) {
    margin-bottom: var(--space-2xl);
  }
}

.difference-grid {
  gap: var(--space-2xl);
  display: flex;
  flex-direction: row;
}

.difference-item {
  text-align: center;
  flex: 1;
}

.difference-item__header {
  margin-bottom: var(--space-md);
}

.difference-item__label {
  display: block;
  font-family: var(--font-agenda);
  font-size: 26px;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary-dark);
  margin-bottom: var(--space-xs);
}

.difference-item__title {
  font-family: var(--font-agenda);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  margin: 0;

  @media (min-width: 769px) {
    font-size: 26px;
  }
}

.difference-item__text {
  font-size: 20px;
  line-height: normal;
  color: var(--color-text-primary);
  margin-bottom: 0px;
}

/* Trial Program */
.trial-program {
  display: flex;
  align-items: center;
  gap: var(--space-2xl);
  margin: var(--space-3xl) 0;
}

.trial-program__image {
  flex-shrink: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.trial-program__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;

  a {
    width: 208px;
    padding-right: 16px;
  }

  @media (max-width: 768px) {
    a {
      width: 100%;
      max-width: none;
    }
  }
}

.trial-program__text {
  font-size: 20px;
  line-height: normal;
  margin-bottom: var(--space-lg);
  text-align: left;
}

/* Accordion Component */
.accordion {
  margin: var(--space-2xl) 0;
}

.accordion__item {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  box-shadow: 0 4px 16px 0 rgba(81, 88, 97, 0.16);
  overflow: hidden;
}

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  outline: none;
  padding: 32px;

  @media (min-width: 769px) {
    padding: var(--space-2xl);
  }
}

.accordion__title {
  flex: 1;
  font-family: var(--font-agenda);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);

  sup {
    top: -0.3em;
    font-weight: 400;
  }
}

.accordion__icon {
  flex-shrink: 0;
  background-color: var(--color-primary);
  border-radius: var(--radius-full);
  padding: var(--space-sm);
  margin-left: var(--space-lg);
  transform: rotate(180deg);
  transition: transform 0.5s ease;
  align-self: flex-start;
}

.accordion__content {
  padding: 0 32px 32px;
  display: none;
  @media (min-width: 769px) {
    padding: 0 var(--space-2xl) var(--space-2xl);
  }
}

.accordion__body {
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-text-primary);

  p {
    font-size: 20px;
    line-height: normal;
  }
}

.active-accordion {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.rotate-icon {
  transform: rotate(0deg);
}

/* Testimonial Section */
.testimonial-content {
  display: flex;
  align-items: center;
  gap: var(--space-3xl);
}

.testimonial-content__text {
  flex: 1;
}

.testimonial-video {
  flex-shrink: 0;
}

.video-placeholder {
  position: relative;
  width: 588px;
  height: 350px;
  background-color: var(--color-gray-400);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* CTA Cards */
.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: var(--space-2xl);

  @media (min-width: 769px) {
    margin: var(--space-3xl) 0;
  }
}

#cta_dawnzera_full {
  background: url(../../images/icons/DONI_Circles.svg) 50% / cover no-repeat;
  background-size: 1120px 715px;
}

.card--cta {
  background: linear-gradient(
    90deg,
    #dee1e3,
    #fffbe6,
    #d4cbbf,
    #edecec,
    #d6d4ba
  );
  padding: 0px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  flex: 1;
}

.card-cta-wrapper {
  background: #fff;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;

  @media (min-width: 769px) {
    padding: 40px;
  }
}

.card__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-lg);
  padding: 0px;
  border: 0px;
}

.card__title {
  font-family: var(--font-tilt-neon);
  color: var(--color-primary);
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (min-width: 769px) and (max-width: 1100px) {
    font-size: 32px;
  }
}

.card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  flex: 1;
  justify-content: space-between;
  padding: 0px;
}

.card__text {
  font-size: 26px;
  line-height: 1.2;
  color: var(--color-text-primary);
  margin: 0;
  font-weight: 700;
}
.card__text span {
  font-weight: 400;
}

.card__text .bold-text {
  font-weight: 700;
}

/* ISI Section */

.fpo-text {
  color: var(--color-placeholder);
}

/* Footnotes */
.footnotes {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
  margin-bottom: 60px;
  max-width: var(--container-max-width);
}

.footnote {
  position: relative;
  font-family: var(--font-agenda);
  font-size: 16px;
  line-height: normal;
  color: var(--color-text-secondary);
  padding-left: 2px;
}

.footnote__marker {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 14px;
}

.footnote p {
  margin: 0;
  line-height: normal;
  font-size: 16px;
}

.indent-ahead {
  margin: 0;
  line-height: normal;
  font-size: 16px;
  text-indent: -5px;
}

/* Disclaimer */
.disclaimer {
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-text-primary);
  text-align: center;
}

.footnote {
  text-align: left;
  font-weight: var(--footnote-font-weight, 400);
  flex: 1;
}

.footnote-marker {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: 12px;
  font-weight: var(--footnote-font-weight, 400);
  position: absolute;
  left: -4px;
  top: 0px;
}

.sup {
  top: 7px;
  font-size: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 4px 30px #000, 0 0 50px #000;
  }
  #cta_dawnzera_full .card__header {
    flex-direction: column-reverse;
  }
  .hero__subtitle {
    color: #fff;
    text-shadow: 0 0 20px #000, 0 0 40px #000;
    font-family: Tilt Neon;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #switch-study-results .section__title {
    font-size: 28px !important;
    margin-top: 24px;
  }

  .section__subtitle {
    font-size: 22px !important;
    align-self: stretch;
  }
  .body-lg {
    font-size: 22px !important;
    text-align: center;
    line-height: normal;
  }
  .result-highlight {
    flex-direction: column;
    text-align: center;
    gap: var(--space-lg);
  }
  section.dawnzera-downloadguide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .callout {
    flex-direction: column;
    text-align: center;
    gap: var(--space-lg);
  }

  .difference-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .testimonial-content {
    flex-direction: column;
  }

  .video-placeholder {
    width: 100%;
    max-width: 400px;
  }

  .cta-cards {
    grid-template-columns: 1fr;
  }

  .card__title {
    font-size: 26px;
  }

  .card__text {
    font-size: 22px;
    color: #1d2d3a;
    line-height: normal;
  }
}

.trial-program {
  flex-direction: column;
  text-align: center;
  margin: 0;
  width: 100%;
  gap: 24px;
}

.result-highlight__text p {
  color: #c94808;
  font-family: Agenda;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  text-align: left;
}

#switch-study-results .section__title {
  color: #c94808;
  font-family: "Tilt Neon";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-top: 24px;
}

#switch-study-results .section__header {
  margin-bottom: 2.5rem;
}

.section__label,
.section__title,
.section__subtitle {
  text-align: left;
}
#switch-study-results .section__subtitle {
  max-width: 100%;
  color: var(--color-charcol, #1d2d3a);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  @media (min-width: 1024px) {
    font-size: 26px;
  }
}

#switch-study-results .callout__content {
  color: #fff;
}
#switch-study-results .disclaimer {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  line-height: normal;
}
#switch-study-results .callout {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  gap: 24px;

  @media (max-width: 768px) {
    padding: 17px;
  }
}
.dawnzera-difference,
.dawnzera-downloadguide {
  padding: 0 0;
}

@media (min-width: 769px) {
  .trial-program {
    width: 100%;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    max-width: 800px;
  }
}

.dawnzera-difference .section__title {
  color: #c94808;
}
.remove_margin {
  margin: 0px;
}
.testimonial-content .section__subtitle {
  color: #fff;
  font-family: Agenda;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.testimonial-content .section__title {
  color: #fff;
  font-family: Tilt Neon;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#cta_dawnzera_full .card__header {
  flex-direction: column-reverse;
  align-items: center;

  @media (min-width: 769px) {
    flex-direction: row;
  }
}
#cta_dawnzera_full .btn--primary:hover {
  color: #fff;
}

.info-item p {
  color: #515861;
  font-family: Agenda;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.callout_text {
  line-height: normal;
  text-align: left;
}

.dawnzera-difference .section__title {
  color: var(--Dark-Coral, #c94808);
  font-family: var(--Font-H3, "Tilt Neon");
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (min-width: 769px) {
    font-size: 32px;
  }
}
#cta_dawnzera_full {
  background: url(../../images/icons/DONI_Circles.svg) 50% / cover no-repeat;
  /*background-size: 1120px 715px;*/
}
#switch-study-results::before,
.dawnzera-downloadguide::before {
  @media (min-width: 1430px) {
    content: "";
    background-image: url("../../images/pipes/corner-top.png");
    background-repeat: no-repeat;
    width: 78px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 40px;
  }
}
.dawnzera-downloadguide::before {
  top: auto;
  bottom: 40px;
  background-image: url("../../images/pipes/corner-bottom.png");
}
#switch-study-results::after,
.dawnzera-difference::after,
.dawnzera-downloadguide::after {
  @media (min-width: 1430px) {
    content: "";
    width: 26px;
    height: 100%;
    position: absolute;
    right: 54px;
    background-image: url("../../images/pipes/bar-vertical.png");
    top: 85px;
  }
}
.dawnzera-difference::after {
  top: 0;
}
.dawnzera-downloadguide::after {
  top: auto;
  bottom: 85px;
}

@media only screen and (max-width: 767px) {
  #switch-study-results::after,
  .dawnzera-difference::after,
  #switch-study-results::before {
    display: none;
  }
  section.dawnzera-downloadguide {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .dawnzera-downloadguide::before {
    background-image: url("../../images/pipes/corner-top.png");
    bottom: 0;
    left: 40px;
  }
  .dawnzera-downloadguide::after {
    background-image: url("../../images/pipes/bar-horizon.png");
    width: 100%;
    left: 118px;
    bottom: 21px;
    height: 26px;
  }
}
#testimonials {
  display: none;
}
/* Make section full width with background color */
#cta_dawnzera_full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: var(--color-coral, #f16b50);
  padding: 2.5rem 0;

  @media (min-width: 769px) {
    padding: 2rem 0; /* optional spacing */
  }

  .section__header {
    .section__subtitle {
      font-size: 26px;
    }
  }
}

.section__content {
  gap: 0px;
}

.accordion__body p + p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#switch-study-results {
  padding: 40px 0;
  @media (min-width: 769px) {
    padding: 60px 0;
  }
}

/* First card button */
#cta_dawnzera_full .card:nth-of-type(1) .btn--primary {
  width: 208px;
  height: 48px;
}

/* Second card button */
#cta_dawnzera_full .card:nth-of-type(2) .btn--primary {
  width: 168px;
  height: 48px;
}

.accordion__header__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.accordion__header[aria-expanded="true"] {
  .accordion__title {
    color: #f16b50;
  }
}

.text-center {
  text-align: center;
  margin: 0 auto;
}
.footnote-section{
  padding: 60px 0;
  @media (max-width:767px) {
    padding: 40px 0;
  }
  p{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #515861;
    font-weight: 400;
  }
}

.result-highlight9O10 {
  max-width: 860px;
  margin-inline: auto;
}

.result-highlight9O10__text {
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 17.5px;
    line-height: normal;
    color: #c94808;
    font-family: Agenda, Arial, sans-serif;
    font-weight: 400;
}

.study-graphic-9O10 {
    width: 170px;
  }

.result-highlight9O10__text span {
    display: block;
    line-height: normal;
    font-size: 20px;
    padding-right: 18px;
}

.result-highlight9O10__text span::after {
    content: '‡';
    font-size: 0.75em;
    vertical-align: super;
    line-height: 0;
}

@media (max-width: 768px) {
  .result-highlight9O10__text {
    flex-direction: column;
    gap: 8px;

    span {
      padding-right: 0;
    }
  }

  .study-graphic-9O10 {
    width: 200px;
  }
}
