.system-reboot-message {
  display: inline-flex;
}
.system-reboot-message .system-reboot-message__content {
  position: relative;
}
.system-reboot-message .reboot-required-icon {
  margin-top: 5px;
  margin-right: var(--pf-t--global--spacer--sm);
  color: var(--pf-t--global--color--status--danger--default);
}
.system-reboot-message .no-reboot-required-icon {
  margin-top: 5px;
  margin-right: var(--pf-t--global--spacer--sm);
  color: var(--pf-t--global--color--nonstatus--gray--default);
}