/* Logo Size Fix - Make logo clearly visible */

/* Override max-height constraint on primary logo */
.header .Menu2-6050a48c282ec .primary__logo img,
.header .primary__logo img,
.primary__logo img,
.primary__logo picture img {
    max-height: none !important;
    height: 200px !important;
    width: auto !important;
}

/* Override max-height constraint on menu head logo */
.menu__head-logo img,
.menu__head-logo picture img {
    max-height: none !important;
    height: 200px !important;
    width: auto !important;
}

/* Footer logo */
.footer-logo {
    max-height: none !important;
    height: 150px !important;
    width: auto !important;
}

/* Ensure responsive behavior for tablets */
@media (max-width: 1024px) {
    .header .Menu2-6050a48c282ec .primary__logo img,
    .header .primary__logo img,
    .primary__logo img,
    .primary__logo picture img {
        max-height: none !important;
        height: 150px !important;
        width: auto !important;
    }
    
    .menu__head-logo img,
    .menu__head-logo picture img {
        max-height: none !important;
        height: 150px !important;
        width: auto !important;
    }
}

/* Ensure responsive behavior for smaller tablets */
@media (max-width: 768px) {
    .header .Menu2-6050a48c282ec .primary__logo img,
    .header .primary__logo img,
    .primary__logo img,
    .primary__logo picture img {
        max-height: none !important;
        height: 120px !important;
        width: auto !important;
    }
    
    .menu__head-logo img,
    .menu__head-logo picture img {
        max-height: none !important;
        height: 120px !important;
        width: auto !important;
    }
}

/* Ensure responsive behavior for mobile */
@media (max-width: 576px) {
    .header .Menu2-6050a48c282ec .primary__logo img,
    .header .primary__logo img,
    .primary__logo img,
    .primary__logo picture img {
        max-height: none !important;
        height: 100px !important;
        width: auto !important;
    }
    
    .menu__head-logo img,
    .menu__head-logo picture img {
        max-height: none !important;
        height: 100px !important;
        width: auto !important;
    }
}

/* Remove map background from contact section */
.company-info, 
.company-info__item,
.primary__box-bd .company-info {
    background-image: none !important;
    background: transparent !important;
}

/* Remove background from the entire "Find os her" section */
article.primary__box:has(.company-info) {
    background-image: none !important;
    background: transparent !important;
}

.primary__box-bd {
    background-image: none !important;
}
