.lab-prices-branch-card__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
    margin-top: 0;
}

.lab-prices-branch-card__identity {
    min-width: 0;
}

.lab-prices-branch-card__title {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    min-width: 0;
    font-family: var(--font-display, 'FixelDisplay', 'Segoe UI', sans-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.08;
    color: var(--preview-text, #2f2722);
    letter-spacing: -0.02em;
}

.lab-prices-branch-card__title-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(47, 86, 217, 0.1);
    color: #1f4cd1;
    font-family: var(--font-body, 'FixelText', 'Segoe UI', sans-serif);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 0 auto;
}

.lab-prices-branch-card__title-text {
    min-width: 0;
    flex: 1 1 180px;
}

.lab-prices-branch-card__address {
    margin: 10px 0 0;
    font-family: var(--font-body, 'FixelText', 'Segoe UI', sans-serif);
    font-size: 14px;
    line-height: 1.45;
    color: var(--preview-muted, #6b625b);
}