/* Approved mobile FAQ comp. Desktop/tablet layout remains owned by the base FAQ stylesheet. */
.cs-faq-comp__mobile-break { display: none; }

@media (max-width: 720px) {
  .cs-faq-comp {
    --faq-mobile-ink: #073c32;
    --faq-mobile-teal: #159da4;
    --faq-mobile-gold: #e4ad25;
    padding: 44px 0 31px;
    color: var(--faq-mobile-ink);
    background-color: #f8f7ef;
    background-image:
      radial-gradient(circle at 2px 2px, rgba(17, 102, 88, .07) 1px, transparent 1.1px),
      radial-gradient(circle at 3% 18%, rgba(202, 231, 214, .54), transparent 20%),
      radial-gradient(circle at 104% 14%, rgba(219, 232, 222, .54), transparent 24%),
      linear-gradient(180deg, #fbfaf3 0%, #f7f5ec 100%);
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
    background-size: 18px 18px, auto, auto, auto;
  }

  .cs-faq-comp::before {
    top: -52px;
    right: -78px;
    left: auto;
    width: 250px;
    height: 250px;
    opacity: .5;
    border: 1px solid rgba(227, 173, 37, .42);
    border-radius: 50%;
    background: rgba(218, 231, 220, .16);
    mask-image: none;
  }

  .cs-faq-comp::after {
    display: none;
  }

  .cs-faq-comp__inner {
    width: 100%;
  }

  .cs-faq-comp__inner::before {
    content: '';
    display: block;
    width: 64px;
    height: 5px;
    margin: 0 0 17px 44px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--faq-mobile-teal) 0 73%, var(--faq-mobile-gold) 73% 100%);
  }

  .cs-faq-comp h2 {
    width: calc(100% - 84px);
    max-width: none;
    margin: 0 42px;
    color: var(--faq-mobile-ink);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.476;
    letter-spacing: .025em;
    text-align: left;
    text-wrap: pretty;
  }

  .cs-faq-comp__heading-break {
    display: block;
  }

  .cs-faq-comp__mobile-break {
    display: block;
  }

  .cs-faq-comp__heading-line {
    display: none;
  }

  .cs-faq-comp__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: calc(100% - 62px);
    margin: 18px 31px 0;
  }

  .cs-faq-comp__card {
    min-height: 0;
    overflow: hidden;
    padding: 0 14px 8px 13px;
    border: 1px solid rgba(7, 60, 50, .12);
    border-radius: 13px;
    background: rgba(255, 254, 249, .96);
    box-shadow: 0 4px 8px rgba(16, 42, 36, .14);
  }

  .cs-faq-comp__question {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 67px;
    margin-left: -13px;
    padding: 0 69px 0 0;
    border-bottom: 1.5px solid rgba(21, 157, 164, .82);
  }

  .cs-faq-comp__mark {
    align-self: start;
    display: grid;
    width: 40px;
    height: 48px;
    margin-left: 0;
    place-items: center;
    border: 0;
    border-right: 2px solid var(--faq-mobile-gold);
    border-radius: 0 11px 11px 0;
    color: #fff;
    background: linear-gradient(145deg, #086655 0%, #03483e 88%);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    box-shadow: none;
  }

  .cs-faq-comp h3,
  .marketing-page .cs-faq-comp h3 {
    margin: 0;
    color: var(--faq-mobile-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.58;
    letter-spacing: .012em;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: pretty;
  }

  .cs-faq-comp h3 wbr,
  .cs-faq-comp__answer p wbr {
    display: none;
  }

  .cs-faq-comp__answer {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
    margin-left: -3px;
    padding: 8px 0 0 0;
  }

  .cs-faq-comp__answer-mark {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #145c4d;
    background: #e0eee7;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  .cs-faq-comp__answer p,
  .marketing-page .cs-faq-comp__answer p {
    max-width: none;
    margin: 0;
    padding: 0 30px 0 0;
    color: #173f38;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: .01em;
    word-break: auto-phrase !important;
    overflow-wrap: anywhere !important;
    text-wrap: pretty;
  }

  .cs-faq-comp__icon,
  .cs-faq-comp__icon--sheet,
  .cs-faq-comp__icon--speech,
  .cs-faq-comp__icon--page {
    top: 13px;
    right: 14px;
    bottom: auto;
    width: 44px;
    height: 39px;
    transform: none;
    stroke: #83bfc0;
    stroke-width: 3;
    opacity: .52;
  }

  .cs-faq-comp__icon--sheet { width: 37px; height: 45px; }
  .cs-faq-comp__icon--speech { top: 15px; width: 45px; height: 34px; }
  .cs-faq-comp__icon--page { top: 14px; width: 45px; height: 35px; }
}

@media (max-width: 379px) {
  .cs-faq-comp { padding-bottom: 0; }
  .cs-faq-comp h2 {
    width: calc(100% - 74px);
    margin-inline: 37px;
    font-size: 21px;
  }

  .cs-faq-comp__inner::before {
    margin-left: 37px;
  }

  .cs-faq-comp__grid {
    width: calc(100% - 54px);
    margin-inline: 27px;
  }

  .cs-faq-comp h3 { font-size: 12.8px; }
  .cs-faq-comp__answer p,
  .marketing-page .cs-faq-comp__answer p { font-size: 9.8px; }

}
