/**
Theme Name: JRoblesDev Child
Author: J. Robles
Author URI: https://jroblesdev.com/
Description: Child theme to customize Astra Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jroblesdev-child
Template: astra
*/

/* Real Estate Grid Hover */
.property-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #007cf0 !important;
}

/* Hide post meta on property archive and single pages */
.post-type-archive-property .entry-meta,
.single-property .entry-meta {
    display: none !important;
}

/* Hide the 'Powered by Astra' footer for a cleaner professional look */
.ast-footer-copyright {
    display: none !important;
}

/* Force Property Archive to use more horizontal space */
.post-type-archive-property .ast-container {
    max-width: 1200px !important;
}