.elementor-9 .elementor-element.elementor-element-5a39bcdd{--display:flex;}.elementor-9 .elementor-element.elementor-element-5a39bcdd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}.elementor-9 .elementor-element.elementor-element-edab695{font-family:"Open Sans", Sans-serif;font-weight:400;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-5a39bcdd{--width:115.667%;}}/* Start custom CSS *//* --- 1. FORCE LOAD CINZEL FROM GOOGLE --- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

/* --- 2. ABOUT PAGE STYLING --- */

.sanctuary-about h2.elementor-heading-title {
    font-family: 'Cinzel', serif !important;
    color: #F5F5F7 !important;
    text-transform: uppercase !important;
    letter-spacing: 12px !important;
    text-align: center !important;
    font-size: 2.2rem !important;
    margin-bottom: 60px !important;
    text-shadow: 0 0 20px rgba(245, 245, 247, 0.15);
}

.sanctuary-about h2.elementor-heading-title:after {
    content: "" !important;
    display: block !important;
    width: 80px !important;
    height: 1px !important;
    background: #8B0000 !important;
    margin: 40px auto 0 !important;
    box-shadow: 0 0 10px rgba(139, 0, 0, 0.6);
}

.sanctuary-about .elementor-text-editor,
.sanctuary-about p,
.sanctuary-about li {
    font-family: 'Cinzel', serif !important; /* Forces the font on body text */
    color: #A1A1A6 !important;
    line-height: 2.2 !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    max-width: 900px !important;
    margin: 0 auto 40px auto !important;
    font-size: 1.05rem !important;
}

/* HIGHLIGHTS (Bold words) */
.sanctuary-about strong, 
.sanctuary-about b {
    color: #F5F5F7 !important;
    letter-spacing: 3px !important;
    font-weight: 700 !important;
}

/* RITUAL LISTS */
.sanctuary-about ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 60px 0 !important;
}

.sanctuary-about ul li:before {
    content: "•" !important;
    color: #8B0000 !important;
    padding-right: 15px !important;
    font-size: 1.2rem !important;
}/* End custom CSS */