/* Force the header container to a horizontal row */
.sem-header, .sem-header > .elementor-container, .sem-header > .e-con-inner, .sem-header.e-con {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

/* Restrict the size of the logo image */
.sem-header img {
    max-width: 250px !important;
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
}

/* Ensure the image widget wrapper does not grow */
.sem-header .elementor-widget-image {
    max-width: 250px !important;
    flex: 0 0 250px !important;
    width: 250px !important;
}