/*!
 * MediProducts Equipment Forms — module stylesheet
 *
 * Deliberately NOT a Bootstrap copy. The target WordPress theme ("eversafe")
 * already loads Bootstrap 5.3.3, verified by live probe as near-stock:
 * --bs-primary #0d6efd, .card white on 1px rgba(0,0,0,.176) at 6px radius,
 * .form-control on a #dee2e6 border. Shipping a second Bootstrap would create a
 * competing cascade for no gain, so this file carries ONLY the module's own
 * `ce-*` classes plus any measured corrections for theme divergence.
 *
 * Every rule is scoped under .mp-equipment-forms so the plugin can never restyle
 * the host theme. The unscoped originals live in web/public/index.html (EMS SPA);
 * the source of truth for these values is that file.
 */
.mp-equipment-forms .ce-touch{min-height:44px}.mp-equipment-forms .ce-preview{max-height:220px;width:auto}@media (max-width:767.98px){.mp-equipment-forms .ce-public-form .form-control,.mp-equipment-forms .ce-public-form .form-select{min-height:48px}.mp-equipment-forms .costco-equipment-form .costco-appliance-card{border-left:0;border-right:0;border-radius:0}.mp-equipment-forms .ce-mobile-flat-location{border:0 !important;border-radius:0 !important}.mp-equipment-forms .ce-mobile-flat-location>.card-body{padding-left:0 !important;padding-right:0 !important}.mp-equipment-forms .ce-mobile-flat-location+.ce-mobile-flat-location{border-top:1px solid var(--bs-border-color) !important;padding-top:1rem}.mp-equipment-forms .ce-mobile-flat-appliance{border:0 !important;border-radius:0 !important;padding-left:0 !important;padding-right:0 !important}.mp-equipment-forms .ce-mobile-flat-appliance+.ce-mobile-flat-appliance{border-top:1px solid var(--bs-border-color) !important;padding-top:1rem}}.mp-equipment-forms .badge{border-radius:.375rem}.mp-equipment-forms dl.row>dd{margin-left:0;margin-right:0}.mp-equipment-forms ol,.mp-equipment-forms ul{margin-left:0;margin-right:0}