.doctors-list-page {
    padding: 40px 0 80px;
    background: var(--site-body-bg, #ffffff);
}

.doctors-list-page__container {
    width: 100%;
    max-width: var(--header-container, 1320px);
    margin: 0 auto;
    padding: 0 24px;
}

.doctors-list-page__header {
    margin-bottom: 36px;
}

.doctors-list-page__title {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 700;
    color: var(--site-body-text, #333333);
}

.doctors-list-page__subtitle {
    margin: 0;
    font-size: 16px;
    color: var(--header-text-muted, #8f8f8f);
}

.doctors-list-page__grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctors-list-page__empty {
    color: var(--header-text-muted, #8f8f8f);
}
