.home-section-slides .slick-prev {
    left: -54px;
}
.home-section-slides .slick-next {
    right: -54px;
}

/* Force fancybox video to fill available width */
.fancybox__content {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

/* Force iframe to be responsive */
.fancybox__content iframe {
    width: 100% !important;
    height: 70vh !important; /* adjust if needed */
    max-height: 100% !important;
    border: 0;
}

/* Remove the inline width/height that Fancybox injects */
.fancybox__slide {
    width: 100% !important;
    max-width: 100% !important;
}

.menu-item-gtranslate a.gt_switcher-popup span,
.menu-item-gtranslate a.gt_switcher-popup p {
    display: none;
}
.menu-item-gtranslate a.gt_switcher-popup img{
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
}

li.menu-item.menu-item-gtranslate {
    margin-left: 22px;
}
.menu-item-gtranslate .gt_white_content {
    height: unset;
    transform: translate(-50%, -50%);
    margin: 0;
}
.menu-item-gtranslate .gt_white_content a.glink.nturl {
    white-space: unset;
    flex-basis: unset;
    display: inline-block;
    border: none;
    padding: 0;
    line-height: unset;
}
.menu-item-gtranslate .gt_white_content a.glink.nturl img{
    margin-bottom: 25px;
}
.flag_wrap a p{text-align: center;}

body:has(.gt_white_content[style*="display: block"]) {
    overflow-y: hidden;
}