.elementor-1337 .elementor-element.elementor-element-638d881f{--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-6d2f2d69 */```css
/* ======================================================
   GALLERY ALKES - DESAIN ARTIKEL BLOG PROFESIONAL
   Hanya berlaku pada halaman artikel / single post
   ====================================================== */

/* Area utama artikel */
.single-post .site-main,
.single-post main {
    background: #ffffff;
}

/* Membatasi lebar artikel agar nyaman dibaca */
.single-post .entry-content,
.single-post .post-content,
.single-post .elementor-widget-theme-post-content,
.single-post article .elementor-widget-text-editor {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* Kotak artikel */
.single-post article {
    max-width: 980px;
    margin: 40px auto;
    padding: 38px 48px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0, 42, 92, 0.08);
}

/* Judul artikel utama */
.single-post h1,
.single-post .entry-title {
    max-width: 900px;
    margin: 0 auto 18px;
    color: #073b7a;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -0.4px;
}

/* Informasi tanggal / penulis */
.single-post .entry-meta,
.single-post .post-meta {
    max-width: 860px;
    margin: 0 auto 24px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

/* Paragraf */
.single-post .entry-content p,
.single-post .post-content p,
.single-post .elementor-widget-theme-post-content p {
    margin-bottom: 18px;
    color: #374151;
    font-size: 17px;
    line-height: 1.85;
}

/* Heading H2 */
.single-post .entry-content h2,
.single-post .post-content h2,
.single-post .elementor-widget-theme-post-content h2 {
    margin-top: 38px;
    margin-bottom: 14px;
    padding-left: 14px;
    color: #073b7a;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 750;
    border-left: 4px solid #1473e6;
}

/* Heading H3 */
.single-post .entry-content h3,
.single-post .post-content h3,
.single-post .elementor-widget-theme-post-content h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    color: #0b4f9c;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
}

/* List bullet dan nomor */
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .post-content ul,
.single-post .post-content ol {
    margin: 0 0 20px 22px;
    padding: 0;
}

.single-post .entry-content li,
.single-post .post-content li {
    margin-bottom: 9px;
    color: #374151;
    font-size: 16.5px;
    line-height: 1.75;
}

/* Link */
.single-post .entry-content a,
.single-post .post-content a {
    color: #0b63ce;
    font-weight: 600;
    text-decoration: none;
}

.single-post .entry-content a:hover,
.single-post .post-content a:hover {
    text-decoration: underline;
}

/* Gambar dalam 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: 12px;
    box-shadow: 0 5px 18px rgba(0, 42, 92, 0.10);
}

/* Gambar utama artikel */
.single-post .post-thumbnail img,
.single-post .featured-image img {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto 28px;
    border-radius: 14px;
    object-fit: cover;
}

/* Kutipan atau kotak informasi */
.single-post blockquote {
    margin: 26px 0;
    padding: 18px 22px;
    color: #1f2937;
    background: #eef6ff;
    border-left: 4px solid #1473e6;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    line-height: 1.75;
}

/* Tabel spesifikasi */
.single-post .entry-content table,
.single-post .post-content table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 42, 92, 0.07);
}

.single-post .entry-content th,
.single-post .post-content th {
    padding: 13px 15px;
    color: #ffffff;
    background: #073b7a;
    border: 1px solid #dbe5f0;
    font-size: 15px;
    text-align: left;
}

.single-post .entry-content td,
.single-post .post-content td {
    padding: 13px 15px;
    color: #374151;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    line-height: 1.6;
}

/* Garis pemisah */
.single-post hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

/* Tombol CTA bila ada link dengan class artikel-button */
.single-post .artikel-button {
    display: inline-block;
    margin-top: 14px;
    padding: 13px 22px;
    color: #ffffff !important;
    background: #0b63ce;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.25s ease;
}

.single-post .artikel-button:hover {
    background: #073b7a;
    transform: translateY(-2px);
}

/* Tampilan tablet */
@media (max-width: 1024px) {
    .single-post article {
        margin: 25px 18px;
        padding: 30px 30px;
    }

    .single-post h1,
    .single-post .entry-title {
        font-size: 34px;
    }
}

/* Tampilan HP */
@media (max-width: 767px) {
    .single-post article {
        margin: 12px 10px;
        padding: 22px 17px;
        border-radius: 10px;
        box-shadow: 0 2px 14px rgba(0, 42, 92, 0.06);
    }

    .single-post h1,
    .single-post .entry-title {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.25;
    }

    .single-post .entry-content p,
    .single-post .post-content p,
    .single-post .elementor-widget-theme-post-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .single-post .entry-content h2,
    .single-post .post-content h2,
    .single-post .elementor-widget-theme-post-content h2 {
        margin-top: 30px;
        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;
    }

    .single-post .entry-content table,
    .single-post .post-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
```/* End custom CSS */