/*
 Theme Name:   Piller Child  
 Theme URI:    https://wordpress.themeholy.com/piller/
 Description:  This is a child theme for piller - WordPress Theme
 Author:       Themehour
 Author URI:   https://themeforest.net/user/themehour
 Template:     piller
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  piller-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */     
.single-property-page .property-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.property-info-box .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.property-info-box i {
    font-size: 20px;
    color: #0073e6;
}
.property-amenities i {
    margin-right: 8px;
    color: #28a745;
}
