/* Kurum arama — liste + sağ harita düzeni */
.mp-facility-page {
    background: #f3f4f6;
    padding: 0 0 48px;
}

.mp-facility-page .container {
    max-width: 1180px;
}

.mp-facility-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    padding: 16px 0 8px;
}

.mp-facility-breadcrumb a {
    color: #2563eb;
    text-decoration: none;
}

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

.mp-facility-hero {
    margin-bottom: 18px;
}

.mp-facility-hero__title-wrap {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.mp-facility-hero__accent {
    width: 4px;
    border-radius: 4px;
    background: #2563eb;
    flex-shrink: 0;
}

.mp-facility-hero__title {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 800;
    color: #111827;
    margin: 0 0 4px;
    line-height: 1.15;
}

.mp-facility-hero__count {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    font-weight: 500;
}

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

.mp-facility-layout {
    align-items: flex-start;
}

.mp-facility-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mp-facility-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .05);
    overflow: hidden;
}

.mp-facility-card__main {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 16px;
    padding: 18px 18px 14px;
    align-items: start;
}

.mp-facility-card__logo {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(17, 24, 39, .08);
    background: #f9fafb;
}

.mp-facility-card__logo--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 24px;
}

.mp-facility-card__name-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.mp-facility-card__name {
    font-size: 17px;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
    line-height: 1.25;
}

.mp-facility-card__name:hover {
    text-decoration: underline;
}

.mp-facility-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 16px;
}

.mp-facility-card__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #22c55e;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.mp-facility-card__whatsapp:hover {
    background: #16a34a;
    color: #fff;
}

.mp-facility-card__branches {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.45;
    margin-bottom: 8px;
}

.mp-facility-card__branches-more {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.mp-facility-card__branches-more:hover {
    text-decoration: underline;
}

.mp-facility-card__location {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
}

.mp-facility-card__location i {
    color: #9ca3af;
}

.mp-facility-card__map-link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.mp-facility-card__map-link:hover {
    text-decoration: underline;
}

.mp-facility-card__cta {
    align-self: center;
}

.mp-facility-card__cta .btn {
    min-width: 132px;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 16px;
    white-space: nowrap;
}

.mp-facility-card__doctors {
    border-top: 1px solid rgba(17, 24, 39, .08);
    padding: 14px 18px 16px;
    background: #fafbfc;
}

.mp-facility-card__doctors-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.mp-facility-card__doctors-title {
    font-size: 13px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    text-transform: none;
}

.mp-facility-card__doctors-more {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    white-space: nowrap;
}

.mp-facility-card__doctors-more:hover {
    text-decoration: underline;
}

.mp-facility-card__doctors-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mp-facility-doctor-chip {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.mp-facility-doctor-chip:hover {
    border-color: #2563eb;
    box-shadow: 0 4px 14px rgba(37, 99, 235, .08);
    color: inherit;
}

.mp-facility-doctor-chip__avatar {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.mp-facility-doctor-chip__name {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-facility-doctor-chip__branch {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mp-facility-empty {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, .08);
    padding: 48px 24px;
    text-align: center;
}

.mp-facility-sidebar .mp-map-card {
    min-height: 520px;
}

.mp-facility-sidebar #mp-facility-map {
    width: 100%;
    min-height: 520px;
}

.mp-facility-map-expand-wrap {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 500;
}

.mp-facility-map-expand {
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .1);
    color: #2563eb;
    font-weight: 700;
    padding: 9px 16px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.mp-facility-map-expand:hover {
    background: #eff6ff;
    border-color: #2563eb;
}

@media (max-width: 991.98px) {
    .mp-facility-card__main {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .mp-facility-card__cta {
        grid-column: 1 / -1;
    }

    .mp-facility-card__cta .btn {
        width: 100%;
    }

    .mp-facility-card__doctors-track {
        grid-template-columns: 1fr;
    }
}
