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

.hotel-faqs-block {
    font-family: 'Outfit', sans-serif !important;
    border-radius: 0 !important;
}

.hotel-faqs-block img,
.hotel-faqs-block div,
.hotel-faqs-block button,
.hotel-faqs-block span {
    border-radius: 0 !important;
}

/* ─── Typography & Sizing Overrides ─── */

/* Section Heading / Title */
.hotel-faqs-block h2 {
    font-size: 2.25rem !important; /* text-3xl / 4xl */
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #1E1E1E !important;
}

@media (min-width: 768px) {
    .hotel-faqs-block h2 {
        font-size: 2.75rem !important;
    }
}
