.sh-additional-related-article-subtitle {
    text-transform: unset;
}

.image-row {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    /* Space between images */
    width: 100%;
}

.image-row img {
    width: 33%;
    height: auto;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .image-row {
        flex-direction: column;
        row-gap: 10px;
    }

    .image-row img {
        width: 100%;
    }
}


.header-scroll .sh-header-language-wrapper {
    padding-top: 16px;
}

.header-scroll .sh-header-hamburger-wrapper {
    padding-top: unset;
}

@media screen and (max-width: 766px) {
    .sh-header-nav-ul {
        display: flex;
        flex-direction: column;
    }

    .sh-header-nav-li {
        max-width: unset;
    }

    .sh-header-nav-li-a {
        justify-content: unset;
        margin-left: 12px;
    }
}


.slidein {
    top: 90px;
    transition-property: all;
    transition-duration: .5s;
}

.lpc,
.cancel {
    display: flex;
    align-items: center;
}

.slideinmob {
    overflow-y: hidden;
    top: 46px;
    transition-property: all;
    transition-duration: .5s;
}

.showitaly::after,
.showspain::after,
.showbrazil::after {
    content: '\25B2';
    color: rgb(0, 175, 239);
    position: absolute;
    font-size: 22px;
    top: -11px;
    right: 20px;
}

.cancel::after {
    content: '\2716';
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 15px;
    right: -10px;
    margin-right: 10px;
}

.lpc::after {
    content: '\279C';
    color: rgb(0, 175, 239);
    position: relative;
    font-size: 18px;
    right: -4px;
}

/* showBrazil temp asjustments css */
@media screen and (min-width: 991px) {
    .slidein {
        top: 30%;
    }

    .showitaly,
    .showspain,
    .showslovakia,
    .showczech,
    .showbrazil {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right-width: 0;
        position: fixed;
        width: 220px;
        padding-left: 30px;
    }

    .showitaly .lpc,
    .showspain .lpc,
    .showslovakia .lpc,
    .showczech .lpc,
    .showbrazil .lpc {
        margin-bottom: 10px;
    }

    .showitaly::after,
    .showspain::after,
    .showczech::after,
    .showslovakia::after,
    .showbrazil::after {
        display: none;
    }
}