/* Keep mobile floating controls in separate, predictable zones. */
@media (max-width: 700px) {
  .wo-policy-link { display:none !important; }
  .wo-language-switcher,
  .wo-shop-page .wo-language-switcher {
    top:calc(70px + env(safe-area-inset-top)) !important;
    right:10px !important;
    bottom:auto !important;
    max-width:calc(100vw - 20px);
  }
  .wo-line-floating,
  .wo-line-chat-button {
    right:12px !important;
    bottom:calc(92px + env(safe-area-inset-bottom)) !important;
  }
  .wo-site-footer { padding-bottom:calc(72px + env(safe-area-inset-bottom)); }
  .wo-site-footer-brand img { cursor:pointer; touch-action:manipulation; }
}

.wo-admin-remember {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:#6b5143;
  font:600 .72rem 'Sarabun',sans-serif;
  cursor:pointer;
}
.wo-admin-remember input { width:17px; height:17px; accent-color:#c8571a; }
