/* Card Container */
.es-listing, 
.es-listing-card,
.es-listings-grid .es-listing {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
}

.es-listing:hover,
.es-listing-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
}

/* Image */
.es-property-thumbnail,
.es-listing__image,
.es-listing-card__image,
.es-property-thumbnail img,
.es-listing__image img {
    width: 100% !important;
    height: 250px !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    border-radius: 12px 12px 0 0 !important;
}

/* Padding and spacing */
.es-listing__content,
.es-listing-card__content,
.es-property-info {
    padding: 25px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

/* Title */
.es-property-title,
.es-listing-card__title,
.es-listing-card__title a,
.es-listing__title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    color: #333333 !important;
    font-size: 1.2rem !important;
    margin-bottom: 10px !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
}

/* Address/Location */
.es-property-location,
.es-listing-card__location,
.es-property-address {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    color: #777777 !important;
    font-size: 1.05rem !important;
    margin-bottom: 15px !important;
}

/* Specs/Amenities - Adjusted sizes and margin */
.es-property-details,
.es-listing-card__details,
.es-property-features,
.elementor-widget-icon-list .elementor-icon-list-items {
    display: flex !important;
    gap: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    color: #666666 !important;
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 15px !important;
    margin-bottom: 8px !important;
}

.elementor-widget-icon-list .elementor-icon-list-text {
    font-size: 0.95rem !important;
}

/* Price */
.es-property-price,
.es-listing-card__price,
.es-price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #46237A !important;
    font-size: 1.1rem !important;
    margin-top: auto !important;
}

/* Badges */
.es-property-label,
.es-badge {
    display: none !important;
}

/* Powered by Estatik Transparency */
.es-powered,
.es-powered a,
.es-powered_by,
.es-powered_by a,
.footer-powered-by,
.footer-powered-by a,
[class*="powered-by"] {
    color: transparent !important;
    text-shadow: none !important;
    background: transparent !important;
    opacity: 0 !important;
}


