.checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.checkbox input {
  margin-right: 10px;
}

.checkbox a {
  text-decoration: none;
  color: #006699;
}