.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-6d03879 */.entry-content h2,
.post-content h2,
.single-content h2,
.raid-doc h2,
h2{
    background:#f2f2f2 !important;
    background-color:#f2f2f2 !important;

    display:block !important;
    width:100% !important;

    padding:14px 18px !important;
    margin:40px 0 20px 0 !important;

    border-left:5px solid #bdbdbd !important;
    border-radius:6px !important;

    color:#444 !important;

    box-sizing:border-box !important;
}

/* =========================
   WARNING FIX (ตัวหลักที่คุณมีปัญหา)
========================= */
.warning,
.entry-content .warning,
.post-content .warning,
.single-content .warning,
.elementor-widget-container .warning{
    margin-top:40px !important;

    background:#f2f2f2 !important;
    background-color:#f2f2f2 !important;

    border-left:5px solid #b5b5b5 !important;

    padding:16px !important;

    color:#555 !important;

    border-radius:6px !important;

    display:block !important;

    box-sizing:border-box !important;
}

/* =========================
   IMAGE
========================= */
.raid-doc img{
    width:100%;
    max-width:900px;
    height:auto;
    display:block;
    margin:20px auto;
    border:1px solid #e2e2e2;
    border-radius:8px;
    box-shadow:0 1px 8px rgba(0,0,0,.08);
}

/* =========================
   LIST
========================= */
.raid-doc ol{
    padding-left:22px;
    margin:0 0 20px 0;
}

.raid-doc li{
    margin-bottom:8px;
}

/* =========================
   MOBILE
========================= */
@media (max-width:768px){
    .raid-doc h2{
        font-size:18px;
        padding:12px 14px !important;
    }
}/* End custom CSS */