/* v337G — Add-on request section ultra-compact mobile/tablet override.
   Goal: aggressively compress the "How to request add-ons" section so it stops feeling spread out.
   Scope: add-on-services page only, mobile/tablet only. Desktop remains unchanged. */

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

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

  body.service-polish-v256 .addon-request-section .eyebrow {
    margin-bottom: 3px !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
    letter-spacing: .08em !important;
  }

  body.service-polish-v256 .addon-request-section h2 {
    margin-bottom: 8px !important;
    font-size: clamp(17px, 4.4vw, 24px) !important;
    line-height: 1.04 !important;
    max-width: 11ch !important;
    letter-spacing: -.025em !important;
  }

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

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

  body.service-polish-v256 .addon-request-section .step-item b {
    width: 44px !important;
    min-height: 24px !important;
    padding: 3px 4px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    justify-content: center !important;
    align-self: start !important;
  }

  body.service-polish-v256 .addon-request-section .step-item strong {
    font-size: 12.5px !important;
    line-height: 1.16 !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: 10.5px !important;
    line-height: 1.24 !important;
    margin: 0 !important;
  }

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

  body.service-polish-v256 .addon-request-section .hero-actions .btn {
    min-height: 34px !important;
    padding: 7px 8px !important;
    font-size: 10.5px !important;
    line-height: 1.1 !important;
    letter-spacing: -.01em !important;
    border-radius: 999px !important;
  }
}

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

  body.service-polish-v256 .addon-request-section h2 {
    margin-bottom: 7px !important;
    font-size: clamp(16px, 5.2vw, 21px) !important;
    max-width: 10ch !important;
  }

  body.service-polish-v256 .addon-request-section .step-list-card.urgent-step-list {
    padding: 7px 8px !important;
    border-radius: 12px !important;
  }

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

  body.service-polish-v256 .addon-request-section .step-item b {
    width: 40px !important;
    min-height: 22px !important;
    font-size: 8.5px !important;
  }

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

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

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

  body.service-polish-v256 .addon-request-section .hero-actions .btn {
    min-height: 32px !important;
    padding: 6px 7px !important;
    font-size: 10px !important;
  }
}
