.red-text-bold-underline {
  color: red !important;
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.black-link-bold {
  color: black !important;
  font-weight: bold !important;
}

.equipment-detail-margin {
  margin-left: 2rem !important;
  margin-top: -2.5rem !important;
}

.flex-container {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.bold-underlined {
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.red-asterisk {
  color: #9F3A38 !important;
}
