.ss-editor-block {
    padding: 24px;
    border: 2px dashed #FFD700;
    background: #14161a;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.ss-editor-block h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    color: #FFD700;
}
.ss-editor-block p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.ss-block {
    box-sizing: border-box;
    color: #2C3E50;
    font-family: "Poppins", system-ui, sans-serif;
    line-height: 1.62;
}
.ss-block * {
    box-sizing: border-box;
}

/* Frontend Styles */
.ss-about-section {
    padding: 80px 0;
    border-top: 1px solid #ECEDEF;
    background: #fff;
}
.ss-about-section .ss-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.ss-about-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
}
@media (max-width: 820px) {
    .ss-about-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
.ss-about-grid .prose p {
    font-size: 16.5px;
    color: #2C3E50;
    margin: 0 0 18px;
    line-height: 1.7;
}
.ss-about-grid .ss-about-bottom {
    margin-top: 6px;
    padding-top: 24px;
    border-top: 1px solid #ECEDEF;
    font-size: 15.5px;
    color: #4a5568;
}
.ss-pullquote {
    border-left: 3px solid #FFD700;
    padding-left: 18px;
    color: #14161a;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 18px;
}
.ss-about-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #F0B800;
    margin-bottom: 12px;
}
.ss-about-section .eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: #FFD700;
}
.ss-about-section h2 {
    font-size: clamp(23px, 2.8vw, 31px);
    margin: 0 0 8px 0;
    font-weight: 800;
    color: #14161a;
    line-height: 1.12;
}
.ss-about-edit-mode h2,
.ss-about-edit-mode .eyebrow,
.ss-about-edit-mode .ss-pullquote,
.ss-about-edit-mode .prose p {
    border: 1px dashed rgba(0,0,0,0.1);
    padding: 4px;
    display: block;
}
.preview-hint {
    font-size: 11px;
    color: #F0B800;
    margin-bottom: 8px;
    font-weight: 500;
}

@media (max-width: 640px) {
    .ss-about-section {
        padding: 48px 0 !important;
    }
    .ss-about-section .ss-wrap {
        padding: 0 16px !important;
    }
    .ss-about-grid {
        gap: 16px !important;
    }
    .ss-pullquote {
        margin-top: 14px !important;
        padding-left: 14px !important;
    }
    .ss-about-grid .prose p {
        margin-bottom: 14px !important;
    }
}
