.lab-prices-branch-card__schedule,
.lab-prices-branch-card__hours {
    padding: 14px 16px;
    border: 1px solid rgba(35, 31, 27, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
}

.lab-prices-branch-card__schedule {
    display: grid;
    gap: 10px;
}

.lab-prices-branch-card__schedule-item {
    display: grid;
    gap: 4px;
}

.lab-prices-branch-card__schedule--divided .lab-prices-branch-card__schedule-item {
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(71, 84, 103, 0.24);
}

.lab-prices-branch-card__schedule--divided .lab-prices-branch-card__schedule-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.lab-prices-branch-card__schedule-label {
    display: block;
    color: #475467;
    font-family: var(--font-body, 'FixelText', 'Segoe UI', sans-serif);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lab-prices-branch-card__schedule-label::after {
    content: ':';
}

.lab-prices-branch-card__schedule-value {
    display: block;
    color: #2f2722;
    font-family: var(--font-body, 'FixelText', 'Segoe UI', sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.lab-prices-branch-card__hours {
    margin: 0;
    color: #2f2722;
    font-family: var(--font-body, 'FixelText', 'Segoe UI', sans-serif);
    font-size: 14px;
    line-height: 1.55;
}

.lab-prices-branch-card__hours--empty {
    color: #475467;
}