
.rpp-filter input{margin-right:8px}
.rpp-enquiry textarea{width:100%;min-height:80px}
.rpp-card a {
    text-decoration: none !important;
}
.rpp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  padding: 10px;
}

.rpp-card {
  padding: 15px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  transition: transform .2s ease;
}

.rpp-card:hover {
  transform: translateY(-6px);
}

.rpp-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.rpp-card-body {
  padding: 16px;
}

.rpp-price {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
}

.rpp-meta span {
  margin-right: 12px;
  font-size: 14px;
  color: #555;
}

.rpp-location {
  font-size: 14px;
  color: #777;
  margin-top: 6px;
}

/* PAGINATION */
.rpp-pagination {
  margin-top: 40px;
  text-align: center;
}

.rpp-pagination .page-numbers {
  display: inline-block;
  padding: 10px 14px;
  margin: 0 4px;
  border-radius: 8px;
  background: #f2f2f2;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.rpp-pagination .current {
  background: #d32f2f;
  color: #fff;
}

.rpp-pagination a:hover {
  background: #111;
  color: #fff;
}
