.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-specs-section {
    padding: 80px 0;
    border-top: 1px solid #ECEDEF;
    background: #fff;
}
.ss-specs-section .ss-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.ss-specsplit {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: start;
    margin-top: 24px;
}
@media (max-width: 820px) {
    .ss-specsplit {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
table.ss-specs {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
table.ss-specs tr {
    border-bottom: 1px solid #ECEDEF;
}
table.ss-specs tr:nth-child(odd) {
    background: #FFFBEC;
}
table.ss-specs td {
    padding: 13px 14px;
}
table.ss-specs td:first-child {
    color: #7c8590;
    width: 46%;
    font-weight: 500;
}
table.ss-specs td:last-child {
    font-weight: 600;
    color: #14161a;
}
.ss-featbox {
    background: #14161a;
    color: #fff;
    border-radius: 22px;
    padding: 28px;
}
.ss-featbox h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 18px 0;
    font-weight: 800;
}
.ss-featbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}
.ss-featbox li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}
.ss-featbox b {
    display: block;
    font-size: 14.5px;
    color: #fff;
    font-weight: 600;
}
.ss-featbox span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.62);
}
.ss-specs-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-specs-section .eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: #FFD700;
}
.ss-specs-section h2 {
    font-size: clamp(23px, 2.8vw, 31px);
    margin: 0;
    font-weight: 800;
    color: #14161a;
}
.ss-specs-section .ico {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -.12em;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.ss-specs-edit-mode h2,
.ss-specs-edit-mode .eyebrow,
.ss-specs-edit-mode .ss-featbox h3 {
    border: 1px dashed rgba(255,255,255,0.1);
    padding: 4px;
    display: block;
}
.ss-specs-edit-mode .ss-featbox b {
    border: 1px dashed rgba(255,255,255,0.2);
    display: block;
    padding: 2px;
    margin-bottom: 2px;
}
.ss-specs-edit-mode .ss-featbox span {
    border: 1px dashed rgba(255,255,255,0.1);
    display: block;
    padding: 2px;
}
.ss-specs-edit-mode table.ss-specs .rich-text {
    border: 1px dashed rgba(20,22,26,0.14);
    display: inline-block;
    min-width: 40px;
    padding: 2px;
}
.preview-hint {
    font-size: 11px;
    color: #F0B800;
    margin-bottom: 8px;
    font-weight: 500;
}
.ss-featbox .hint {
    font-size: 10px;
    color: #FFD700;
    margin-top: 3px;
}

@media (max-width: 640px) {
    .ss-specs-section {
        padding: 48px 0 !important;
    }
    .ss-specs-section .ss-wrap {
        padding: 0 16px !important;
    }
    .ss-specsplit {
        gap: 22px !important;
        margin-top: 18px !important;
    }
    table.ss-specs td {
        padding: 11px 12px !important;
    }
    .ss-featbox {
        padding: 22px !important;
    }
    .ss-featbox ul {
        gap: 14px !important;
    }
}
