.elementor-530 .elementor-element.elementor-element-4c1b4479{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-1b53c427 *//* =========================================================
   ARTIKEL SOLAR PANEL SURYA
   ========================================================= */

.sps-article-content,
.sps-ringkasan-biaya,
.sps-article-content *,
.sps-ringkasan-biaya * {
    box-sizing: border-box;
}

.sps-article-content {
    width: 100%;
    max-width: 100%;
    color: #334155;
}

.sps-article-text {
    margin: 0 0 20px;
    color: #334155;
    font-size: 16px;
    line-height: 1.8;
}

/* Heading artikel */
.spss-h2 {
    position: relative;
    margin: 40px 0 16px;
    padding-left: 15px;
    color: #1e293b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.spss-h2::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: #3f824b;
    content: "";
}

/* Mendukung class lama spss-h3 agar heading pertama tetap rapi */
.sps-h3,
.spss-h3 {
    margin: 28px 0 12px;
    color: #1e293b;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}

/* Link hanya di dalam artikel */
.sps-article-content a,
.sps-link {
    color: #3f824b;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(63, 130, 75, 0.4);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.sps-article-content a:hover,
.sps-link:hover {
    color: #234d35;
    text-decoration-color: #234d35;
}

/* Gambar artikel */
.sps-article-figure {
    margin: 30px 0;
    text-align: center;
}

.sps-article-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    object-fit: cover;
}

.sps-caption {
    max-width: 760px;
    margin: 10px auto 0;
    color: #64748b;
    font-size: 13px;
    font-style: italic;
    line-height: 1.55;
}

/* =========================================================
   BOX RINGKASAN BIAYA
   ========================================================= */

.sps-ringkasan-biaya {
    width: 100%;
    margin: 0 0 34px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.sps-ringkasan-biaya h2 {
    margin: 0 0 7px;
    color: #1e293b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.sps-ringkasan-biaya .sps-rb-note {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.6;
}

.sps-rb-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e6ebf1;
    border-radius: 9px;
    -webkit-overflow-scrolling: touch;
}

.sps-rb-table {
    width: 100%;
    min-width: 640px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: #ffffff;
}

.sps-rb-table thead th {
    padding: 12px 14px;
    border: 0;
    border-bottom: 2px solid #b7ddbe;
    background: #f1f8f3;
    color: #234d35;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    white-space: nowrap;
}

.sps-rb-table tbody td {
    padding: 12px 14px;
    border: 0;
    border-bottom: 1px solid #edf2f7;
    color: #334155;
    font-size: 13.5px;
    line-height: 1.5;
    text-align: left;
}

.sps-rb-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.sps-rb-table tbody tr:last-child td {
    border-bottom: 0;
}

.sps-rb-table tbody td:first-child {
    color: #1e293b;
    font-weight: 600;
}

.sps-rb-table td.sps-rb-price {
    color: #3f824b;
    font-weight: 700;
    white-space: nowrap;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {
    .sps-article-text {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.75;
    }

    .spss-h2 {
        margin: 32px 0 14px;
        padding-left: 13px;
        font-size: 20px;
    }

    .sps-h3,
    .spss-h3 {
        margin: 24px 0 10px;
        font-size: 18px;
    }

    .sps-article-figure {
        margin: 24px 0;
    }

    .sps-article-img {
        border-radius: 9px;
    }

    .sps-ringkasan-biaya {
        margin-bottom: 28px;
        padding: 18px;
        border-radius: 10px;
    }

    .sps-ringkasan-biaya h2 {
        font-size: 20px;
    }

    .sps-rb-table thead th,
    .sps-rb-table tbody td {
        padding: 10px 11px;
        font-size: 12.5px;
    }
}/* End custom CSS */