/*
Theme Name: Hello Elementor Child — MCS
Theme URI: https://empresa13.datxale.com
Description: Hello Elementor Child Theme for MCS — Mega Company Service. Custom CSS overrides only. Layout/content lives in Elementor templates per L.4.
Author: Datxale
Author URI: https://datxale.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
/* Custom CSS overrides go below. Keep minimal — prefer Elementor Theme Styles. */

/* MCS — Uniform card images in service cards (aspect-ratio 4:3, object-fit cover) */
.mcs-card-img,
.mcs-card-img .elementor-widget-container,
.elementor-widget-image.mcs-card-img {
    width: 100% !important;
}
.mcs-card-img img,
.elementor-widget-image.mcs-card-img img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 8px;
}
