/**
 * LVH Custom Room Manager Frontend Styles
 */

.lvh-custom-room-manager-block {
    margin: 1em 0;
}

.lvh-custom-room-manager-block *,
.lvh-custom-room-manager-block *::before,
.lvh-custom-room-manager-block *::after {
    box-sizing: border-box;
}

/* Utility classes */
.lvh-custom-room-manager-hidden {
    display: none !important;
}

.lvh-custom-room-manager-text-center {
    text-align: center;
}

.lvh-custom-room-manager-text-left {
    text-align: left;
}

.lvh-custom-room-manager-text-right {
    text-align: right;
}

/* Responsive utilities */
@media (max-width: 768px) {
    .lvh-custom-room-manager-hide-mobile {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .lvh-custom-room-manager-hide-desktop {
        display: none !important;
    }
}