.bs-esim-troubleshooter {
    width: 100%;
    box-sizing: border-box;
    padding: 22px;
    border: 1px solid #dbe5f0;
    border-radius: 16px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.bs-esim-troubleshooter *,
.bs-esim-troubleshooter *::before,
.bs-esim-troubleshooter *::after {
    box-sizing: border-box;
}

.bs-esim-help-head {
    margin-bottom: 20px;
}

.bs-esim-help-head h2,
.bs-esim-help-verified h3,
.bs-esim-help-result h3,
.bs-esim-help-issue-title {
    margin: 0 0 8px;
    color: #0e1f3b;
    line-height: 1.25;
}

.bs-esim-help-head h2 {
    font-size: 22px;
    font-weight: 700;
}

.bs-esim-help-verified h3,
.bs-esim-help-result h3 {
    font-size: 17px;
    font-weight: 700;
}

.bs-esim-help-issue-title {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 650;
}

.bs-esim-help-head p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.bs-esim-help-form label {
    display: block;
    min-width: 0;
}

.bs-esim-help-form label > span {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.bs-esim-help-form input,
.bs-esim-help-form select {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 11px 13px;
    border: 1px solid #d9dee8;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    font: inherit;
}

.bs-esim-help-form input:focus,
.bs-esim-help-form select:focus {
    outline: 0;
    border-color: #0e1f3b;
    box-shadow: 0 0 0 3px rgba(14, 31, 59, 0.12);
}

.bs-esim-help-form button,
.bs-esim-help-contact-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 0;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: #0e1f3b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(14, 31, 59, 0.18);
}

.bs-esim-help-form button[disabled] {
    opacity: 0.6;
    cursor: wait;
}

.bs-esim-help-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 150px;
    gap: 14px;
    align-items: end;
}

.bs-esim-help-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #ecfdf5;
    color: #166534;
    font-weight: 700;
    font-size: 13px;
}

.bs-esim-help-message.is-error {
    background: #fef2f2;
    color: #991b1b;
}

.bs-esim-help-message[hidden],
.bs-esim-help-verified[hidden],
.bs-esim-help-result[hidden],
.bs-esim-help-networks[hidden],
.bs-esim-help-result-description[hidden],
.bs-esim-help-result-networks[hidden],
.bs-esim-help-contact-box[hidden],
.bs-esim-help-location[hidden] {
    display: none !important;
}

.bs-esim-help-verified,
.bs-esim-help-result {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #dbe5f0;
}

.bs-esim-help-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bs-esim-help-card {
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.bs-esim-help-card span {
    display: block;
    margin-bottom: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.bs-esim-help-card strong {
    display: block;
    color: #0f172a;
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 650;
}

.bs-esim-help-networks,
.bs-esim-help-result-networks {
    margin-top: 12px;
    padding: 13px 14px;
    border: 1px solid #dbe5f0;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    line-height: 1.5;
}

.bs-esim-help-networks strong,
.bs-esim-help-result-networks strong {
    color: #0e1f3b;
}

.bs-esim-help-problem-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 150px;
    gap: 14px;
    align-items: end;
    margin-top: 18px;
}

.bs-esim-help-problem-form > label:only-of-type {
    grid-column: span 2;
}

.bs-esim-help-result-content {
    margin-top: 12px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #1e293b;
    font-size: 14px;
    line-height: 1.65;
}

.bs-esim-help-result-content > :first-child {
    margin-top: 0;
}

.bs-esim-help-result-content > :last-child {
    margin-bottom: 0;
}

.bs-esim-help-result-description {
    margin: 0 0 10px;
    color: #475569;
    font-size: 13px;
}

.bs-esim-help-contact-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 18px;
    align-items: center;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #f3c64f;
    border-radius: 12px;
    background: #fffaf0;
}

.bs-esim-help-contact-box strong,
.bs-esim-help-contact-box span {
    grid-column: 1;
}

.bs-esim-help-contact-box strong {
    color: #0e1f3b;
}

.bs-esim-help-contact-box span {
    color: #475569;
}

.bs-esim-help-contact-box a {
    grid-column: 2;
    grid-row: 1 / span 2;
}

@media (max-width: 767px) {
    .bs-esim-troubleshooter {
        padding: 17px;
        border-radius: 14px;
    }

    .bs-esim-help-head h2 {
        font-size: 20px;
    }

    .bs-esim-help-verified h3,
    .bs-esim-help-result h3 {
        font-size: 16px;
    }

    .bs-esim-help-grid,
    .bs-esim-help-problem-form,
    .bs-esim-help-card-grid,
    .bs-esim-help-contact-box {
        display: block;
    }

    .bs-esim-help-form label,
    .bs-esim-help-card,
    .bs-esim-help-contact-box strong,
    .bs-esim-help-contact-box span {
        margin-bottom: 12px;
    }

    .bs-esim-help-form button,
    .bs-esim-help-contact-box a {
        width: 100%;
    }

    .bs-esim-help-result-content {
        padding: 15px;
    }
}
