.parameter-title {
  align-items: center;
  display: flex;
  gap: 8px;
}

.info-button {
  align-items: center;
  background: #22332d;
  border: 1px solid #3a5148;
  border-radius: 50%;
  color: #b9e66e;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 21px;
  font-size: 12px;
  font-weight: 800;
  height: 21px;
  justify-content: center;
  padding: 0;
  width: 21px;
}

.info-button:hover,
.info-button:focus-visible {
  border-color: #62d28c;
  box-shadow: 0 0 0 3px rgba(98, 210, 140, .14);
  outline: none;
}

.param-tooltip {
  background: #17231f;
  border: 1px solid #3a5148;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
  color: #edf5f0;
  inset: 50% auto auto 50%;
  margin: 0;
  max-height: min(640px, calc(100vh - 40px));
  max-width: calc(100vw - 32px);
  overflow: auto;
  padding: 24px;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 430px;
}

.param-tooltip::backdrop {
  background: rgba(0, 0, 0, .54);
  backdrop-filter: blur(2px);
}

.param-tooltip h3 {
  font-size: 21px;
  margin: 0 34px 4px 0;
}

.param-tooltip h4 {
  color: #91a69d;
  font-size: 10px;
  letter-spacing: .14em;
  margin: 20px 0 5px;
  text-transform: uppercase;
}

.param-tooltip p {
  color: #d9e6df;
  line-height: 1.55;
  margin: 0;
}

.param-tooltip code {
  color: #b9e66e;
  font-size: 12px;
}

.param-tooltip a {
  color: #62d28c;
  display: inline-block;
  font-weight: 700;
  margin-top: 18px;
}

.tooltip-close {
  background: transparent;
  border: 0;
  color: #91a69d;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 12px;
}

.tooltip-warning {
  background: #2a2115;
  border: 1px solid #634b25;
  border-radius: 9px;
  color: #f1cd88;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 18px;
  padding: 10px 12px;
}

.param-tooltip .source-status {
  color: #91a69d;
  font-size: 11px;
  margin-top: 16px;
}

.firmware-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.firmware-card a {
  color: #62d28c;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .firmware-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}
