.elementor-130259 .elementor-element.elementor-element-56c5d91{--display:flex;--min-height:100vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cf709bd *//* ✅ Infowindow Style */
.infowindow-card {
  width: 260px;
  font-family: 'Prompt', sans-serif;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: white;
  pointer-events: auto;
  z-index: 9999;
  box-sizing: border-box;
}

.infowindow-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.infowindow-content {
  padding: 16px;
  text-align: center;
  box-sizing: border-box;
}

.infowindow-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.infowindow-subtitle {
  margin: 4px 0;
  font-size: 14px;
  color: #333333;
}

.infowindow-price {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}

.infowindow-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.infowindow-buttons .btn {
  flex: 1;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.btn-orange {
  background-color: #FEF1E7;
  color: #F46E0B;
  border: none;
}

.btn-orange:hover {
  background-color: #F46E0B;
  color: #FEF1E7;
}

.btn-outline {
  border: 1px solid #F46E0B;
  color: #F46E0B;
  background: white;
}

.btn-outline:hover {
  background-color: #F46E0B;
  color: #FEF1E7;
}

@media (max-width: 480px) {
  .infowindow-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .infowindow-buttons .btn {
    width: 100%;
  }
}

/* ✅ Map Zone Dropdown (Final Style) */
.map-zone-dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.map-zone-dropdown select {
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  padding: 12px 16px;
  border: 2px solid #000000;
  border-radius: 12px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L0.803848 0.5L11.1962 0.5L6 8Z' fill='%23222222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;

  /* Force center text cross browser */
  text-align: center;
  text-align-last: center;
  direction: rtl;
  text-indent: 0;
}

.map-zone-dropdown select option {
  direction: ltr;
  text-align: center;
}

.map-zone-dropdown select:hover {
  background-color: #FFFFFF;
  color: #222222;
  border-color: #222222;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L0.803848 0.5L11.1962 0.5L6 8Z' fill='%23222222'/%3E%3C/svg%3E");
}

.map-zone-dropdown select:focus {
  outline: none;
  border-color: #222222;
  box-shadow: 0 0 8px rgba(34, 34, 34, 0.5);
}

/* ✅ Mobile → dropdown ตรงกลาง */
@media (max-width: 480px) {
  .map-zone-dropdown {
    justify-content: center;
    padding: 10px 0;
  }

  .map-zone-dropdown select {
    width: 100%;
    max-width: 350px;
    text-align: center;
    text-align-last: center;
    direction: rtl;
    text-indent: 0;
    padding-right: 40px;
  }

  .map-zone-dropdown select option {
    direction: ltr;
    text-align: center;
  }
}/* End custom CSS */