.hostaway-listings{
    padding: 30px;
}


.single-property {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    font-family: "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
}

.single-property h2 {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
    border-bottom: 3px solid #f1f1f1;
    padding-bottom: 10px;
}

.single-property h3 {
    font-size: 22px;
    color: #0073aa;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 4px solid #0073aa;
    padding-left: 10px;
}

.single-property p {
    font-size: 16px;
    color: #555;
    margin: 6px 0;
}

.single-property strong {
    color: #000;
}

.single-property ul {
    margin: 10px 0 20px;
    padding-left: 20px;
}

.single-property ul li {
    margin-bottom: 6px;
    list-style: disc;
    color: #444;
}

.single-property img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
}

.single-property img:hover {
    transform: scale(1.03);
}

.single-property em {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.single-property a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.single-property a:hover {
    color: #005a87;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .single-property {
        padding: 20px;
    }

    .single-property h2 {
        font-size: 26px;
    }

    .single-property h3 {
        font-size: 20px;
    }

    .single-property p,
    .single-property li {
        font-size: 15px;
    }

    .single-property img {
        max-width: 100%;
    }
}


    .filter-bar {
      display: flex;
      gap: 20px;
      margin-bottom: 40px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .filter-bar input,
    .filter-bar select {
      padding: 10px 15px;
      border: 1px solid #ccc;
      border-radius: 30px;
      min-width: 200px;
    }
    .filter-bar button {
      background-color: #aa825e;
      color: white;
      padding: 10px 25px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
    }
    .card-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }
    .property-card {
      background-color: white;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: 0.3s;
    }
    .property-card:hover {
      transform: translateY(-5px);
    }
    .property-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .property-content {
      padding: 20px;
    }
    .property-location {
      font-size: 14px;
      color: #aa825e;
      margin-bottom: 10px;
    }
    .property-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .property-meta {
      font-size: 14px;
      color: #555;
      margin-bottom: 5px;
    }
    .property-price {
      font-weight: bold;
      color: #000;
      margin-top: 10px;
    }
    
    
    
    
    .hostaway-search-form {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.hostaway-search-form__fields {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.hostaway-search-form__field {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
}
.hostaway-search-form__field select,
.hostaway-search-form__field input {
  border: none;
  outline: none;
  font-size: 16px;
  padding: 5px 10px;
  background: transparent;
}
.hostaway-search-form__field button {
  border: none;
  font-size: 18px;
  padding: 0 10px;
  cursor: pointer;
}
.hostaway-search-form__btn {
  background: #bc8a5f;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hostaway-search-form__btn:hover {
  background: #a1734d;
}
.hostaway-search-form__field .icon {
  width: 20px;
  margin-right: 10px;
}



    :root {
      --primary-color: #b3884b;
      --light-border: #e0d3c0;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #fffaf5;
    }

    .card,
    .feature-box {
      border: 1px solid var(--light-border);
      border-radius: 12px;
      padding: 15px;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .section-title {
      font-weight: 700;
      font-size: 1.5rem;
      margin-top: 2rem;
    }

    .feature-box i {
      color: var(--primary-color);
      margin-right: 5px;
    }

    .btn-primary {
      background-color: var(--primary-color);
      border: none;
    }

    .btn-primary:hover {
      background-color: #a5773f;
    }

    .icon-box {
      border: 1px solid var(--light-border);
      border-radius: 8px;
      padding: 10px;
      text-align: center;
      height: 100%;
    }

    @media (max-width: 767.98px) {
      .icon-box {
        font-size: 0.9rem;
        padding: 8px;
      }

      .section-title {
        font-size: 1.25rem;
      }

      .feature-box {
        font-size: 0.95rem;
        padding: 10px;
      }
    }