/* Liste kabuğu — tutarlı değerler: panel 16, chip 999, input 12; border rgba(17,24,39,.08); primary #0f6b5f */
.mp-search-page {
    background: #eef1f3;
    padding: 16px 0 36px;
}

.mp-search-hero {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    padding: 14px 18px 12px;
    margin-bottom: 12px;
    box-shadow: 0 6px 20px rgba(17, 24, 39, .04);
}

.mp-search-hero--landing {
    padding-bottom: 12px;
}

.mp-search-hero-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.mp-search-hero-copy {
    min-width: 0;
    flex: 1 1 280px;
}

.mp-search-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 12px;
    margin-top: 6px;
}

.mp-search-result-count {
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: #6b7280;
}

.mp-search-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.mp-search-filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.mp-search-filter-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9ca3af;
}

.mp-search-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mp-search-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, .12);
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all .15s ease;
    white-space: nowrap;
}

.mp-search-filter-chip:hover {
    border-color: rgba(15, 107, 95, .35);
    color: #0f6b5f;
    background: rgba(15, 107, 95, .04);
}

.mp-search-filter-chip.is-active {
    background: #0f6b5f;
    border-color: #0f6b5f;
    color: #fff;
    box-shadow: 0 6px 14px rgba(15, 107, 95, .18);
}

.mp-search-filter-chip.is-active i {
    color: inherit;
}

.mp-search-sidebar {
    position: sticky;
    top: 18px;
}

.mp-sidebar-panel {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .06);
}

.mp-landing-search--sidebar {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    padding: 12px 14px 10px;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.mp-landing-search--sidebar .mp-landing-search__inner {
    border-radius: 12px;
    padding: 4px 4px 4px 10px;
}

.mp-landing-search--sidebar .mp-landing-search__btn {
    min-width: 92px;
    padding: 10px 16px;
}

.mp-landing-search__hint--sidebar {
    margin-top: 8px;
    padding-left: 2px;
    font-size: 11px;
    color: #9ca3af;
}

.mp-sidebar-map-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 14px 0;
    background: #fff;
}

.mp-sidebar-map-title {
    font-size: 13px;
    font-weight: 800;
    color: #111827;
}

.mp-sidebar-map-sub {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    white-space: nowrap;
}

.mp-map-card--embedded {
    position: relative;
    top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f8fafb;
    min-height: 340px;
}

.mp-map-card--embedded #mp-search-map {
    min-height: 340px;
}

.mp-map-card--embedded .mp-map-empty,
.mp-map-card--embedded.mp-map-card--empty {
    min-height: 200px;
}

.mp-map-card--embedded.mp-map-card--empty {
    min-height: 200px;
}

.mp-search-title {
    font-weight: 900;
    color: #111827;
    margin: 8px 0 6px;
    font-size: 16px;
}

.mp-search-title--landing {
    font-size: clamp(20px, 2.4vw, 26px);
    margin: 2px 0 4px;
    line-height: 1.2;
}

.mp-search-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #6b7280;
    margin-top: 0;
    margin-bottom: 6px;
}

.mp-search-breadcrumb a {
    color: #0f6b5f;
    text-decoration: none;
}

.mp-search-breadcrumb a:hover {
    text-decoration: underline;
}

.mp-search-breadcrumb-sep {
    color: #9ca3af;
}

.mp-search-subtitle {
    font-size: 13.5px;
    line-height: 1.45;
    color: #6b7280;
    margin: 0;
    max-width: 62ch;
}

.mp-expertise-banner {
    background: #0f6b5f;
    border-radius: 10px;
    padding: 14px 18px;
    padding-right: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    position: relative;
}
.mp-expertise-banner-text {
    font-weight: 700;
    font-size: 14px;
}

/* Branş landing — kurum bloğu */
.mp-branch-facilities {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 18px;
}
.mp-branch-facilities__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.mp-branch-facilities__title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}
.mp-branch-facilities__more {
    font-size: 13px;
    font-weight: 600;
    color: #0f6b5f;
    text-decoration: none;
    white-space: nowrap;
}
.mp-branch-facilities__more:hover {
    text-decoration: underline;
}
.mp-branch-facilities__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}
.mp-branch-facility-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.mp-branch-facility-card:hover {
    border-color: #0f6b5f;
    box-shadow: 0 4px 14px rgba(15, 107, 95, 0.08);
}
.mp-branch-facility-card__link {
    display: block;
    padding: 14px;
    color: inherit;
    text-decoration: none;
}
.mp-branch-facility-card__top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.mp-branch-facility-card__logo {
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.mp-branch-facility-card__logo--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e5e7eb;
    color: #6b7280;
    font-size: 18px;
}
.mp-branch-facility-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px;
    line-height: 1.3;
}
.mp-branch-facility-card__type {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #0f6b5f;
    background: rgba(15, 107, 95, 0.1);
    border-radius: 999px;
    padding: 2px 8px;
}
.mp-branch-facility-card__address {
    font-size: 12px;
    color: #6b7280;
    margin: 10px 0 0;
    line-height: 1.4;
}
.mp-branch-facility-card__stats {
    font-size: 12px;
    color: #9ca3af;
    margin: 8px 0 0;
}

.mp-expertise-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.mp-expertise-chip {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.55);
    border-radius: 999px;
    font-weight: 600;
    padding: 6px 14px;
    font-size: 13px;
    text-decoration: none;
    transition: all .15s;
}
.mp-expertise-chip:hover { background: rgba(255,255,255,.15); color: #fff; border-color: #fff; }
.mp-expertise-chip.is-active {
    background: rgba(255,255,255,.22);
    color: #fff;
    border-color: #fff;
    font-weight: 700;
}
.mp-expertise-chip.is-more {
    background: transparent;
    color: #fff;
    border: 0;
    font-weight: 700;
    padding: 6px 4px;
}
.mp-expertise-chip.is-more:hover { text-decoration: underline; }
.mp-expertise-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.4);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    line-height: 1;
}
.mp-expertise-close:hover { background: rgba(255,255,255,.15); }

.mp-search-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.mp-landing-search {
    background: linear-gradient(145deg, #ffffff 0%, #f7fbfb 100%);
    border: 1px solid rgba(15, 107, 95, 0.14);
    border-radius: 18px;
    padding: 14px 16px 12px;
    box-shadow: 0 14px 36px rgba(15, 107, 95, 0.09);
    overflow: visible;
}

.mp-landing-search__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 999px;
    padding: 6px 6px 6px 14px;
    box-shadow: 0 2px 10px rgba(17, 24, 39, 0.04);
    overflow: visible;
}

.mp-landing-search__field {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.mp-landing-loc-wrap {
    position: relative;
    z-index: 4;
}

.mp-landing-loc-inner {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

.mp-landing-loc-toggle {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #6b7280;
    padding: 0 8px 0 2px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mp-landing-loc-toggle:hover {
    color: #111827;
}

.mp-landing-loc-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 60;
    background: #fff;
    border: 1px solid #e7e7ea;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    max-height: min(340px, 55vh);
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}

.mp-landing-loc-panel[hidden] {
    display: none !important;
}

.mp-landing-loc-panel-scroll {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
}

.mp-landing-loc-group-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
    padding: 10px 14px 4px;
    background: #fff;
}

.mp-landing-loc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    cursor: pointer;
}

.mp-landing-loc-item:hover {
    background: #f3f4f6;
}

.mp-landing-loc-item i {
    color: #9ca3af;
    width: 16px;
    text-align: center;
    font-size: 12px;
}

.mp-landing-loc-empty {
    padding: 14px;
    font-size: 13px;
    color: #6b7280;
    text-align: center;
}

.mp-landing-search__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(15, 107, 95, 0.1);
    color: #0f6b5f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}

.mp-landing-search__input {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 10px 4px 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    width: 100%;
    min-width: 0;
}

.mp-landing-search__input:focus {
    outline: none;
    box-shadow: none;
}

.mp-landing-search__input::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.mp-landing-search__btn {
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    min-width: 108px;
    box-shadow: 0 8px 18px rgba(15, 107, 95, 0.22);
}

.mp-landing-search__hint {
    margin-top: 10px;
    padding-left: 6px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .mp-landing-search__inner {
        flex-direction: column;
        align-items: stretch;
        border-radius: 16px;
        padding: 10px;
        gap: 8px;
    }

    .mp-landing-search__field {
        padding: 0 4px;
    }

    .mp-landing-search__btn {
        width: 100%;
        min-width: 0;
    }
}
.mp-doc-card {
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(17, 24, 39, .04);
    transition: box-shadow .15s ease;
}

.mp-doc-card:hover {
    box-shadow: 0 8px 22px rgba(17, 24, 39, .07);
}
.mp-doc-card-inner {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 380px);
    gap: 0;
    align-items: start;
}
.mp-doc-left {
    padding: 14px;
}
.mp-doc-right {
    border-left: 1px solid rgba(17, 24, 39, .06);
    background: #fff;
    padding: 12px 14px 10px;
    position: relative;
}
.mp-doc-row {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    align-items: start;
}
.mp-doc-avatar-wrap {
    position: relative;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
}
.mp-doc-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef2f7;
    overflow: hidden;
    border: 2px solid rgba(17, 24, 39, .06);
    display: grid;
    place-items: center;
}
.mp-doc-verified-badge {
    position: absolute;
    right: -4px;
    top: -4px;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.mp-doc-verified-badge button {
    border: none;
    background: none;
    padding: 0;
    line-height: 1;
    color: #0f6b5f;
    font-size: 16px;
    cursor: pointer;
}
.mp-doc-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #eef2f7;
}
.mp-doc-name {
    font-weight: 800;
    color: #111827;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
}
.mp-doc-sub {
    margin: 3px 0 6px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}
.mp-doc-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    color: #6b7280;
    font-size: 12.5px;
    font-weight: 600;
}
.mp-doc-stars {
    display: inline-flex;
    gap: 1px;
    align-items: center;
}
.mp-doc-stars i {
    color: #f59e0b;
    font-size: 12px;
}

.mp-doc-tabs {
    display: inline-flex;
    gap: 0;
    align-items: stretch;
    margin-top: 14px;
    border-bottom: 1px solid rgba(17,24,39,.08);
}
.mp-doc-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #9ca3af;
    white-space: nowrap;
    padding: 6px 14px 8px;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all .15s;
    margin-bottom: -1px;
    background: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.mp-doc-tab:hover { color: #374151; }
.mp-doc-tab i { font-size: 12px; }
.mp-doc-tab.is-active {
    color: #111827;
    border-bottom-color: #0f6b5f;
    font-weight: 700;
}
.mp-doc-tab.is-active i { color: #0f6b5f; }
.mp-doc-tab.is-online-tab i { color: #6b7280; }
.mp-doc-tab.is-online-tab.is-active i { color: #0f6b5f; }

.mp-doc-address {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}
.mp-doc-address i { color: #0f6b5f; font-size: 12px; }
.mp-doc-address a {
    color: #0f6b5f;
    font-weight: 600;
    text-decoration: none;
}
.mp-doc-address a:hover { text-decoration: underline; }

.mp-doc-clinics {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mp-doc-clinic-name {
    color: #6b7280;
    font-size: 11.5px;
    font-weight: 500;
}
.mp-doc-clinic-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0f6b5f;
    font-size: 11.5px;
    font-weight: 700;
}
.mp-doc-clinic-label i {
    font-size: 11px;
}
.mp-doc-clinic-list {
    color: #6b7280;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.35;
}

/* Takvim: ilk N satır kırpılır; "Daha fazla" ile aşağı doğru genişler */
.mp-doc-calendar .mp-doc-day-slots {
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.mp-doc-calendar.has-slots-collapsed:not(.is-slots-expanded) .mp-doc-day-slots {
    max-height: calc(4 * (34px + 10px));
}
.mp-doc-calendar.is-slots-expanded .mp-doc-day-slots {
    max-height: 1200px;
}
.mp-doc-slots-toggle {
    font-weight: 900;
    color: #0f6b5f !important;
    font-size: 12.5px;
}
.mp-doc-slots-toggle:hover {
    color: #0c564d !important;
}

.mp-doc-days {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    align-items: start;
    position: relative;
    z-index: 1;
}
.mp-doc-day {
    min-width: 0;
    text-align: center;
}
.mp-doc-day .day-title {
    font-weight: 700;
    color: #111827;
    font-size: 12.5px;
    line-height: 1.1;
    margin-bottom: 2px;
}
.mp-doc-day .day-sub {
    font-weight: 600;
    color: #9ca3af;
    font-size: 11px;
    margin-bottom: 8px;
}
.mp-time-pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(15, 107, 95, .2);
    background: rgba(15, 107, 95, .06);
    color: #0f6b5f;
    font-weight: 700;
    font-size: 13px;
    height: 34px;
    margin-bottom: 8px;
    transition: background-color .15s ease, border-color .15s ease;
}
.mp-time-pill:hover { background: rgba(15,107,95,.12); border-color: #0f6b5f; }
.mp-time-pill.muted {
    background: transparent;
    color: rgba(17,24,39,.3);
    border-color: rgba(17,24,39,.06);
}
.mp-time-pill.is-past {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.mp-doc-more {
    margin-top: 4px;
    padding-top: 10px;
    text-align: center;
    font-weight: 700;
    color: #0f6b5f;
    font-size: 13px;
    position: relative;
    z-index: 1;
}
.mp-doc-more a { color: inherit; text-decoration: none; }
.mp-doc-more a:hover { text-decoration: underline; }
.mp-doc-more a i { font-size: 10px; margin-left: 2px; }

/* Branş landing — liste içi kurum kartı */
.mp-branch-facilities-inline-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    padding: 10px 14px;
    margin-bottom: 4px;
    border-radius: 12px;
    background: rgba(15, 107, 95, .06);
    border: 1px solid rgba(15, 107, 95, .12);
}
.mp-branch-facilities-inline-head__link {
    font-size: 13px;
    font-weight: 700;
    color: #0f6b5f;
    text-decoration: none;
    white-space: nowrap;
}
.mp-branch-facilities-inline-head__link:hover {
    text-decoration: underline;
}

.mp-doc-card--facility .mp-doc-avatar--facility {
    border-radius: 14px;
}
.mp-doc-avatar-facility-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #0f6b5f;
    font-size: 22px;
    background: rgba(15, 107, 95, .08);
}
.mp-facility-inline-branches {
    margin-top: 4px;
    font-size: 12.5px;
    color: #4b5563;
    font-weight: 500;
    line-height: 1.45;
}
.mp-facility-inline-branches-more {
    margin-left: 4px;
    font-weight: 700;
    color: #0f6b5f;
    text-decoration: none;
}
.mp-facility-inline-branches-more:hover {
    text-decoration: underline;
}
.mp-facility-inline-doctors {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 24, 39, .06);
}
.mp-facility-inline-doctors__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.mp-facility-inline-doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
.mp-facility-inline-doctor:hover .mp-facility-inline-doctor__name {
    color: #0f6b5f;
}
.mp-facility-inline-doctor__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(17, 24, 39, .06);
    background: #eef2f7;
    margin-bottom: 6px;
}
.mp-facility-inline-doctor__name {
    font-size: 11.5px;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mp-facility-inline-doctor__branch {
    margin-top: 2px;
    font-size: 10.5px;
    color: #6b7280;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mp-facility-inline-doctors__more {
    display: inline-block;
    margin-top: 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f6b5f;
    text-decoration: none;
}
.mp-facility-inline-doctors__more:hover {
    text-decoration: underline;
}
.mp-facility-inline-schedule-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 180px;
    gap: 12px;
    padding: 8px;
}
.mp-facility-inline-schedule-fallback__text {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    max-width: 260px;
}

@media (max-width: 991.98px) {
    .mp-search-sidebar {
        position: relative;
        top: 0;
    }

    .mp-sidebar-panel {
        margin-bottom: 8px;
    }

    .mp-map-card--embedded #mp-search-map {
        min-height: 280px;
    }

    .mp-map-card--embedded,
    .mp-map-card--embedded.mp-map-card--empty,
    .mp-map-card--embedded .mp-map-empty {
        min-height: 180px;
    }

    .mp-search-filter-bar {
        gap: 10px;
    }

    .mp-doc-card-inner {
        grid-template-columns: 1fr;
    }
    .mp-doc-right {
        border-left: 0;
        border-top: 1px solid rgba(17, 24, 39, .08);
    }
}

.mp-map-card {
    background: #f4f6f7;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 12px;
    min-height: 340px;
    position: sticky;
    top: 18px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.mp-map-card.mp-map-card--empty {
    min-height: 200px;
}
.mp-map-expand {
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(17,24,39,.1);
    color: #0f6b5f;
    font-weight: 600;
    padding: 8px 14px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    transition: all .15s;
}
.mp-map-expand:hover { background: #f0faf8; border-color: #0f6b5f; }
#mp-search-map {
    width: 100%;
    height: 100%;
    min-height: 340px;
}
.mp-map-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 200px;
    color: #6b7280;
    font-weight: 600;
    font-size: 13.5px;
    text-align: center;
    padding: 20px 16px;
}
.mp-map-card:not(.mp-map-card--embedded):not(.mp-map-card--empty) .mp-map-empty {
    min-height: 340px;
}
.mp-map-empty-inner {
    max-width: 260px;
}
.mp-map-empty-icon {
    display: block;
    font-size: 1.75rem;
    margin: 0 auto 10px;
    opacity: .4;
    color: #6b7280;
}
.mp-map-empty-title {
    margin: 0 0 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #4b5563;
    line-height: 1.35;
}
.mp-map-empty-hint {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    line-height: 1.4;
}
.mp-leaflet-pin { background: none; border: none; }

@media (max-width: 991.98px) {
    .mp-map-card {
        position: relative;
        top: 0;
        min-height: 280px;
    }
    .mp-map-card.mp-map-card--empty {
        min-height: 180px;
    }
    #mp-search-map {
        min-height: 280px;
    }
    .mp-map-card:not(.mp-map-card--embedded):not(.mp-map-card--empty) .mp-map-empty {
        min-height: 280px;
    }
}

/* Split map modal */
#mp-map-split-modal .modal-dialog {
    max-width: calc(100vw - 40px);
    width: 100%;
    margin: 20px auto;
    height: calc(100vh - 40px);
}
#mp-map-split-modal .modal-content {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 25px 60px rgba(0,0,0,.2);
}
#mp-map-split-modal .modal-body {
    display: flex;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.mp-map-split-left {
    width: 420px;
    min-width: 360px;
    max-width: 480px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid rgba(17,24,39,.08);
    flex-shrink: 0;
}
.mp-map-split-right {
    flex: 1;
    height: 100%;
    position: relative;
}
.mp-map-split-right #mp-split-map {
    width: 100%;
    height: 100%;
}
.mp-map-split-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1000;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #111827;
    cursor: pointer;
    line-height: 1;
    aspect-ratio: 1 / 1;
}
.mp-map-split-close:hover {
    background: #f3f4f6;
}

.mp-split-card {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(17,24,39,.06);
    cursor: pointer;
    transition: background .15s;
}
.mp-split-card:hover,
.mp-split-card.is-highlight {
    background: rgba(15,107,95,.05);
}
.mp-split-card-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
    align-items: start;
}
.mp-split-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef2f7;
    border: 1px solid rgba(17,24,39,.08);
}
.mp-split-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mp-split-name {
    font-weight: 900;
    font-size: 13px;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}
.mp-split-name a { color: inherit; text-decoration: none; }
.mp-split-name a:hover { text-decoration: underline; }
.mp-split-sub {
    font-size: 12px;
    color: #6b7280;
    font-weight: 700;
    margin: 2px 0 4px;
}
.mp-split-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #6b7280;
    font-weight: 700;
}
.mp-split-addr {
    font-size: 11.5px;
    color: #6b7280;
    margin-top: 6px;
}
.mp-split-addr i { color: #0f6b5f; }
.mp-split-slots {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.mp-split-slot {
    background: rgba(15,107,95,.12);
    color: #0f6b5f;
    font-weight: 900;
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 10px;
    border: 0;
}
.mp-split-next {
    font-size: 11.5px;
    color: #6b7280;
    font-weight: 700;
    margin-top: 6px;
}
.mp-split-next i { opacity: .6; }

@media (max-width: 767.98px) {
    #mp-map-split-modal .modal-dialog {
        max-width: 100vw;
        margin: 0;
        height: 100vh;
    }
    #mp-map-split-modal .modal-content {
        border-radius: 0;
    }
    #mp-map-split-modal .modal-body {
        flex-direction: column-reverse;
    }
    .mp-map-split-left {
        width: 100%;
        min-width: unset;
        max-width: unset;
        height: 45%;
    }
    .mp-map-split-right {
        height: 55%;
    }
}
