.elementor-3090 .elementor-element.elementor-element-a10942a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-3085a7a */:root {
        --tmc-red: #a61c1e;          /* Match to the exact Texas Music Cafe brand red */
        --tmc-dark-bg: #111111;      /* Matches Elementor's true black background */
        --tmc-card-bg: #1a1a1a;      /* Deep charcoal card matching your site sections */
        --tmc-text: #ffffff;         /* Pure crisp white text */
        --tmc-muted: #aaaaaa;        /* Secondary gray text */
    }

    .tmc-closure-container {
        font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
        background-color: var(--tmc-dark-bg) !important;
        color: var(--tmc-text) !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 60px 20px !important;
        width: 100% !important;
    }

    .tmc-closure-card {
        background-color: var(--tmc-card-bg) !important;
        padding: 50px 40px !important;
        border-radius: 8px !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
        max-width: 600px !important;
        width: 100% !important;
        text-align: center !important;
        border: 1px solid #2a2a2a !important;
    }

    .tmc-alert-icon {
        font-size: 54px !important;
        margin-bottom: 24px !important;
        display: block !important;
    }

    .tmc-closure-card h1 {
        font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
        color: var(--tmc-text) !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
        font-weight: 700 !important;
        letter-spacing: -0.5px !important;
    }

    .tmc-closure-card p {
        color: var(--tmc-muted) !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
        font-weight: 400 !important;
    }

    .tmc-highlight-box {
        background-color: rgba(166, 28, 30, 0.08) !important;
        border: 1px solid rgba(166, 28, 30, 0.3) !important;
        padding: 18px !important;
        border-radius: 6px !important;
        margin-bottom: 35px !important;
    }

    .tmc-highlight-box p {
        margin: 0 !important;
        color: var(--tmc-text) !important;
        font-weight: 500 !important;
        font-size: 15px !important;
    }

    /* Overwrites the Elementor / WordPress button defaults completely */
    .tmc-closure-card .tmc-btn {
        display: inline-block !important;
        background-color: var(--tmc-red) !important;
        color: #ffffff !important;
        text-decoration: none !important;
        padding: 14px 36px !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        letter-spacing: 0.5px !important;
        transition: all 0.2s ease-in-out !important;
        border: none !important;
        box-shadow: 0 4px 15px rgba(166, 28, 30, 0.3) !important;
        text-transform: none !important;
    }

    .tmc-closure-card .tmc-btn:hover {
        background-color: #bd2124 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(166, 28, 30, 0.5) !important;
        color: #ffffff !important;
    }

    .tmc-closure-card .tmc-secondary-link {
        display: inline-block !important;
        margin-top: 25px !important;
        color: var(--tmc-muted) !important;
        text-decoration: none !important;
        font-size: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
        transition: color 0.2s ease, border-color 0.2s ease !important;
    }

    .tmc-closure-card .tmc-secondary-link:hover {
        color: var(--tmc-text) !important;
        border-bottom-color: var(--tmc-text) !important;
    }/* End custom CSS */