/* Uzmanlık alanları — alfabetik rehber (DT benzeri sütun düzeni) */

.mp-ea-page {
    background: var(--mp-page-bg, #f0f2f5);
    min-height: 60vh;
}

.mp-ea-breadcrumb-wrap {
    margin-bottom: 1.25rem;
}

.mp-ea-breadcrumb {
    --bs-breadcrumb-divider: '>';
    font-size: 0.875rem;
}

.mp-ea-breadcrumb a {
    color: var(--mp-text-muted, #6b7280);
    text-decoration: none;
}

.mp-ea-breadcrumb a:hover {
    color: var(--primary_text_color, #005450);
}

.mp-ea-title-card {
    background: var(--mp-surface, #fff);
    border: 1px solid var(--mp-border-light, #eceef1);
    border-radius: var(--mp-radius, 12px);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.mp-ea-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--mp-text, #111827);
    line-height: 1.25;
}

.mp-ea-lead {
    margin: 0 0 1.25rem;
    color: var(--mp-text-muted, #6b7280);
    font-size: 0.9375rem;
}

.mp-ea-branch + .mp-ea-branch {
    margin-top: 2rem;
    padding-top: 0.25rem;
}

.mp-ea-branch__title {
    margin: 0 0 1rem;
    padding: 0.85rem 1.15rem;
    background: var(--mp-surface, #fff);
    border: 1px solid var(--mp-border-light, #eceef1);
    border-radius: var(--mp-radius, 12px);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 700;
    color: var(--primary_text_color, #005450);
    line-height: 1.3;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.mp-ea-columns {
    column-count: 4;
    column-gap: 1rem;
}

.mp-ea-letter-card {
    break-inside: avoid;
    background: var(--mp-surface, #fff);
    border: 1px solid var(--mp-border-light, #eceef1);
    border-radius: var(--mp-radius, 12px);
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.mp-ea-letter-card__head {
    padding: 1rem 1rem 0.5rem;
}

.mp-ea-letter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.mp-ea-link-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0.35rem;
}

.mp-ea-link-list li + li {
    border-top: 1px solid var(--mp-border-light, #eceef1);
}

.mp-ea-link {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    color: var(--mp-text-body, #374151);
    text-decoration: none;
    font-size: 0.9375rem;
    line-height: 1.35;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.mp-ea-link:hover {
    background: rgba(37, 99, 235, 0.06);
    color: #1d4ed8;
}

.mp-ea-link__chev {
    flex-shrink: 0;
    color: var(--mp-text-subtle, #9ca3af);
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0.05rem;
}

.mp-ea-link__text {
    min-width: 0;
}

.mp-ea-empty {
    background: var(--mp-surface, #fff);
    border-radius: var(--mp-radius, 12px);
    border: 1px dashed var(--mp-border-strong, #d1d5db);
}

@media (max-width: 1199.98px) {
    .mp-ea-columns {
        column-count: 3;
    }
}

@media (max-width: 991.98px) {
    .mp-ea-columns {
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .mp-ea-columns {
        column-count: 1;
    }

    .mp-ea-title-card {
        padding: 1rem 1.15rem;
    }
}
