/* Arena Teney — Shop S1.5 static buy CTA 0219s15r03p1
 * Keeps the purchase action as the final in-flow block of the detail card.
 * Presentation only: no purchase/economy/state/HUD/dock ownership.
 */
@media (max-width: 960px) {
  html.shop-s1-rework .s03f3-modal-content .s15-sticky-reserve {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html.shop-s1-rework .s03f3-modal-sheet {
    scroll-padding-bottom: 0 !important;
  }

  html.shop-s1-rework .s03f3-modal-content .action {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    width: 100%;
    min-height: 54px;
    margin: 14px 0 2px !important;
    transform: none !important;
    box-shadow:
      0 9px 22px rgba(0, 0, 0, .28),
      inset 0 1px 0 rgba(255, 241, 205, .14),
      inset 0 -10px 20px rgba(54, 28, 8, .12) !important;
  }

  html.shop-s1-rework .s15-change-group:last-of-type,
  html.shop-s1-rework .s15-equal-count,
  html.shop-s1-rework .s15-equal-all {
    scroll-margin-bottom: 0 !important;
  }
}
