.elementor-1194 .elementor-element.elementor-element-170722e5{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS *//* === KEBUN RUMPUT — BLOG POST POLISH === */

/* Lead paragraph */
.kbr-lead {
    font-size: 1.18em;
    line-height: 1.65;
    color: #2d3a2c;
    font-weight: 500;
    margin: 16px 0 28px;
}

/* Figure with caption */
.kbr-figure {
    margin: 32px 0;
    text-align: center;
}
.kbr-figure img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 8px 28px rgba(26,36,24,.08);
}
.kbr-figure figcaption {
    font-size: 13.5px;
    color: #7a847a;
    margin-top: 12px;
    font-style: italic;
    line-height: 1.5;
}

/* Floating figures pada desktop */
@media (min-width: 768px) {
    .kbr-figure--right {
        float: right;
        margin: 8px 0 16px 28px;
        max-width: 360px;
    }
    .kbr-figure--left {
        float: left;
        margin: 8px 28px 16px 0;
        max-width: 360px;
    }
}

/* H3 headings dalam article */
.entry-content h3,
article h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1a2418;
    letter-spacing: -0.02em;
    margin: 40px 0 16px;
    padding-top: 8px;
    position: relative;
}
.entry-content h3::before,
article h3::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #3f6b25;
    border-radius: 2px;
    margin-bottom: 12px;
}

/* Callout box */
.kbr-callout {
    background: linear-gradient(135deg, #eef5e0 0%, #f6f4ec 100%);
    border-left: 4px solid #3f6b25;
    padding: 22px 26px;
    border-radius: 14px;
    margin: 32px 0;
    display: block;
}
.kbr-callout-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
    color: #3f6b25;
    margin-bottom: 4px;
}
.kbr-callout-headline {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1a2418;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.kbr-callout-note {
    display: block;
    color: #4a5547;
    font-size: 14.5px;
    line-height: 1.55;
}

/* Key-points list */
.kbr-keypoints {
    list-style: none !important;
    padding: 0 !important;
    margin: 24px 0 32px !important;
}
.kbr-keypoints li {
    padding: 14px 18px 14px 50px;
    position: relative;
    background: #fafaf3;
    border: 1px solid #e8e2cd;
    border-radius: 12px;
    margin-bottom: 10px !important;
    font-size: 15.5px;
    line-height: 1.5;
    color: #2d3a2c;
}
.kbr-keypoints li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; height: 24px;
    background: #3f6b25;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

/* CTA box bawah artikel */
.kbr-cta {
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2a 100%);
    color: #f1efe5;
    padding: 40px 32px;
    border-radius: 28px;
    margin: 48px 0 24px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(45,80,22,.18);
    position: relative;
    overflow: hidden;
}
.kbr-cta::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
    pointer-events: none;
}
.kbr-cta-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 700;
    color: #c8e0a0;
    margin-bottom: 10px;
}
.kbr-cta h4 {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px !important;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.kbr-cta p {
    color: #d8e6c8 !important;
    margin: 0 0 24px !important;
    font-size: 15.5px;
    line-height: 1.55;
}
.kbr-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #2d5016 !important;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    border: none !important;
    transition: transform .2s ease, box-shadow .25s ease;
}
.kbr-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,.25);
    color: #2d5016 !important;
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .kbr-figure--right,
    .kbr-figure--left {
        float: none !important;
        margin: 24px 0 !important;
        max-width: 100% !important;
    }
    .kbr-cta {
        padding: 30px 22px;
        border-radius: 22px;
    }
    .kbr-cta h4 {
        font-size: 21px;
    }
    .kbr-callout {
        padding: 18px 20px;
    }
    .kbr-callout-headline {
        font-size: 22px;
    }
    .entry-content h3,
    article h3 {
        font-size: 21px;
    }
    .kbr-lead {
        font-size: 1.08em;
    }
}

/* Force-fix overflow images dalam SEMUA blog post lama */
.entry-content img,
article img,
.post-content img {
    max-width: 100% !important;
    height: auto !important;
}/* End custom CSS */