.buttonSecondary,
.buttonWithText {
  font-size: 0.9rem;
}

.buttonPrimary.buttonWithText {
  padding: 13px 26px;
}

h1 {
  font-size: 1.8rem;
  font-family: var(--font-base);
}

h3,
.h3 {
  font-family: var(--font-base);
}

.page__left .property-details .property-details-item {
  font-size: 0.9rem;
}

.property-details img {
  width: 40px;
}

.enquire-form label {
  font-size: max(0.9rem, 13px);
  padding: 0.05rem 0;
}

div[data-type="checkbox"] .acf-label label,
div[data-type="radio"] .acf-label label {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.1em;
}

.enquire-form-fields ul {
  padding-left: 0.5rem;
}

.enquire-form-content button[type="submit"] {
  font-family: var(--font-base);
}

.enquire-form-subtitle {
  margin-bottom: 1.5rem;
  font-size: max(0.85rem, 11px);
}

.enquire-form textarea {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid lightgray;
}

.connect-field {
	margin-bottom: 40px;
}

.menuContainer .menuTop .topMenuLogo {
  height: 70%;
}

.page__left .logo__image {
  max-width: 175px;
}

.menuContainer {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.slideNumber {
  font-weight: 700;
}

#radarPath {
  transform: scale(0.7);
  transform-origin: center center;
}

.tippy-box[data-theme~="masterplan"] .tippy-content {
  background-color: var(--color-brand-secondary);
}

div[data-type="checkbox"] .acf-label label,
div[data-type="radio"] .acf-label label {
  color: var(--color-brand-secondary);
}

/* -------------------- */

@keyframes pulseBoxShadow {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
