/* bsn-correction-contact v0.2.2 -- loaded only on /contact/ */
.bsn-cc {
  --bsn-cc-navy: #17324d;
  --bsn-cc-blue: #0c6f83;
  --bsn-cc-pale: #eef7fa;
  --bsn-cc-risk-bg: #fff4f2;
  --bsn-cc-risk-border: #b42318;
  --bsn-cc-border: #cbd8df;
  color: #1d2a33;
  line-height: 1.75;
}

.bsn-cc__crisis,
.bsn-cc__scope,
.bsn-cc__form,
.bsn-cc__notice {
  margin: 1.25rem 0;
  padding: 1rem 1.125rem;
  border: 1px solid var(--bsn-cc-border);
  border-radius: 10px;
  background: #fff;
}

.bsn-cc__crisis {
  border-left: 5px solid var(--bsn-cc-risk-border);
  background: var(--bsn-cc-risk-bg);
}

.bsn-cc__scope {
  border-left: 5px solid var(--bsn-cc-blue);
  background: var(--bsn-cc-pale);
}

.bsn-cc h2 {
  margin-top: 0;
  color: var(--bsn-cc-navy);
  font-size: clamp(1.15rem, 3vw, 1.4rem);
}

.bsn-cc__notice--success {
  border-left: 5px solid #16804b;
  background: #effaf4;
}

.bsn-cc__notice--error {
  border-left: 5px solid var(--bsn-cc-risk-border);
  background: var(--bsn-cc-risk-bg);
}

.bsn-cc__field {
  margin-bottom: 1.25rem;
}

.bsn-cc__field > label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--bsn-cc-navy);
  font-weight: 700;
}

.bsn-cc input[type="url"],
.bsn-cc input[type="email"],
.bsn-cc select,
.bsn-cc textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding: 0.7rem 0.75rem;
  border: 1px solid #78909c;
  border-radius: 6px;
  background: #fff;
  color: #17252e;
  font: inherit;
}

.bsn-cc input:focus-visible,
.bsn-cc select:focus-visible,
.bsn-cc textarea:focus-visible,
.bsn-cc button:focus-visible,
.bsn-cc a:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}

.bsn-cc__help {
  margin: 0.35rem 0 0;
  color: #465b67;
  font-size: 0.93rem;
}

.bsn-cc__confirm {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  margin: 1.25rem 0;
  padding: 0.9rem;
  background: #f6f8f9;
}

.bsn-cc__confirm input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.35rem;
}

.bsn-cc__submit button {
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 7px;
  background: var(--bsn-cc-navy);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.bsn-cc__submit button:hover {
  background: #0c6f83;
}

.bsn-cc__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 480px) {
  .bsn-cc__crisis,
  .bsn-cc__scope,
  .bsn-cc__form,
  .bsn-cc__notice {
    padding: 0.9rem;
  }

  .bsn-cc__submit button {
    width: 100%;
  }
}
