/**
 * Block: Hotel Rooms — Scoped Stylesheet
 * Scopes layout and typography sizes under .hotel-rooms-block to override Gutenberg defaults.
 *
 * Author: ably Peru
 * Text Domain: ab_theme
 */

.hotel-rooms-block {
    font-family: 'Outfit', sans-serif !important;
}

.hotel-rooms-block h2,
.hotel-rooms-block h3,
.hotel-rooms-block span,
.hotel-rooms-block p {
    font-family: 'Outfit', sans-serif !important;
}

/* ─── Typography & Sizing Overrides (No Color Alteration) ─── */

/* Subtitle */
.hotel-rooms-block span.text-\[11px\] {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5em !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
}

/* Heading / Title */
.hotel-rooms-block h2 {
    font-size: 2.5rem !important; /* text-4xl */
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

@media (min-width: 768px) {
    .hotel-rooms-block h2 {
        font-size: 3rem !important; /* md:text-5xl */
    }
}

/* Card Title */
.hotel-rooms-block h3 {
    font-size: 1.25rem !important; /* text-xl */
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
}

/* Card Category */
.hotel-rooms-block p.text-stone-400 {
    font-size: 0.75rem !important; /* text-xs */
    font-weight: 400 !important;
    letter-spacing: 0.1em !important; /* tracking-widest */
    text-transform: uppercase !important;
}

/* Card Price */
.hotel-rooms-block .text-brand {
    font-size: 1.125rem !important; /* text-lg */
    font-weight: 700 !important;
}

/* Editor Mock Cards Sizing */
.hotel-rooms-block .hr-card-mock {
    margin-bottom: 2rem !important;
}

.hotel-rooms-block .hh-rooms-preview-grid {
    margin-top: 3rem !important;
}
