.host-table-alerts {
  padding-top: var(--pf-v5-global--spacer--lg) !important;
}

.hosts-table .pf-v5-c-dropdown__toggle-text {
  color: var(--pf-v5-global--Color--100) !important;
}

.hosts-table button {
  font-size: var(--pf-v5-c-table-cell--FontSize);
}

.hosts-table {
  height: 1rem; /* Workaround for: https://bugzilla.redhat.com/show_bug.cgi?id=1879378 in FF; The actual table height will be recalculated accordingly. */
}
