/* ============================================================
   1. ADMIN EDITOR STYLES
   ============================================================ */
.sqb-editor-wrap { 
    padding: 2rem 1rem; 
    text-align: center; 
}
.sqb-editor-wrap .sqb-quote { 
    margin: 0 auto; 
    padding: 0; 
    border: none;  
}
.sqb-editor-wrap .sqb-heading,
.sqb-editor-wrap .sqb-heading .block-editor-rich-text__editable {
    margin: 0 0 0.9rem;
    font-style: italic; 
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2; 
    color: #102E59;
}
.sqb-editor-wrap .sqb-subheading-wrap {
    display: flex; 
    align-items: baseline; 
    justify-content: center;
    font-size: clamp(0.78rem, 1.4vw, 0.9rem); 
    color: #1b2d5b;
    letter-spacing: 0.04em; 
    margin: 0;
}
.sqb-editor-wrap .sqb-dash {
    font-size: clamp(0.78rem, 1.4vw, 0.9rem);
    color: #1b2d5b; 
    white-space: pre; 
    user-select: none;
}
.sqb-editor-wrap .sqb-subheading,
.sqb-editor-wrap .sqb-subheading .block-editor-rich-text__editable {
    display: block;
    font-style: italic !important;
    font-weight: 400;
    font-size: 1rem;
    color: #102E59;  
    margin-top: 0.3rem;
}
.sqb-editor-wrap [data-rich-text-placeholder]::after {
    color: #102E59 !important; 
    font-style: italic;
}

/* ============================================================
   2. FRONTEND LIVE SITE STYLES
   ============================================================ */
.wp-block-sqb-styled-quote { 
    display: block; 
    width: 100%; 
    padding: 2.5rem 1rem; 
    text-align: center; 
    background: transparent; 
}
.wp-block-sqb-styled-quote .sqb-quote { 
    margin: 0 auto; 
    padding: 0; 
    border: none; 
}
.wp-block-sqb-styled-quote .sqb-heading {
    margin: 0 0 0.9rem;
    font-style: italic; 
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2; 
    color: #102E59;
}
.wp-block-sqb-styled-quote .sqb-subheading {
    display: block;
    font-style: italic !important;
    font-weight: 400;
    font-size: 1rem;
    color: #102E59;  
    margin-top: 0.3rem;
}


/* ==========================================
   3. REFLECT BOX (added by Sharisa)
   ========================================== */
.reflect-box {
    background-color: rgba(16, 37, 89, 0.08);
    border-left: 4px solid #102E59;
    color: #102E59 !important;
    font-style: italic !important;
    font-size: 1.2em;
    padding: 30px;
    border-radius: 6px;
}