/** Dedicated mobile FAQ page layout. */
.pb-faq-mobile-view {
  display: none;
}

.pb-faq-mobile-support-image {
  display: none;
}

@media (max-width: 760px), (pointer: coarse) and (max-width: 900px) {
  .pb-faq-page-wrap {
    background:
      radial-gradient(circle at 50% 0%, rgba(202, 163, 95, .12), transparent 30%),
      linear-gradient(180deg, #171713 0%, #10100e 100%);
  }

  .pb-faq-page {
    width: min(100% - 22px, 720px);
    padding: 26px 0 34px;
  }

  .pb-faq-hero {
    margin-bottom: 22px;
  }

  .pb-faq-hero__eyebrow {
    color: #efd890;
    font-size: .8rem;
    letter-spacing: .22em;
  }

  .pb-faq-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.7rem);
    line-height: .94;
  }

  .pb-faq-hero p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .pb-faq-mobile-view {
    display: block;
  }

  .pb-faq-bubbles,
  .pb-faq-topic-panel {
    display: none !important;
  }

  .pb-faq-mobile-list {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
  }

  .pb-faq-mobile-item {
    position: relative;
    overflow: hidden;
    border: 1.4px solid rgba(205, 171, 97, .78);
    border-radius: 18px;
    color: #fff6e9;
    background:
      radial-gradient(circle at 6% 0%, rgba(238, 203, 128, .08), transparent 36%),
      linear-gradient(135deg, rgba(25, 19, 14, .96), rgba(17, 14, 11, .97));
    box-shadow: 0 15px 34px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 247, 219, .04);
  }

  .pb-faq-mobile-item summary {
    display: grid;
    grid-template-columns: 3.55rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 5.15rem;
    padding: .82rem 1rem .82rem .92rem;
    cursor: pointer;
    list-style: none;
  }

  .pb-faq-mobile-item summary::-webkit-details-marker {
    display: none;
  }

  .pb-faq-mobile-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1.4px solid rgba(205, 171, 97, .42);
    border-radius: 50%;
    color: #efd890;
    font-size: 1.35rem;
    line-height: 1;
    background: rgba(255, 248, 220, .025);
  }

  .pb-faq-mobile-item__question {
    color: #fff7ef;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.2rem, 5vw, 1.58rem);
    line-height: 1.13;
    letter-spacing: -.02em;
    text-shadow: 0 8px 22px rgba(0, 0, 0, .32);
  }

  .pb-faq-mobile-item__arrow {
    color: #efd890;
    font-size: 2rem;
    line-height: 1;
    transition: transform .2s ease;
  }

  .pb-faq-mobile-item[open] .pb-faq-mobile-item__arrow {
    transform: rotate(90deg);
  }

  .pb-faq-mobile-item__answer {
    margin: 0 1rem 1rem calc(4.47rem + 1rem);
    padding: .85rem 0 0;
    border-top: 1px solid rgba(205, 171, 97, .22);
  }

  .pb-faq-mobile-item__answer p {
    margin: 0;
    color: rgba(255, 246, 233, .78);
    font-size: .98rem;
    line-height: 1.58;
  }

  .pb-faq-mobile-support-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 1.35rem auto 1.2rem;
    border: 1.4px solid rgba(205, 171, 97, .58);
    border-radius: 22px;
    background: rgba(255, 246, 233, .08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .34), inset 0 0 0 1px rgba(255, 246, 233, .07);
  }

  .pb-faq-mobile-support-image::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(18, 16, 12, 0) 58%, rgba(18, 16, 12, .2) 100%),
      radial-gradient(circle at 16% 9%, rgba(239, 216, 144, .12), transparent 26%);
    z-index: 1;
  }

  .pb-faq-mobile-support-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .pb-faq-support-card {
    margin-top: 1.4rem;
    padding: 1.35rem 1rem;
    border-radius: 18px;
    text-align: center;
  }

  .pb-faq-support-card h2 {
    font-size: clamp(2rem, 10vw, 3.3rem);
  }

  .pb-faq-support-card a {
    width: 100%;
    min-height: 54px;
    margin-top: .4rem;
  }
}
