.tos {
    h2, h1 {
        text-align:center;
    }
    h2 ~ h2 {
        margin: 30px 0;
    }
    b {
        font-weight: 700;
    }
    ol ul {
        margin-left: 25px;
    }
    ol, ul {
        list-style-position: outside;
        padding-left: 1.5rem;
    }
}

.tos h1 {
font-size: 40px;
line-height: 1.15;
margin: 0 0 18px;
letter-spacing: 0.2px;
}

.tos h2 {
font-size: 22px;
line-height: 1.25;
margin: 26px 0 10px;
}

.tos h2 + ol,
.tos h2 + ul {
margin-top: 8px;
}

.tos p, .tos li {
font-size: 16px;
line-height: 1.7;
}

.tos p a {
text-decoration: underline;
text-underline-offset: 2px;
}

@media (max-width: 1200px) {
.tos h1 { font-size: 38px; }
.tos h2 { font-size: 20px; }
.tos p, .tos li { font-size: 15.5px; }
}

@media (max-width: 992px) {
.tos h1 { font-size: 34px; margin-bottom: 16px; }
.tos h2 { font-size: 19px; margin-top: 22px; }
.tos p, .tos li { font-size: 15px; line-height: 1.65; }
}

@media (max-width: 768px) {
.tos h1 { font-size: 34px; }
.tos h2 { font-size: 18px; margin-top: 18px; }
.tos p, .tos li { font-size: 14.5px; line-height: 1.6; }
}

@media (max-width: 480px) {
.tos h1 { font-size: 26px; }
.tos h2 { font-size: 22px; margin-top: 16px; }
.tos p, .tos li { font-size: 14px; line-height: 1.55; }
}

.agreement-info {
    font-size: 12px;
    text-align: center;
    margin: 10px;
}



.tos form label {
  cursor: pointer;
}

#booking_form .frm-field label,
#contact_form .form-group label,
#contact_form .mb-3 label,
#contact_form .mb-4 label,
#contact_form .mb-5 label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

#booking_form input[type="checkbox"],
#contact_form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 18px;
}

#booking_form label span,
#contact_form label span {
  display: inline-block;
}

#booking_form label a,
#contact_form label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#booking_form input[type="checkbox"].is-invalid,
#contact_form input[type="checkbox"].is-invalid {
  outline: 2px solid #d9534f;
  outline-offset: 2px;
  border-radius: 3px;
}

.consent-error {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #e0b4b4;
  background: #fff6f6;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #booking_form .frm-field label,
  #contact_form .form-group label,
  #contact_form .mb-3 label,
  #contact_form .mb-4 label,
  #contact_form .mb-5 label {
    font-size: 13.5px;
    gap: 12px;
  }

  #booking_form input[type="checkbox"],
  #contact_form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-basis: 20px;
  }
}

#booking_form label span, #contact_form label span {
    text-align:left;
}

label.is-invalid {
    color: red;
}