:root{
  --asa-tonic: #001A3A;
}

.asa-navbar{
  background: var(--asa-tonic);
}

.btn-asa{
  background: var(--asa-tonic);
  border-color: var(--asa-tonic);
  color: #fff;
}

.btn-asa:hover{
  opacity: 0.95;
  color: #fff;
}

.asa-logo{
  height: 34px;
  width: auto;
}

.rya-logo{
  height: 82px;
  width: auto;
  background: #fff;
  padding: 6px 10px;
  border-radius: 10px;
}

.section-header{
  padding: 10px 14px;
  border-left: 5px solid var(--asa-tonic);
  background: #f8f9fa;
  border-radius: 10px;
}

.result-pill{
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-block;
}

.result-pill.pass{
  background: #e7f6ee;
  color: #0f5132;
  border: 1px solid #b7e4c7;
}

.result-pill.fail{
  background: #fbeaea;
  color: #842029;
  border: 1px solid #f5c2c7;
}

.sticky-submit{
  position: sticky;
  bottom: 0;
  background: #fff;
}
