/*
 Theme Name:   RealesWP Child
 Theme URI:    https://yourwebsite.com
 Description:  Child theme for RealesWP
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     realeswp
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../realeswp/style.css");


.property-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.property-sidebar .widget {
  margin-bottom: 25px;
}
.property-sidebar .widget-title {
  font-weight: 600;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
