.nhs-compensation-shell {
  margin-top: 26px;
}

.nhs-compensation-subnote {
  margin: 14px 0 0;
  color: #0f4c97;
  font-weight: 700;
}

.nhs-compensation-support-card {
  margin-top: 24px;
}

.nhs-compensation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.nhs-compensation-card-head {
  margin-bottom: 18px;
}

.nhs-compensation-card-head h2,
.nhs-compensation-card-head p {
  margin: 0;
}

.nhs-compensation-card-head p {
  margin-top: 6px;
  color: #526277;
}

.nhs-compensation-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nhs-compensation-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nhs-compensation-field span {
  color: #526277;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhs-compensation-field input,
.nhs-compensation-field select {
  min-height: 52px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid var(--nhs-border);
  border-radius: 14px;
  background: #fff;
  color: var(--nhs-ink);
  font: inherit;
}

.nhs-compensation-field select:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.nhs-compensation-check {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--nhs-border);
  border-radius: 14px;
  background: #fff;
  color: var(--nhs-ink);
  font-weight: 600;
}

.nhs-compensation-check input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.nhs-compensation-guidance,
.nhs-compensation-footnote,
.nhs-compensation-results-note {
  color: #526277;
  line-height: 1.55;
}

.nhs-compensation-guidance {
  margin: 14px 0 0;
}

.nhs-compensation-footnote {
  margin: 12px 0 0;
  font-size: 14px;
}

.nhs-compensation-losses {
  margin-top: 18px;
}

.nhs-compensation-losses h3 {
  margin: 0 0 12px;
  color: #0f172a;
}

.nhs-compensation-results-card {
  position: sticky;
  top: 18px;
}

.nhs-compensation-results-top {
  padding: 16px 16px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #0b2242 0%, #005eb8 100%);
  margin-bottom: 16px;
}

.nhs-compensation-results-top .nhs-home-results-label,
.nhs-compensation-results-top .nhs-home-results-value,
.nhs-compensation-results-top .nhs-home-results-badge,
.nhs-compensation-results-top .nhs-compensation-results-note {
  color: #fff;
}

.nhs-compensation-results-note {
  margin: 10px 0 0;
  font-size: 14px;
}

@media (max-width: 980px) {
  .nhs-compensation-grid {
    grid-template-columns: 1fr;
  }

  .nhs-compensation-results-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .nhs-compensation-form-grid {
    grid-template-columns: 1fr;
  }
}
