#identifiedAlerts {
  padding: 14px;
  color: white;
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: rgb(22, 45, 66);
  border-bottom: 2px solid rgb(252, 174, 30);
  width: 100%;
  font-weight: bold;
}

label:has(input[type='radio']:disabled),
label:has(input[type='radio']:disabled) * {
  cursor: not-allowed;
}

.fa-exclamation-triangle {
  color: rgb(252, 174, 30);
  margin-bottom: 2px;
}
