/* Fix logo overflow in header */
header img,
.site-header img.custom-logo,
.elementor-widget-theme-site-logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Add a safety max-height in case the container is too tall */
.site-header img.custom-logo,
.elementor-widget-theme-site-logo img {
    max-height: 120px;
}