/* ============================================================
   Keruen Core v2.3.9
   Brand: #5BBFCF (teal) · #3A9AAD (dark) · #2C7D8E (deep)
   ============================================================ */

.spl-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
                 'Helvetica Neue', Arial, sans-serif;
    color: #2d3748;
    line-height: 1.5;

    --spl-teal:       #5BBFCF;
    --spl-teal-dark:  #3A9AAD;
    --spl-teal-deep:  #2C7D8E;
    --spl-teal-light: #EAF7FA;
    --spl-border:     #C8E9EF;
    --spl-white:      #ffffff;
    --spl-muted:      #6b7280;

    /* Fixed column widths — identical across every table → no reflow */
    --spl-w-num:   54px;
    --spl-w-price: 170px;
}

/* Client update blocks */
.kc-client-updates {
    max-width: 1180px;
    margin: 70px auto 80px;
    padding: 0 20px;
}

.elementor .kc-client-updates {
    width: 100%;
    max-width: none;
    margin: 54px 0 0;
    padding: 0;
}

.kc-client-section {
    margin: 0 0 48px;
}

.kc-client-heading {
    margin: 0 0 22px;
}

.kc-client-heading-eyebrow {
    margin: 0 0 4px;
    color: #39929a;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}

.kc-client-heading-title {
    margin: 0;
    color: #181b31;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

.kc-client-section-title,
.spl-block-title {
    margin: 0 0 18px;
    color: #2f3545;
    font-family: "Mulish", sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.spl-block-subtitle {
    margin: -8px 0 18px;
    color: #6b7280;
    font-size: 15px;
}

.elementor .kc-client-updates .kc-client-section-title,
.elementor .kc-client-updates .spl-block-title,
.elementor .kc-client-updates .kc-team-block-title {
    color: #181b31;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

.spl-wrapper--block {
    margin: 0 0 34px;
}

.spl-wrapper--block .spl-table-wrap {
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(37, 43, 61, .06);
}

.spl-table--block th,
.spl-table--block td {
    vertical-align: top;
}

body.home .elementor-element-1472844.elementor-hidden-desktop.elementor-hidden-tablet.elementor-hidden-mobile {
    display: flex !important;
}

@media (max-width: 767px) {
    .kc-client-updates {
        margin: 44px auto 56px;
        padding: 0 16px;
    }

    .kc-client-section {
        margin-bottom: 36px;
    }

    .kc-client-section-title,
    .spl-block-title {
        font-size: 25px;
    }

    .elementor .kc-client-updates .kc-client-section-title,
    .elementor .kc-client-updates .spl-block-title,
    .elementor .kc-client-updates .kc-team-block-title,
    .kc-client-heading-title {
        font-size: 25px;
    }
}

/* ─────────────────────────────────────────────────────────────
   SEARCH
   Icon lives in ::before pseudo-element on the wrapper —
   input itself has no background-image, so the theme
   can never push the icon on top of typed text.
───────────────────────────────────────────────────────────── */

.spl-search-wrap {
    position: relative;
    margin-bottom: 20px;
}

/* Icon lives in the wrapper, NOT the input — theme cannot override it */
.spl-search-wrap::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235BBFCF' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.spl-search {
    width: 100% !important;
    padding: 12px 42px 12px 44px !important;
    border: 2px solid var(--spl-border) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #2d3748 !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: border-color .2s, box-shadow .2s !important;
    background-color: var(--spl-white) !important;
    background-image: none !important;

    /* Chrome/Safari override — remove native search decorations */
    -webkit-appearance: none !important;
    appearance: none !important;
}
.spl-search::-webkit-search-decoration,
.spl-search::-webkit-search-cancel-button { display: none; }

.spl-search:focus {
    border-color: var(--spl-teal) !important;
    box-shadow: 0 0 0 3px rgba(91,191,207,.18) !important;
}

.spl-search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: var(--spl-muted);
    display: none;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 50%;
}
.spl-search-clear:hover { color: #e53e3e; background: #fef2f2; }

.spl-search-meta {
    display: none;
    margin: -12px 0 16px;
    color: var(--spl-muted);
    font-size: 13px;
}

/* ─────────────────────────────────────────────────────────────
   6 MAIN TABS
───────────────────────────────────────────────────────────── */

.spl-group-nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

.spl-group-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 13px 8px !important;
    background: var(--spl-white) !important;
    border: 2px solid var(--spl-teal) !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--spl-teal-dark) !important;
    cursor: pointer !important;
    line-height: 1.3 !important;
    transition: background .15s, color .15s, box-shadow .15s !important;
    outline: none !important;
    min-height: 54px !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.spl-group-btn:hover {
    background: var(--spl-teal-light) !important;
    color: var(--spl-teal-deep) !important;
}

.spl-group-btn.active {
    background: var(--spl-teal) !important;
    border-color: var(--spl-teal) !important;
    color: var(--spl-white) !important;
    box-shadow: 0 4px 14px rgba(91,191,207,.35) !important;
}

/* ─────────────────────────────────────────────────────────────
   PANELS
───────────────────────────────────────────────────────────── */

.spl-panel                          { display: none; }
.spl-panel.active                   { display: block; }

/* During search: show all panels */
.spl-wrapper.spl-searching .spl-panel { display: block; }

/* ─────────────────────────────────────────────────────────────
   ACCORDION
   Each parsed section becomes one collapsible block.
───────────────────────────────────────────────────────────── */

.spl-acc-item {
    border: 1px solid var(--spl-border);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.spl-acc-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 13px 18px !important;
    background: var(--spl-teal-dark) !important;
    color: var(--spl-white) !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .2px !important;
    text-align: left !important;
    gap: 12px !important;
    transition: background .15s !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.spl-acc-toggle:hover          { background: var(--spl-teal-deep) !important; color: var(--spl-white) !important; }
.spl-acc-toggle.open           { background: var(--spl-teal-deep) !important; color: var(--spl-white) !important; }

.spl-acc-label { flex: 1; }

/* Animated chevron (CSS only, no images) */
.spl-acc-chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--spl-white);
    border-bottom: 2px solid var(--spl-white);
    transform: rotate(45deg);      /* ▼ pointing down = closed */
    transition: transform .2s;
    flex-shrink: 0;
    margin-top: -3px;
}
.spl-acc-toggle.open .spl-acc-chevron {
    transform: rotate(-135deg);    /* ▲ pointing up = open */
    margin-top: 3px;
}

/* Accordion body */
.spl-acc-body           { display: none; padding: 16px 16px 12px; }
.spl-acc-body.open      { display: block; }

/* During search: force all bodies open so filtering can work */
.spl-wrapper.spl-searching .spl-acc-body { display: block; }

/* ─────────────────────────────────────────────────────────────
   SUB-SECTION TITLE (inside an accordion body)
───────────────────────────────────────────────────────────── */

.spl-sub-title {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--spl-teal-deep);
    margin: 16px 0 6px;
    padding-left: 10px;
    border-left: 3px solid var(--spl-teal);
}
.spl-sub-title:first-child { margin-top: 0; }

/* ─────────────────────────────────────────────────────────────
   TABLE  — table-layout: fixed keeps every column identical
   across all tables so the grid never "jumps"
───────────────────────────────────────────────────────────── */

.spl-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 4px;
    border-radius: 6px;
    border: 1px solid var(--spl-border);
}

.spl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 400px;
    table-layout: fixed;          /* ← locks column widths permanently */
}

/* <col> widths */
.spl-col-num   { width: var(--spl-w-num); }
.spl-col-price { width: var(--spl-w-price); }
/* .spl-col-name: remaining space */

/* Header */
.spl-table thead tr { background: var(--spl-teal); }
.spl-table th {
    padding: 9px 13px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--spl-white);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.spl-table thead th:last-child { text-align: right; }

/* Body */
.spl-table tbody tr {
    border-bottom: 1px solid var(--spl-border);
    transition: background .1s;
}
.spl-table tbody tr:last-child         { border-bottom: none; }
.spl-table tbody tr:nth-child(even)    { background: var(--spl-teal-light); }
.spl-table tbody tr:hover              { background: #ceedf5; }

.spl-table td {
    padding: 9px 13px;
    vertical-align: top;
    overflow: hidden;
}

.spl-td-num {
    color: var(--spl-muted);
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.spl-td-name {
    word-break: break-word;
    hyphens: auto;
}

.spl-td-section {
    color: var(--spl-muted);
    font-size: 12.5px;
}

.spl-td-section span {
    display: block;
    margin-top: 2px;
    color: #4b5563;
}

.spl-td-price {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
    color: var(--spl-teal-deep);
}

.spl-price-amount {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-variant-numeric: tabular-nums;
}

.spl-price-currency {
    font-size: .92em;
    font-weight: 700;
    color: var(--spl-teal-deep);
}

.spl-unit {
    display: block;
    font-size: 11.5px;
    color: var(--spl-muted);
    margin-top: 2px;
    font-weight: 400;
}

/* ─────────────────────────────────────────────────────────────
   SEARCH — hide empty elements
   JS adds .spl-empty to rows/wraps/subtitles/items with no match
───────────────────────────────────────────────────────────── */

tr.spl-row-hidden,
tr.spl-row-load-hidden  { display: none; }
.spl-empty              { display: none !important; }

.spl-load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 18px 0 0;
}

.spl-load-more {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    min-width: 164px !important;
    padding: 11px 22px !important;
    border: 1px solid var(--spl-teal-dark) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--spl-teal-dark) !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .15s, color .15s, border-color .15s;
}

.spl-load-more:hover {
    border-color: var(--spl-teal-deep) !important;
    background: var(--spl-teal-light) !important;
    color: var(--spl-teal-deep) !important;
}

/* Highlight */
mark.spl-hl {
    background: #fff176;
    border-radius: 2px;
    padding: 0 1px;
    font-style: normal;
}

/* No results */
.spl-no-results {
    text-align: center;
    padding: 40px 24px;
    color: var(--spl-muted);
    font-size: 15px;
}

/* ─────────────────────────────────────────────────────────────
   DOCTORS SHORTCODE
───────────────────────────────────────────────────────────── */

.kc-doctors {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
                 'Helvetica Neue', Arial, sans-serif;
    color: #263238;
    --kc-teal: #5BBFCF;
    --kc-teal-dark: #2C7D8E;
    --kc-teal-light: #EAF7FA;
    --kc-border: #C8E9EF;
    --kc-muted: #64748b;
    --kc-ink: #1f253b;
}

.kc-doctors,
.kc-doctors * {
    box-sizing: border-box;
}

.kc-doctors-title {
    margin: 0 0 16px;
    color: var(--kc-teal-dark);
    font-size: 20px;
    line-height: 1.25;
}

.kc-doctors-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--kc-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(44, 125, 142, .10);
}

.kc-doctors-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

.kc-doctors-table th {
    padding: 14px 18px;
    background: var(--kc-teal);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase;
}

.kc-doctors-table th:nth-child(2),
.kc-doctors-table th:nth-child(3),
.kc-doctors-table th:nth-child(4) {
    text-align: right;
}

.kc-doctors-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--kc-border);
    vertical-align: middle;
}

.kc-doctors-table tbody tr:nth-child(even) {
    background: var(--kc-teal-light);
}

.kc-doctors-table tbody tr:last-child td {
    border-bottom: 0;
}

.kc-doctors-name {
    width: 40%;
    font-weight: 700;
    line-height: 1.35;
}

.kc-doctors-price {
    width: 20%;
    text-align: right;
    white-space: nowrap;
    color: var(--kc-teal-dark);
    font-weight: 800;
}

.kc-price-amount {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.kc-doctors-price-currency {
    color: var(--kc-muted);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.kc-doctors-action {
    width: 20%;
    text-align: right;
}

.kc-doctors .kc-doctors-button,
.kc-doctors a.kc-doctors-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 148px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 0;
    background: var(--kc-teal-dark) !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background .15s, transform .15s, box-shadow .15s;
    box-shadow: 0 12px 24px rgba(44, 125, 142, .22);
}

.kc-doctors .kc-doctors-button:hover,
.kc-doctors a.kc-doctors-button:hover {
    background: #236c7b !important;
    transform: translateY(-1px);
    color: #ffffff !important;
}

.kc-doctors .kc-doctors-button--disabled,
.kc-doctors .kc-doctors-button--disabled:hover {
    background: #d8e6e9 !important;
    color: #64748b !important;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.kc-doctor-single {
    width: 100%;
    margin: 0;
}

.kc-doctor-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: none;
    padding: 26px 22px 20px;
    border: 1px solid var(--kc-border);
    border-radius: 20px;
    background: linear-gradient(180deg, #f7fbfb 0%, #edf7f8 100%);
    box-shadow: none;
}

.kc-doctor-card-copy {
    min-width: 0;
}

.kc-doctor-card-label {
    display: block;
    margin-bottom: 8px;
    color: var(--kc-teal-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.kc-doctor-card-title {
    margin: 0;
    color: #515867;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.kc-doctor-card-name {
    margin: 8px 0 0;
    color: var(--kc-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.kc-doctor-card-prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    min-width: 0;
}

.kc-doctor-card-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
    min-height: 110px;
    padding: 22px 20px 16px;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
}

.kc-doctor-price-label {
    display: block;
    min-width: 0;
    color: #515867;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.kc-doctor-price-amount {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
    align-self: flex-start;
    flex-shrink: 0;
    color: var(--kc-teal-dark);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
    white-space: nowrap;
}

.kc-doctor-price-amount .kc-doctors-price-currency {
    font-size: 32px;
    font-weight: 900;
    color: var(--kc-teal-dark);
    opacity: 1;
}

.kc-doctor-card-button {
    width: 170px;
    min-width: 170px;
    min-height: 46px;
    margin-top: 2px;
}

/* ─────────────────────────────────────────────────────────────
   APPOINTMENT MODAL
───────────────────────────────────────────────────────────── */

html.kc-appointment-lock,
body.kc-appointment-lock {
    overflow: hidden !important;
}

.kc-appointment-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.kc-appointment-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.kc-appointment-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 35, 45, .54);
    backdrop-filter: blur(8px);
}

.kc-appointment-modal__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(1120px, 100%);
    max-height: min(920px, calc(100vh - 48px));
    overflow: hidden;
    border: 1px solid rgba(200, 233, 239, .85);
    border-radius: 22px;
    background: #f7fbfb;
    box-shadow: 0 28px 80px rgba(13, 35, 45, .28);
    transform: translateY(10px) scale(.985);
    transition: transform .18s ease;
}

.kc-appointment-modal.is-open .kc-appointment-modal__panel {
    transform: translateY(0) scale(1);
}

.kc-appointment-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px 16px;
    border-bottom: 1px solid #d8eef2;
    background: linear-gradient(180deg, #ffffff 0%, #f2fafb 100%);
}

.kc-appointment-modal__label {
    display: block;
    margin-bottom: 4px;
    color: #2C7D8E;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.kc-appointment-modal__title {
    margin: 0 !important;
    color: #515867;
    font-size: 26px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

.kc-appointment-modal__close {
    position: relative;
    flex: 0 0 44px;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    border: 1px solid #c8e9ef !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.kc-appointment-modal__close:hover {
    background: #eaf7fa !important;
}

.kc-appointment-modal__close span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #2C7D8E;
}

.kc-appointment-modal__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.kc-appointment-modal__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.kc-appointment-modal__frame {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
    background: #ffffff;
}

.kc-appointment-modal__fallback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 18px;
    border-top: 1px solid #d8eef2;
    background: #ffffff;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.35;
}

.kc-appointment-modal__fallback a {
    flex: 0 0 auto;
    color: #2C7D8E !important;
    font-weight: 800;
    text-decoration: none !important;
}

.kc-appointment-modal__fallback a:hover {
    color: #3A9AAD !important;
}

/* Language switcher */
.kc-lang-switcher {
    display: inline-flex;
    position: relative;
    z-index: 10020;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 1px solid #c8e9ef;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(44, 125, 142, .08);
    isolation: isolate;
    pointer-events: auto !important;
}

.kc-lang-switcher--ready,
.kc-lang-switcher-host,
.kc-lang-switcher-element,
.elementor-widget-shortcode:has(.kc-lang-switcher),
.elementor-element:has(.kc-lang-switcher) {
    position: relative;
    z-index: 10020 !important;
    pointer-events: auto !important;
}

.kc-lang-switcher *,
.kc-lang-switcher-host *,
.kc-lang-switcher-element * {
    pointer-events: auto !important;
}

.kc-lang-switcher--generated {
    margin-right: 18px;
}

.kc-legacy-lang-hidden {
    display: none !important;
}

.kc-lang-switcher__link {
    display: inline-flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #2C7D8E !important;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, color .2s;
}

.kc-lang-switcher__link:hover,
.kc-lang-switcher__link.is-active {
    background: #2C7D8E;
    color: #ffffff !important;
}

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
    .spl-group-nav { grid-template-columns: repeat(3, 1fr); }
    .kc-doctor-card {
        padding: 22px 18px 18px;
    }
    .kc-appointment-modal {
        padding: 14px;
    }
    .kc-appointment-modal__panel {
        max-height: calc(100vh - 28px);
        border-radius: 18px;
    }
    .kc-appointment-modal__frame {
        min-height: 74vh;
    }
}

@media (max-width: 540px) {
    .spl-group-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .spl-group-btn {
        font-size: 12px;
        padding: 10px 7px;
        min-height: 46px;
    }
    .spl-table th,
    .spl-table td { padding: 8px 10px; font-size: 13px; }
    .spl-wrapper { --spl-w-price: 130px; }
    .kc-doctors-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    .kc-doctors-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0 12px;
    }
    .kc-doctors-table,
    .kc-doctors-table thead,
    .kc-doctors-table tbody,
    .kc-doctors-table tr,
    .kc-doctors-table th,
    .kc-doctors-table td {
        display: block;
        width: 100%;
    }
    .kc-doctors-table thead {
        display: none;
    }
    .kc-doctors-table tr {
        padding: 14px;
        border: 1px solid var(--kc-border);
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(44, 125, 142, .09);
    }
    .kc-doctors-table tbody tr:nth-child(even) {
        background: #ffffff;
    }
    .kc-doctors-table td {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 8px 0;
        border: 0;
        text-align: right;
        white-space: normal;
    }
    .kc-doctors-table td::before {
        content: attr(data-label);
        color: var(--kc-muted);
        font-size: 12px;
        font-weight: 700;
        text-align: left;
    }
    .kc-doctors-name {
        display: block !important;
        text-align: left !important;
        font-size: 15px;
    }
    .kc-doctors-name::before {
        display: block;
        margin-bottom: 4px;
    }
    .kc-doctors-action {
        justify-content: flex-start !important;
        padding-top: 12px !important;
    }
    .kc-doctors-action::before {
        display: none;
    }
    .kc-doctors-button {
        width: 100%;
        min-width: 0;
    }
    .kc-doctor-card {
        padding: 16px;
        border-radius: 18px;
        gap: 14px;
    }
    .kc-doctor-card-prices {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .kc-doctor-price-amount {
        font-size: 32px;
    }
    .kc-doctor-price-amount .kc-doctors-price-currency {
        font-size: 28px;
    }
    .kc-doctor-card-title {
        font-size: 20px;
    }
    .kc-doctor-price-label {
        font-size: 18px;
    }
    .kc-doctor-card-button {
        width: 100%;
        min-width: 0;
    }
    .kc-appointment-modal {
        padding: 0;
        align-items: stretch;
    }
    .kc-appointment-modal__panel {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .kc-appointment-modal__head {
        padding: 16px 16px 12px;
    }
    .kc-appointment-modal__title {
        font-size: 21px !important;
    }
    .kc-appointment-modal__frame {
        min-height: 78vh;
    }
    .kc-appointment-modal__fallback {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}
