#SoftwareTopImg {
  height: 150px;
  width: 100%;
  padding-bottom: 5px;
}

.NitroText {
  color: #002e57;
}

/* BelenaEtcher Text color */

.BelenaText {
  color: #002e57;
}

.EtcherText {
  color: #65e90dee;
}

/* Firmware note callout — compact single-line style */
.firmware-note {
  background: linear-gradient(135deg, #b02a37 0%, #dc3545 100%);
  color: #fff;
  border-left: 4px solid #7a1c25;
  border-radius: 0;
  padding: 0.35rem 0.7rem;
  margin: 0.5rem auto 0;
  max-width: 100%;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  overflow: hidden;
}

.firmware-note .firmware-note-icon {
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.firmware-note p {
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.firmware-note .firmware-note-label {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-right: 0.3rem;
}

/* On narrow screens allow the note to wrap gracefully instead of clipping */
@media (max-width: 640px) {
  .firmware-note {
    white-space: normal;
  }
  .firmware-note p {
    overflow: visible;
    text-overflow: clip;
  }
}

