/* Kompakt topp og kursplassering under registreringsskjemaet. */
.compact-hero {
  display: block;
  margin: 0 2px 16px;
}

.compact-hero h1 {
  font-size: clamp(1.9rem, 7vw, 3.15rem);
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.form-rate {
  position: relative;
  z-index: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(5, 8, 15, 0.46);
}

.form-rate span {
  flex: 0 0 auto;
}

.form-rate strong {
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

@media (max-width: 760px) {
  .compact-hero {
    display: block;
    margin-bottom: 14px;
  }

  .compact-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .form-rate {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 370px) {
  .compact-hero h1 {
    font-size: 1.72rem;
  }
}
