/* ION Energy mobile UI hotfix — 2026-08-14
 * Scope: logged-in mobile header and package page lead form only.
 */

@media (max-width: 782px) {
  body.admin-bar .ion-site-header {
    top: 0 !important;
  }
}

body.page-id-2510 .ion-luxury-pro-form:has(#cta_form_th) .select-caret-down-wrapper {
  display: none !important;
}

body.page-id-2510 .ion-luxury-pro-form:has(#cta_form_th) .elementor-select-wrapper select {
  flex: 1 1 100% !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}