.village-lot-detail-page {
  background: #fff;
}

.page-village-lot-detail .adaptive_outer_full .content_adaptive_full.max_size {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.village-lot-detail-gallery__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  border: 1px solid #dfe8e1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 134, 58, .16), rgba(255, 255, 255, .9)),
    #f6faf6;
  color: #3e5c46;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
}

.village-lot-detail-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.village-lot-detail-features span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef6ef;
  color: #226638;
  font-size: 13px;
  font-weight: 700;
}

.village-lot-detail-buy-card .realty-wb-object-num {
  align-items: baseline;
  gap: 8px;
}

.village-lot-detail-price-note {
  margin-top: -6px;
  color: #607068;
  font-size: 15px;
}

.village-lot-detail-order {
  justify-content: center;
  margin-top: 16px;
  text-decoration: none;
}

.village-lot-detail-order__mobile {
  display: none;
}

.village-lot-detail-contact {
  display: block;
  margin-top: 12px;
  color: #226638;
  font-size: 15px;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.village-lot-detail-contact_phone {
  color: #2f3437;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.village-lot-detail-modal .inner_fly > p {
  margin: 0 0 16px;
}

@media (max-width: 900px) {
  .village-lot-detail-gallery__placeholder {
    min-height: 320px;
    font-size: 20px;
  }

  .village-lot-detail-order__desktop {
    display: none;
  }

  .village-lot-detail-order__mobile {
    display: inline;
  }
}

@media (max-width: 767px) {
  .village-lot-detail-gallery__placeholder {
    min-height: 230px;
    border-radius: 0;
  }

  .village-lot-detail-features {
    margin-top: 12px;
  }

  .village-lot-detail-buy-card .realty-wb-object-num {
    justify-content: flex-start;
  }
}
