.terms-box {
  background: #f9fbff;
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  padding: 16px;
}

.terms-label {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.terms-label input {
  width: 18px;
  height: 18px;
  accent-color: #3a8dde;
}

.terms-text {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

.terms-text a {
  color: #3a8dde;
  font-weight: 700;
  text-decoration: none;
}

.terms-text a:hover {
  text-decoration: underline;
}
