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

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

.hotel-services-block img,
.hotel-services-block div,
.hotel-services-block a {
    border-radius: 0 !important;
}

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

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

/* Card Title */
.hotel-services-block h3 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
}

/* Button High Contrast Styling */
.hotel-services-block a.bg-brand,
.hotel-services-block a.inline-flex,
.hotel-services-block .bg-brand {
    background-color: #E5AA00 !important;
    color: #1E1E1E !important;
    text-decoration: none !important;
    border-radius: 0 !important;
}

.hotel-services-block a.bg-brand span,
.hotel-services-block a.bg-brand i,
.hotel-services-block a.inline-flex span,
.hotel-services-block a.inline-flex i {
    color: #1E1E1E !important;
    text-decoration: none !important;
}

.hotel-services-block a.bg-brand:hover,
.hotel-services-block a.inline-flex:hover {
    background-color: #1E1E1E !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.hotel-services-block a.bg-brand:hover span,
.hotel-services-block a.bg-brand:hover i,
.hotel-services-block a.inline-flex:hover span,
.hotel-services-block a.inline-flex:hover i {
    color: #FFFFFF !important;
}
