.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-trustbar {
    background: #14161a;
    color: #fff;
    width: 100%;
    margin: 40px 0 0;
}
.ss-trustbar .ss-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 22px 24px;
    max-width: 1180px;
    margin: 0 auto;
}
@media (max-width: 760px) {
    .ss-trustbar .ss-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 18px 14px;
    }
}
.ss-trustbar .tb {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.ss-trustbar .tb b {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}
.ss-trustbar .tb span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
}
.ss-trustbar .tb .ico {
    width: 24px;
    height: 24px;
    color: #FFD700;
    flex: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.ss-trustbar-edit-mode b {
    display: block;
    border: 1px dashed rgba(255,255,255,0.2);
    padding: 2px;
    margin-bottom: 2px;
}
.ss-trustbar-edit-mode span {
    display: block;
    border: 1px dashed rgba(255,255,255,0.15);
    padding: 2px;
    font-size: 11px;
}
.preview-val-hint {
    font-size: 10px;
    color: #FFD700;
    margin-top: 4px;
    opacity: 0.85;
}

@media (max-width: 640px) {
    .ss-trustbar {
        margin-top: 28px !important;
    }
    .ss-trustbar .ss-wrap {
        gap: 14px 12px !important;
        padding: 18px 16px !important;
    }
}
