/* _content/Nirusolutions.RoofRunner.WebUI.Web/Components/Layout/Notifications/PatchNotesPanel.razor.rz.scp.css */
.patchnotes-container[b-y73481gj9n] {
    max-height: 60vh;
    overflow-y: auto;
    padding: 8px;
}

.patch-card[b-y73481gj9n] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.patch-header[b-y73481gj9n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.patch-entry[b-y73481gj9n] {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.patch-label[b-y73481gj9n] {
    font-weight: 600;
}
