/* v336G — Add-on page request section extra compaction.
   Goal: aggressively reduce vertical spread in the "How to request add-ons" section on mobile.
   Scope: add-on-services page only, mobile breakpoints only. Desktop remains unchanged. */

@media (max-width: 820px) {
  body.service-polish-v256 .addon-request-section {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  body.service-polish-v256 .addon-request-section > .container {
    gap: 0 !important;
  }

  body.service-polish-v256 .addon-request-section .eyebrow {
    margin-bottom: 4px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    letter-spacing: .06em !important;
  }

  body.service-polish-v256 .addon-request-section h2 {
    margin-bottom: 10px !important;
    font-size: clamp(19px, 5.8vw, 27px) !important;
    line-height: 1.08 !important;
    max-width: 11ch !important;
    letter-spacing: -.02em !important;
  }

  body.service-polish-v256 .addon-request-section .step-list-card.urgent-step-list {
    padding: 10px 12px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 18px rgba(15,23,42,.04) !important;
  }

  body.service-polish-v256 .addon-request-section .step-item {
    grid-template-columns: 58px 1fr !important;
    gap: 8px !important;
    padding: 7px 0 !important;
  }

  body.service-polish-v256 .addon-request-section .step-item b {
    min-height: 28px !important;
    padding: 4px 6px !important;
    font-size: 10.5px !important;
    border-radius: 999px !important;
    width: 54px !important;
    justify-content: center !important;
  }

  body.service-polish-v256 .addon-request-section .step-item strong {
    font-size: 13.5px !important;
    line-height: 1.2 !important;
    margin-bottom: 1px !important;
  }

  body.service-polish-v256 .addon-request-section .step-item p,
  body.service-polish-v256 .addon-request-section .step-item .muted {
    font-size: 11.5px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }

  body.service-polish-v256 .addon-request-section .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    margin-top: 10px !important;
  }

  body.service-polish-v256 .addon-request-section .hero-actions .btn {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 11.5px !important;
    line-height: 1.15 !important;
    letter-spacing: -.01em !important;
  }
}

@media (max-width: 480px) {
  body.service-polish-v256 .addon-request-section {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  body.service-polish-v256 .addon-request-section h2 {
    margin-bottom: 8px !important;
    font-size: clamp(18px, 5.6vw, 24px) !important;
    max-width: 10ch !important;
  }

  body.service-polish-v256 .addon-request-section .step-list-card.urgent-step-list {
    padding: 9px 10px !important;
    border-radius: 14px !important;
  }

  body.service-polish-v256 .addon-request-section .step-item {
    grid-template-columns: 52px 1fr !important;
    gap: 7px !important;
    padding: 6px 0 !important;
  }

  body.service-polish-v256 .addon-request-section .step-item b {
    width: 48px !important;
    min-height: 26px !important;
    padding: 4px 5px !important;
    font-size: 10px !important;
  }

  body.service-polish-v256 .addon-request-section .step-item strong {
    font-size: 13px !important;
  }

  body.service-polish-v256 .addon-request-section .step-item p,
  body.service-polish-v256 .addon-request-section .step-item .muted {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  body.service-polish-v256 .addon-request-section .hero-actions {
    gap: 6px !important;
    margin-top: 8px !important;
  }

  body.service-polish-v256 .addon-request-section .hero-actions .btn {
    min-height: 36px !important;
    padding: 8px 8px !important;
    font-size: 11px !important;
  }
}
