.help-text {
  display: block;
  margin-top: 18px;
  padding: 15px;
  border: 1px solid #cfe4e5;
  border-radius: 12px;
  background: #eef7f7;
  color: #0a6975;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.help-text:hover {
  background: #e4f3f3;
}

.help-text:focus-visible {
  outline: 3px solid #8bc5ca;
  outline-offset: 3px;
}
