/* GuestExperience Module -- Hotel Setup > Guest Experience (Guest App / TV / Signage) */
/* SPACING CONTRACT: No external margins. Parent controls spacing. */

/* Sub-tab host (nav + active sub-view). Mirrors .rates-module / .connections-module. */
/* No .guest-experience-module container: the sub-tab bar, banners and panel are siblings
   in the stack, which owns the gap. A wrapper here would hold the panel out of reach of
   the one-panel rule in Panel.css (TLP-994). */

.guest-experience-sub-tabs {
    display: flex;
}
