.elementor-1345 .elementor-element.elementor-element-5cca80a1{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-183b2949 */```css
/* =====================================================
   GALLERY ALKES - STYLE ARTIKEL BLOG PROFESIONAL
   Berlaku untuk semua halaman artikel WordPress
   ===================================================== */

/* Background halaman artikel */
.single-post {
    background: #f4f8fc;
}

/* Kotak utama artikel */
.single-post article {
    width: min(100% - 32px, 980px);
    margin: 36px auto;
    padding: 42px 52px;
    background: #ffffff;
    border: 1px solid #e3edf7;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0, 53, 110, 0.08);
}

/* Area isi artikel */
.single-post .entry-content,
.single-post .post-content,
.single-post .elementor-widget-theme-post-content {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* Judul utama artikel */
.single-post h1,
.single-post .entry-title {
    max-width: 900px;
    margin: 0 auto 20px;
    color: #063b78;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.6px;
}

/* Tanggal dan metadata artikel */
.single-post .entry-meta,
.single-post .post-meta {
    max-width: 860px;
    margin: 0 auto 25px;
    color: #748094;
    font-size: 14px;
    line-height: 1.6;
}

/* Paragraf artikel */
.single-post .entry-content p,
.single-post .post-content p,
.single-post .elementor-widget-theme-post-content p {
    margin: 0 0 18px;
    color: #374151;
    font-size: 17px;
    line-height: 1.88;
}

/* Heading H2 */
.single-post .entry-content h2,
.single-post .post-content h2,
.single-post .elementor-widget-theme-post-content h2 {
    margin: 42px 0 16px;
    padding-left: 14px;
    color: #063b78;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
    border-left: 5px solid #1683e8;
}

/* Heading H3 */
.single-post .entry-content h3,
.single-post .post-content h3,
.single-post .elementor-widget-theme-post-content h3 {
    margin: 28px 0 10px;
    color: #0b5aa6;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 750;
}

/* List produk dan bullet point */
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .post-content ul,
.single-post .post-content ol {
    margin: 8px 0 22px 24px;
    padding: 0;
}

.single-post .entry-content li,
.single-post .post-content li {
    margin-bottom: 9px;
    padding-left: 3px;
    color: #374151;
    font-size: 16.5px;
    line-height: 1.75;
}

.single-post .entry-content li::marker,
.single-post .post-content li::marker {
    color: #1683e8;
    font-weight: 700;
}

/* Link menuju kategori produk */
.single-post .entry-content a,
.single-post .post-content a {
    color: #0868c7;
    font-weight: 650;
    text-decoration: none;
}

.single-post .entry-content a:hover,
.single-post .post-content a:hover {
    color: #063b78;
    text-decoration: underline;
}

/* Gambar banner dan gambar artikel */
.single-post .entry-content img,
.single-post .post-content img,
.single-post .elementor-widget-theme-post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 26px auto;
    border-radius: 13px;
    box-shadow: 0 6px 20px rgba(0, 53, 110, 0.11);
}

/* Featured image */
.single-post .post-thumbnail img,
.single-post .featured-image img,
.single-post .wp-post-image {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto 30px;
    border-radius: 14px;
    object-fit: cover;
}

/* Kutipan atau kotak informasi */
.single-post blockquote {
    margin: 28px 0;
    padding: 19px 23px;
    color: #27425e;
    background: #eef7ff;
    border-left: 5px solid #1683e8;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    line-height: 1.8;
}

/* Tabel spesifikasi produk */
.single-post .entry-content table,
.single-post .post-content table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 14px rgba(0, 53, 110, 0.08);
}

.single-post .entry-content th,
.single-post .post-content th {
    padding: 14px 16px;
    color: #ffffff;
    background: #063b78;
    border: 1px solid #d9e6f2;
    font-size: 15px;
    text-align: left;
}

.single-post .entry-content td,
.single-post .post-content td {
    padding: 13px 16px;
    color: #374151;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    font-size: 15px;
    line-height: 1.6;
}

/* Garis pemisah */
.single-post hr {
    margin: 34px 0;
    border: 0;
    border-top: 1px solid #dde7f1;
}

/* Tombol CTA WhatsApp
   Gunakan class: artikel-button */
.single-post .artikel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 4px;
    padding: 14px 24px;
    color: #ffffff !important;
    background: #0878d1;
    border-radius: 9px;
    box-shadow: 0 4px 12px rgba(8, 120, 209, 0.22);
    font-size: 16px;
    font-weight: 750;
    text-decoration: none !important;
    transition: 0.25s ease;
}

.single-post .artikel-button:hover {
    background: #063b78;
    transform: translateY(-2px);
}

/* Kotak CTA bagian akhir artikel
   Gunakan class: artikel-cta */
.single-post .artikel-cta {
    margin-top: 34px;
    padding: 24px 26px;
    background: linear-gradient(135deg, #eef7ff, #f8fbff);
    border: 1px solid #cfe5f8;
    border-radius: 13px;
}

.single-post .artikel-cta h3 {
    margin-top: 0;
    color: #063b78;
}

/* Tampilan tablet */
@media (max-width: 1024px) {
    .single-post article {
        width: min(100% - 28px, 920px);
        margin: 24px auto;
        padding: 34px 34px;
    }

    .single-post h1,
    .single-post .entry-title {
        font-size: 35px;
    }
}

/* Tampilan HP */
@media (max-width: 767px) {
    .single-post {
        background: #ffffff;
    }

    .single-post article {
        width: 100%;
        margin: 0;
        padding: 22px 17px 30px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .single-post h1,
    .single-post .entry-title {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: -0.3px;
    }

    .single-post .entry-content p,
    .single-post .post-content p,
    .single-post .elementor-widget-theme-post-content p {
        font-size: 16px;
        line-height: 1.82;
    }

    .single-post .entry-content h2,
    .single-post .post-content h2,
    .single-post .elementor-widget-theme-post-content h2 {
        margin-top: 32px;
        padding-left: 10px;
        font-size: 23px;
    }

    .single-post .entry-content h3,
    .single-post .post-content h3,
    .single-post .elementor-widget-theme-post-content h3 {
        font-size: 19px;
    }

    .single-post .entry-content li,
    .single-post .post-content li {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .single-post .entry-content table,
    .single-post .post-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .single-post .artikel-button {
        width: 100%;
        padding: 14px 16px;
    }

    .single-post .artikel-cta {
        padding: 19px 17px;
    }
}
```/* End custom CSS */