.mls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mls-card {
  border: 1px solid #eee;
  background: #fff;
  padding: 10px;
}

.mls-card img {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
}

a.mls-btn:focus {
  color: #fff;
}

.map-popup {
  font-size: 14px;
}

.map-btn {
  display: inline-block;
  padding: 6px 12px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
}

.map-btn:hover {
  background: #005bb5;
}
div#mls-count {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  background: #fff;
  width: fit-content;
  padding: 10px;
  margin-bottom: 24px;
  margin-top: 20px;
  border-radius: 40px;
  box-shadow: 10px 10px #e1e1e1;
}
a.map-btn {
  color: #fff !important;
}

.price-filter {
  margin-left: 16px;
  margin-right: 16px;
  width: 258px;
}

.no-data {
  text-align: left;
  font-size: 18px;
  color: #000;
  padding-top: 35px;
  font-weight: 700;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button {
  background-color: #812aad !important;
}

.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-2-equal.ast-builder-grid-row-tablet-2-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack
  a {
  color: #812aad !important;
}

.mls-btn {
  background: #812aad;
  color: #fff;
  padding: 8px 14px;
  display: inline-block;
  border: 1px solid #812aad;
  border-radius: 20px;
  margin-top: 8px;
  font-family: "Poppins";
  font-size: 15px !important;
}

a.mls-btn:hover {
  background: #812aad82;
  border-color: #812aad82;
  color: #fff !important;
}

.mls-card-content {
  padding: 16px;
}

#mls-map {
  height: 500px;
  margin-top: 40px;
}

.mls-list-card {
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.mls-list-image img {
  width: 260px;
  height: 180px;
  object-fit: cover;
}

.mls-list-content {
  padding: 15px;
}

.mls-card .mls-card-content p {
  margin-bottom: 8px;
  font-family: "Poppins";
  font-size: 14px;
}
ul.elementor-icon-list-items.property-land {
  background: orange;
}
ul.elementor-icon-list-items.property-residential {
  background: green;
  color: #fff;
}
.mls-card ul.elementor-icon-list-items {
  padding: 6px 16px !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}
.mls-card.property-list ul.elementor-icon-list-items {
  position: absolute;
  top: 10px;
}

.mls-loading {
  display: none;
  text-align: center;
  margin: 40px 0;
}

.mls-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #eee;
  border-top: 4px solid #2563eb;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mls-loading p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.mls-search {
  max-width: 1100px;
  margin: auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.mls-main-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.mls-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  min-width: 130px;
}

.location {
  flex: 1;
  min-width: 220px;
}

.mls-search-btn {
  background: #2a5ea8;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.mls-search-btn:hover {
  background: #1d4a87;
}

.mls-more-btn {
  background: none;
  border: none;
  color: #2a5ea8;
  cursor: pointer;
  font-weight: 600;
}

.mls-advanced {
  display: none;
  margin-top: 15px;
  gap: 10px;
  flex-wrap: wrap;
}

.mls-check {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 6px;
  margin-top: 1px;
  font-family: "Poppins";
  font-weight: 500;
}
.mls-card-content h3 {
  color: #812aad;
  font-family: "Poppins";
}

@media (max-width: 800px) {
  .mls-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .mls-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .mls-card ul.elementor-icon-list-items {
    position: relative !important;
  }
}
