/* /Components/Authorized/AppointmentFormView.razor.rz.scp.css */
body[b-is22yg06hj] {
}
/* /Components/Public/AppointmentDetailsView.razor.rz.scp.css */
[b-zysbp6sufg] .mud-expand-panel-header {
    background-color: var(--bs-gray-100);
}

[b-zysbp6sufg] .mud-expand-panel .mud-expand-panel-content {
    padding-top: 16px;
}

.details-grid[b-zysbp6sufg] {
    display: grid;
    grid-template-columns: 120px 1fr; /* Linke Spalte fix, rechte flexibel */
    column-gap: 12px;
    row-gap: 6px;
}

.details-label[b-zysbp6sufg] {
    font-weight: bold;
    white-space: nowrap; /* verhindert Umbruch */
}

.details-value[b-zysbp6sufg] {
    overflow-wrap: anywhere; /* bricht nur, wenn wirklich nötig */
}
