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

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

.hotel-reviews-block img,
.hotel-reviews-block div,
.hotel-reviews-block iframe,
.hotel-reviews-block .hotel-reviews-container {
    border-radius: 0 !important;
}

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

/* Heading / Title */
.hotel-reviews-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-reviews-block h2 {
        font-size: 2.75rem !important;
    }
}

/* TrustIndex Widget Clean Integration */
.hotel-reviews-block .ti-widget {
    margin: 0 auto !important;
}
