/** Dedicated mobile readability pass for the Seller Safety Tips page. */
@media (max-width: 760px), (pointer: coarse) and (max-width: 900px) {
  .pb-seller-safety-page-wrap {
    padding: 34px 10px 22px;
    background:
      linear-gradient(180deg, rgba(255, 249, 240, .93), rgba(252, 238, 229, .96)),
      var(--pb-seller-safety-bg, none),
      radial-gradient(circle at 12% 10%, rgba(242, 194, 186, .42), transparent 32%);
    background-size: cover;
    background-position: center top;
  }

  .pb-seller-safety-page-wrap::before,
  .pb-seller-safety-page-wrap::after {
    opacity: .24;
  }

  .pb-seller-safety-hero {
    margin-bottom: 22px;
    padding-inline: 4px;
  }

  .pb-seller-safety-eyebrow {
    color: #8f5034 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .42);
  }

  .pb-seller-safety-hero h1,
  .pb-seller-safety-title-part {
    color: #21111d !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .38);
  }

  .pb-seller-safety-hero-body {
    color: rgba(31, 16, 27, .82) !important;
  }

  .pb-seller-safety-board {
    border-color: rgba(153, 105, 52, .46);
    background: rgba(255, 249, 240, .9);
    box-shadow: 0 18px 44px rgba(72, 35, 50, .14);
  }

  .pb-seller-safety-step-panel {
    padding: 1.65rem 1.15rem 8.6rem !important;
    background: linear-gradient(135deg, rgba(255, 236, 231, .96), rgba(255, 250, 242, .98));
  }

  .pb-seller-safety-step-number {
    color: #b07135 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
  }

  .pb-seller-safety-step-panel h2,
  .pb-seller-safety-step-panel p {
    max-width: 17.5rem !important;
    color: #22111c !important;
    opacity: 1 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  }

  .pb-seller-safety-step-row-after .pb-seller-safety-step-panel {
    background:
      radial-gradient(circle at 78% 30%, rgba(255, 219, 165, .16), transparent 33%),
      linear-gradient(135deg, #8b3a65 0%, #581d3f 100%) !important;
  }

  .pb-seller-safety-step-row-after .pb-seller-safety-step-number {
    color: #efc577 !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .28);
  }

  .pb-seller-safety-step-row-after .pb-seller-safety-step-panel h2,
  .pb-seller-safety-step-row-after .pb-seller-safety-step-panel p {
    color: #fff7ee !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .34);
  }

  .pb-seller-safety-step-image,
  .pb-seller-safety-step-illustration {
    right: 1.15rem !important;
    bottom: 1.05rem !important;
    width: 7.4rem !important;
    max-width: 42% !important;
    border-radius: 20px !important;
  }

  .pb-seller-safety-tip-grid,
  .pb-seller-safety-step-row-after .pb-seller-safety-tip-grid {
    gap: .82rem;
    padding: .9rem;
    background: rgba(255, 249, 241, .96);
  }

  .pb-seller-safety-tip-card,
  .pb-seller-safety-step-row-after .pb-seller-safety-tip-card {
    grid-template-columns: 4.8rem minmax(0, 1fr) !important;
    gap: .9rem !important;
    align-items: center;
    padding: 1rem !important;
    border-color: rgba(176, 120, 58, .38);
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 12px 28px rgba(72, 35, 50, .1);
    text-align: left !important;
  }

  .pb-seller-safety-tip-media {
    min-height: 4.8rem;
  }

  .pb-seller-safety-tip-icon {
    width: 4.4rem !important;
    height: 4.4rem !important;
    color: #5a2144 !important;
    font-size: 1.85rem !important;
    background: radial-gradient(circle at 35% 30%, #fff, #f8dad4 74%);
  }

  .pb-seller-safety-tip-media img {
    width: 4.4rem !important;
    max-width: 4.4rem !important;
    border-radius: 15px !important;
  }

  .pb-seller-safety-tip-copy h3 {
    color: #22111c !important;
    font-size: clamp(1.32rem, 6vw, 1.9rem);
    text-shadow: none !important;
  }

  .pb-seller-safety-tip-copy p {
    color: rgba(34, 17, 28, .78) !important;
    font-size: .96rem;
  }

  .pb-seller-safety-faq-wrap h2,
  .pb-seller-safety-heart-card,
  .pb-seller-safety-faq-item {
    background: rgba(255, 251, 245, .96) !important;
  }

  .pb-seller-safety-faq-wrap h2,
  .pb-seller-safety-heart-card h3,
  .pb-seller-safety-faq-item summary {
    color: #22111c !important;
  }

  .pb-seller-safety-faq-item p,
  .pb-seller-safety-heart-card p {
    color: rgba(34, 17, 28, .78) !important;
  }

  .pb-seller-safety-support-cta {
    grid-template-columns: 1fr !important;
    padding: 1.55rem 1.1rem !important;
    color: #fff8ee !important;
    background:
      radial-gradient(circle at 12% 0%, rgba(255, 219, 162, .16), transparent 36%),
      linear-gradient(135deg, #7a2d58 0%, #3d1428 100%) !important;
    text-align: center;
  }

  .pb-seller-safety-support-cta h2,
  .pb-seller-safety-support-cta p,
  .pb-seller-safety-support-cta > div > span {
    color: #fff8ee !important;
    opacity: 1 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .3);
  }

  .pb-seller-safety-support-cta > div > span {
    color: #f2cf83 !important;
  }

  .pb-seller-safety-support-cta a {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    border-radius: 14px;
    color: #261329 !important;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .pb-seller-safety-step-panel {
    padding-bottom: 9.4rem !important;
  }

  .pb-seller-safety-step-panel h2 {
    font-size: clamp(2.2rem, 13vw, 3.4rem);
  }

  .pb-seller-safety-tip-card,
  .pb-seller-safety-step-row-after .pb-seller-safety-tip-card {
    grid-template-columns: 4.25rem minmax(0, 1fr) !important;
  }

  .pb-seller-safety-tip-icon,
  .pb-seller-safety-tip-media img {
    width: 3.9rem !important;
    height: 3.9rem !important;
  }
}
