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

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

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

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

.hotel-cta-block h2,
.hotel-cta-block__title {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
    .hotel-cta-block h2,
    .hotel-cta-block__title {
        font-size: 3.75rem !important;
    }
}

.hotel-cta-block p,
.hotel-cta-block__desc {
    font-size: 0.95rem !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
    color: #e7e5e4 !important;
}

/* Specific Editor Styles */
.hotel-cta-block-editor {
    position: relative;
    padding: 6rem 2rem !important;
    background: #121212 !important;
    border-radius: 0 !important;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
