/* Responsive rules are consolidated in style.css for version 6.0. */

/* v7.5 mobile action cleanup */
@media (max-width: 1024px) {
  .aqm-pro-mobile-services { display: none !important; }
  .aqm-mobile-quick-actions__payment {
    background: linear-gradient(135deg, #e8775f 0%, #f0a05f 100%);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(232, 119, 95, 0.24);
  }
  .aqm-mobile-quick-actions__payment:hover,
  .aqm-mobile-quick-actions__payment:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(232, 119, 95, 0.3);
  }
}
