.tng-campus-booking-wrapper {
  border: 0;
  padding: 0;
  margin: 28px 0;
}

.tng-campus-booking-wrapper h3 {
  margin: 34px 0 16px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f2940;
}

.tng-campus-weeks,
.tng-campus-extras {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}

.tng-check-option {
  display: flex !important;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-size: 16px;
  color: #5c6474;
  margin: 0 !important;
  width: 100%;
}

.tng-campus-booking-wrapper .tng-check-option input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
  width: 19px;
  height: 19px;
  margin: 0 !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  pointer-events: auto !important;
  flex: 0 0 auto;
  border: 1px solid #d8dde6;
  border-radius: 2px;
  background: #ffffff;
}

.tng-check-option > input[type="checkbox"] {
  display: block !important;
}

.tng-campus-booking-wrapper .tng-check-option input[type="checkbox"]:checked {
  background: #1f2940;
  border-color: #1f2940;
}

.tng-campus-booking-wrapper .tng-check-option input[type="checkbox"]:checked::after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 1px 0 0 5px;
}

.tng-campus-booking-wrapper .tng-check-option input[type="checkbox"] + * {
  margin: 0;
}

.tng-campus-hermano {
  margin-bottom: 12px;
}

.tng-campus-summary {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 16px 0 4px;
}

.tng-campus-summary p {
  margin: 0 0 8px;
  font-size: 18px;
  color: #1f2940;
}

.tng-campus-summary strong {
  color: #1f2940;
}

.tng-campus-info-note {
  margin: 10px 0 0;
  font-size: 14px;
  color: #5c6474;
}

@media (max-width: 767px) {
  .tng-campus-booking-wrapper h3 {
    font-size: 28px;
  }

  .tng-check-option {
    font-size: 15px;
  }

  .tng-campus-summary p {
    font-size: 17px;
  }
}
