.host-details-page .host-info h2 {
  font-size: 30px;
  color: #000 !important;
  text-transform: uppercase;
  margin: 0px !important;
  margin-bottom: 10px !important;
  font-family: "Elza Semibold";
}
.host-details-page .host-info {
  margin-bottom: 20px;
}
.host-details-page .host-info .wrapper-host-address {
  display: flex;
  align-items: center;
  gap: 5px;
}
.host-details-page .host-info .wrapper-host-address .vendor-location-icon {
  width: 18px;
}
.host-details-page .host-info .wrapper-host-address .host-address {
  font-size: 25px;
  color: #666;
  margin: 0px !important;
  font-family: Elza-Medium;
  line-height: 1;
}
.host-details-page .host-header {
  margin-bottom: 40px;
}
.host-details-page .host-header .host-image {
  width: 100%;
  border-radius: 15px;
}
.host-details-page .host-description {
  margin-bottom: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #828383;
  width: 66.66%;
}
.host-details-page .host-description p {
  font-size: 13px;
  line-height: 1.5;
  color: #828383;
  margin-bottom: 0px;
  font-family: "Elza Semibold";
}
.host-details-page .host-listings {
  width: 66.66%;
  margin-bottom: 60px;
}
.host-details-page .host-listings .host-listing-card {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #828383;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.host-details-page .host-listings .host-listing-card:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.host-details-page .host-listings .wrapper-left {
  width: calc(100% - 290px);
}
.host-details-page .host-listings .wrapper-right {
  width: 250px;
  height: 250px;
}
.host-details-page .host-listings .wrapper-right a {
  display: flex;
  height: 100%;
}
.host-details-page .host-listings .wrapper-right img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}
.host-details-page .host-listings .host-listing-title {
  margin-bottom: 15px;
}
.host-details-page .host-listings .host-listing-title a {
  font-size: 20px;
  line-height: 1.5;
  color: #828383;
  margin-bottom: 0px;
  font-family: "Elza Semibold";
}
.host-details-page .host-listings .host-listing-capacity {
  font-size: 16px;
  line-height: 1.5;
  color: #828383;
  margin-bottom: 10px;
  font-family: "Elza Regular";
}
.host-details-page .host-listings .host-listing-description {
  font-size: 13px;
  line-height: 1.5;
  color: #828383;
  margin-bottom: 0px;
  font-family: "Elza Regular";
}
.host-details-page .host-map-section {
  width: 50%;
}
.host-details-page .host-map-section h3 {
  margin: 0px;
  margin-bottom: 15px !important;
  padding-top: 40px;
  position: relative;
  font-size: 25px;
  font-family: "Elza Semibold";
  color: #000;
}
.host-details-page .host-map-section h3::before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #e2762e;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .host-details-page .host-info h2 {
    font-size: 25px;
  }
  .host-details-page .host-description {
    width: 100%;
  }
  .host-details-page .host-listings {
    width: 100%;
    margin-bottom: 40px;
  }
  .host-details-page .host-map-section {
    width: 100%;
  }
  .host-details-page .host-info .wrapper-host-address .host-address {
    font-size: 20px;
  }
  .host-details-page .host-map-section h3 {
    padding-top: 20px;
    font-size: 22px;
  }
  .host-details-page .host-info .wrapper-host-address .vendor-location-icon {
    width: 16px;
  }
}
@media screen and (max-width: 576px) {
  .host-details-page .host-listings .host-listing-card {
    gap: 20px;
  }
  .host-details-page .host-listings .wrapper-left {
    width: 100%;
  }
  .host-details-page .host-listings .wrapper-right {
    width: 100%;
    height: 100%;
  }
}
