/* ================================
   Alert Widget – Compact Table
   ================================ */

/* Put "Alerts" heading inline with the search / filter toolbar */
.alert-table .fi-ta-header-ctn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.alert-table .fi-ta-header {
    flex: none;
    border-bottom: none;
}

.alert-table .fi-ta-header-toolbar {
    flex: 1;
    min-width: 0;
}

/* Compact row height – halve the default vertical cell padding */
.alert-table .fi-ta-text:not(.fi-inline) {
    padding-block: calc(var(--spacing) * 2);
}

.alert-table .fi-ta-checkbox:not(.fi-inline) {
    padding-block: calc(var(--spacing) * 2);
}
