.elementor-1006 .elementor-element.elementor-element-64a232d{--display:flex;}.elementor-1006 .elementor-element.elementor-element-64a232d:not(.elementor-motion-effects-element-type-background), .elementor-1006 .elementor-element.elementor-element-64a232d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE9E6;}.elementor-1006 .elementor-element.elementor-element-8e82a30{--spacer-size:50px;}.elementor-1006 .elementor-element.elementor-element-5cd5d51{--display:flex;}.elementor-1006 .elementor-element.elementor-element-5cd5d51:not(.elementor-motion-effects-element-type-background), .elementor-1006 .elementor-element.elementor-element-5cd5d51 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE9E6;}.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 );}.elementor-1006 .elementor-element.elementor-element-1d308ad{text-align:center;font-family:"Kanit", Sans-serif;font-weight:400;color:#000000;}.elementor-1006 .elementor-element.elementor-element-82fd38d{border-style:none;}.elementor-1006 .elementor-element.elementor-element-8c1c1fc{--display:flex;}.elementor-1006 .elementor-element.elementor-element-8c1c1fc:not(.elementor-motion-effects-element-type-background), .elementor-1006 .elementor-element.elementor-element-8c1c1fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F6C6D;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1ab9f04 */```css
/* Section 6 + Section 7 background */
.jlp-use-notice,
.jlp-unsupported {
    background: #EDE9E6 !important;
}

/* All inner cards / boxes white */
.jlp-use-notice-card,
.jlp-use-notice-bottom,
.jlp-unsupported-main,
.jlp-unsupported-card,
.jlp-unsupported-bottom {
    background: #ffffff !important;
}

/* Warning box also white, but keep warning border */
.jlp-unsupported-warning {
    background: #ffffff !important;
    border-left: 4px solid #F0A83A;
}

/* Badge also white */
.jlp-use-notice-badge,
.jlp-unsupported-badge {
    background: #ffffff !important;
}

/* Mobile keep same */
@media(max-width: 560px) {
    .jlp-use-notice,
    .jlp-unsupported {
        background: #EDE9E6 !important;
    }
}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c77d4cd *//* ===============================
   JLP eSIM Troubleshooting Guide
   Optimized CSS
   Kanit Light 300 + Title Medium 500
   For Elementor HTML Widget
================================ */

.jlp-trouble {
    background: #0F6C6D;
    padding: 92px 20px;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 300 !important;
    color: #ffffff;
    overflow: hidden;
}

.jlp-trouble *,
.jlp-trouble *::before,
.jlp-trouble *::after {
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif !important;
}

.jlp-trouble-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
    align-items: start;
}

/* Left Side */
.jlp-trouble-left {
    position: sticky;
    top: 90px;
}

.jlp-trouble-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300 !important;
    letter-spacing: .3px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,.16);
}

.jlp-trouble-title {
    font-size: 46px;
    font-weight: 500 !important;
    line-height: 1.25;
    margin: 0 0 20px;
    color: #ffffff;
    letter-spacing: -.3px;
}

.jlp-trouble-text {
    font-size: 17px;
    font-weight: 300 !important;
    line-height: 1.9;
    color: rgba(255,255,255,.82);
    margin: 0 0 32px;
}

/* Mini Checklist */
.jlp-trouble-mini {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    padding: 26px;
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 38px rgba(0,0,0,.08);
}

.jlp-trouble-mini-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.jlp-trouble-mini-row:first-child {
    padding-top: 0;
}

.jlp-trouble-mini-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.jlp-trouble-mini-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: #ffffff;
    color: #0F6C6D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.jlp-trouble-mini-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
}

.jlp-trouble-mini-title {
    font-size: 15.5px;
    font-weight: 500 !important;
    color: #ffffff;
    margin-bottom: 3px;
    line-height: 1.4;
}

.jlp-trouble-mini-text {
    font-size: 13.5px;
    font-weight: 300 !important;
    color: rgba(255,255,255,.72);
    line-height: 1.55;
}

/* Right Accordion Box */
.jlp-trouble-right {
    background: #ffffff;
    border-radius: 34px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(0,0,0,.16);
    border: 1px solid rgba(255,255,255,.16);
}

.jlp-trouble-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.jlp-trouble-item {
    background: #F8FAFA;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15,108,109,.08);
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.jlp-trouble-item:hover {
    background: #ffffff;
    border-color: rgba(15,108,109,.16);
    box-shadow: 0 8px 22px rgba(0,0,0,.045);
}

.jlp-trouble-item[open] {
    background: #ffffff;
    border-color: rgba(15,108,109,.18);
    box-shadow: 0 10px 26px rgba(0,0,0,.055);
}

.jlp-trouble-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.jlp-trouble-item summary::-webkit-details-marker {
    display: none;
}

.jlp-trouble-question {
    display: flex;
    align-items: center;
    gap: 14px;
}

.jlp-trouble-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EAF5F5;
    color: #0F6C6D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 500 !important;
    flex-shrink: 0;
}

.jlp-trouble-question h3 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #111111;
    margin: 0;
    line-height: 1.45;
}

.jlp-trouble-plus {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0F6C6D;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 300 !important;
    flex-shrink: 0;
    transition: transform .25s ease, background .25s ease;
}

.jlp-trouble-item[open] .jlp-trouble-plus {
    transform: rotate(45deg);
    background: #16B66A;
}

.jlp-trouble-answer {
    padding: 0 24px 24px 74px;
    color: #666666;
    font-size: 15px;
    font-weight: 300 !important;
    line-height: 1.8;
}

.jlp-trouble-answer strong {
    color: #0F6C6D;
    font-weight: 500 !important;
}

/* CTA Box */
.jlp-trouble-cta {
    margin-top: 24px;
    background: #F4F1EE;
    border-radius: 24px;
    padding: 26px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(15,108,109,.08);
}

.jlp-trouble-cta h3 {
    font-size: 21px;
    font-weight: 500 !important;
    color: #111111;
    margin: 0 0 6px;
    line-height: 1.4;
}

.jlp-trouble-cta p {
    font-size: 15px;
    font-weight: 300 !important;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

.jlp-trouble-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0F6C6D;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300 !important;
    white-space: nowrap;
    transition: all .25s ease;
}

.jlp-trouble-btn:hover {
    background: #0B5B5C;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15,108,109,.22);
}

/* Optional LINE Button Style */
.jlp-trouble-btn.is-line {
    background: #06c755;
    color: #ffffff !important;
}

.jlp-trouble-btn.is-line:hover {
    background: #05b84f;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(6,199,85,.24);
}

/* Tablet */
@media (max-width: 980px) {
    .jlp-trouble-container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .jlp-trouble-left {
        position: static;
        text-align: center;
    }

    .jlp-trouble-text {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .jlp-trouble-mini {
        max-width: 720px;
        margin: 0 auto;
        text-align: left;
    }
}

/* Mobile */
@media (max-width: 560px) {
    .jlp-trouble {
        padding: 74px 16px;
    }

    .jlp-trouble-title {
        font-size: 34px;
    }

    .jlp-trouble-text {
        font-size: 16px;
        line-height: 1.8;
    }

    .jlp-trouble-mini {
        padding: 22px;
        border-radius: 24px;
    }

    .jlp-trouble-mini-row {
        align-items: flex-start;
    }

    .jlp-trouble-right {
        padding: 22px;
        border-radius: 28px;
    }

    .jlp-trouble-item {
        border-radius: 20px;
    }

    .jlp-trouble-item summary {
        padding: 20px;
        align-items: flex-start;
    }

    .jlp-trouble-question {
        align-items: flex-start;
        gap: 12px;
    }

    .jlp-trouble-number {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .jlp-trouble-question h3 {
        font-size: 16.5px;
    }

    .jlp-trouble-plus {
        width: 26px;
        height: 26px;
        font-size: 18px;
        margin-top: 2px;
    }

    .jlp-trouble-answer {
        padding: 0 20px 22px 20px;
        font-size: 14.5px;
        line-height: 1.75;
    }

    .jlp-trouble-cta {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 20px;
        border-radius: 22px;
    }

    .jlp-trouble-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .jlp-trouble {
        padding: 64px 14px;
    }

    .jlp-trouble-title {
        font-size: 31px;
    }

    .jlp-trouble-right {
        padding: 18px;
    }

    .jlp-trouble-item summary {
        padding: 18px;
    }
}/* End custom CSS */