/* V31E5 polish: public pages + admin delivery only */

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  a, button {
    min-height: 42px;
  }
}

/* Admin delivery page only, enabled by JS class */
html.v31e5-admin-delivery body {
  background: #eef6ff;
}

html.v31e5-admin-delivery .v31e5-copy-message {
  background: #eef4ff !important;
  color: #061633 !important;
  border: 1px solid #c9dcff !important;
}

html.v31e5-admin-delivery .v31e5-open-whatsapp {
  background: #16a34a !important;
  color: #fff !important;
  border-color: #16a34a !important;
}

/* Public pages small polish */
body {
  -webkit-font-smoothing: antialiased;
}

@media print {
  .no-print,
  nav,
  header .actions,
  .top-actions {
    display: none !important;
  }
}
