
/* XpressBuy247 Child — Mobile Priority (≤1024px) */
@media (max-width:1024px){
  .site, .container, .col-full { padding-left:8px; padding-right:8px; }
  .woocommerce-message, .woocommerce-info { border-top-color: var(--xb247-brand); }
  .button, .btn, button, input[type=submit] { border-radius:12px; }
  .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: linear-gradient(90deg, var(--xb247-brand) 0%, #ff9d4d 100%);
    color: #fff;
    border-radius: 14px;
  }
}
