
.guesty-single-property {
  margin: 100px 0;
}

.guesty-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.guesty-info {
  flex: 1 1 60%;
  max-width: 60%;
}

.guesty-info {
  margin-top: 40px;
  max-width: 800px;
}

.guesty-info__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.guesty-info__meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 68px;
}

.guesty-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  width: 100px;
  min-height: 100px;
  justify-content: center;
  gap: 8px;
}

.guesty-meta-icon {
  font-size: 28px;
}

.guesty-meta-label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}



.guesty-info__desc-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.guesty-info__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 48px;
  font-size: 16px;
}


.guesty-info__desc.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.guesty-read-more {
  background: none;
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  margin-top: 5px;
}

.guesty-read-more:hover {
  text-decoration: underline;
}


.guesty-info__separator {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.guesty-amenities {
  margin-top: 30px;
  margin-bottom: 20px;
}
.guesty-amenities__wrapper  {
  margin-bottom: 30px;
}

.guesty-amenities__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 40px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.guesty-amenities__list li {
  font-size: 16px;
}

.hidden-amenity {
  display: none;
}

.guesty-amenities__toggle {
  padding: 10px 20px;
  background: #1a1a1a;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  margin-top: 60px;
}

.guesty-amenities__toggle:hover {
  opacity: 0.9;
}

.guesty-amenities h3{
  color: #1A1A18;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 63px;
}

.guesty-amenities__rules {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: -23px;
  max-width: 600px;
  padding-left: 15px;
}
.flatpickr-calendar.open {
  z-index: 2 !important;
}

.guesty-back-button {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.guesty-back-link{
  text-decoration: none;
  color: #1A1A18;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: 500;
}
.guesty-back-link i {
  margin-right: 5px;
}