.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
  color: black;
}

.iti {
  width: 100%;
  margin-bottom: 20px;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
  color: black;
}

.page-body {
  background: #f9f7f0;
}

.carousel-indicators-hidden {
  display: none;
}

.location-icon img,
.highlight-icon img {
  width: 20px;
}

.consent-checkbox {
  height: unset;
}

.overview-section {
  position: relative;
}

.price-highlight {
  color: var(--primary);
}

.section-title-centered {
  margin: 0 auto 10px auto;
}

.highlight-image,
.floor-plan-image {
  width: 100%;
  filter: blur(2px);
  height: 270px;
}

.primary-action-btn {
  background: var(--primary);
  color: var(--white);
}

.footer-note {
  font-size: 12px;
}

.hidden-text {
  display: none;
}

.read-more-link {
  cursor: pointer;
}

.modal-logo {
  max-height: 50px;
}

.modal-location-text {
  text-transform: capitalize;
}

.form-field-wrapper {
  position: relative;
}

.consent-note {
  font-weight: 400;
  color: #000;
  opacity: 1;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 15px;
  margin-bottom: 15px;
}

/* Consent checkbox blocks */
.checkbox-section {
  gap: 8px;
  color: #c79e32;
  font-size: 12px;
  line-height: 1.3;
}

.checkbox-section,
.consent-note input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 8px;
  accent-color: var(--primary);
}

.consent-note {
  font-size: 12px;
  color: #000;
  margin: 8px 0 12px 0;
  line-height: 1.4;
}

/* The paragraph checkbox is non-interactive in markup; ensure it doesn't respond visually */
.consent-note input[type="checkbox"] {
  pointer-events: none;
}

@media (max-width: 576px) {
  .checkbox-section,
  .consent-note {
    font-size: 11px;
  }
}
