.tester-form .tester-inline-label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin: 0.65rem 0 0.3rem;
}

.tester-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tester-choice-group label {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0.35rem 0;
  font-weight: 500;
}

.tester-choice-pills {
  display: grid;
  gap: 0.55rem;
}

.tester-choice-pills > label {
  margin: 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(13, 71, 161, 0.28);
  border-radius: 8px;
  background: #f7f9fc;
  cursor: pointer;
}

.tester-choice-pills > label:has(input:checked) {
  border-color: var(--blue);
  background: #e3f2fd;
  box-shadow: 0 0 0 1px var(--blue);
}

.tester-check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.4;
}

.tester-helper {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #424242;
}

.tester-note {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #424242;
}

.tester-form [hidden] {
  display: none !important;
}

.tester-redirect-note {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: #333;
}

.tester-application-page .feedback-title,
.tester-application-page .feedback-intro,
.tester-application-page .tester-security,
.tester-application-page .tester-intro {
  max-width: none;
  width: 100%;
}

.tester-intro {
  margin: 0 0 0.25rem;
}

.tester-security {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #424242;
}

.tester-security-label {
  font-weight: 700;
  color: var(--blue-dark);
}

.tester-optional {
  font-weight: 500;
  color: #616161;
}

.tester-choice-pills > label {
  min-height: 44px;
}

.tester-choice-pills > label:focus-within {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .tester-application-page .feedback-title {
    font-size: 1.35rem;
    line-height: 1.25;
  }
}
