/* Clone styles for common/header.php + common/footer.php */
.lb-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}

.home .lb-header {
  background: transparent;
}

.lb-header-center {
  justify-self: center;
}

.lb-header-right {
  justify-self: end;
}

.lb-pill-button {
  border: 1px solid #111;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.lb-lang-curr-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2000;
}
.lb-lang-curr-modal-backdrop.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-lang-curr-modal {
  width: min(560px, 100vw - 32px);
  background: #fff;
  border-radius: 12px;
  padding: 16px;
}

.lb-lang-curr-modal-header {
  display: flex;
  justify-content: flex-end;
}

.lb-lang-curr-close {
  border: 0;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.lb-modal-section {
  margin-bottom: 16px;
}
.lb-modal-section h4 {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}

.lb-modal-select {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  min-height: 42px;
  padding: 8px 10px;
}

.lb-lang-curr-save {
  width: 100%;
  min-height: 42px;
  border-radius: 8px;
  border: 0;
  background: #111;
  color: #fff;
  font-weight: 700;
}

/* Placeholder hooks for masteri variant classes used in common/header-masteri-park-place.php */
.header.change,
.header.hide,
.--listMenu.active,
.bg_menu {
  transition: all 0.25s ease;
}