/* Minimal + safe: only hide the map "Continue" when inline map is active */

body.sv-map-inline-active #datatab hr,
body.sv-map-inline-active #datatab .btn-close,
body.sv-map-inline-active #datatab .map-back,
body.sv-map-inline-active #datatab .d-flex.justify-content-between {
  display: none !important;
}

/* Disabled selects look disabled (theme sometimes keeps same bg) */
body.sv-map-inline-active #datatab select:disabled {
  opacity: .6;
  cursor: not-allowed;
}

/* Mobile: reduce top spacing for category block */
@media (max-width: 575.98px){
  .show-mobile.mobile-mt-4{ margin-top: 1px !important; }
}
