div.article-post-thumbnail {
    width: 500px;
    float: left;
    margin: 0 30px 30px 0;
    border-radius: 10px;
}

.trp-language-switcher > div {
    border: none;
    padding: 0 20px;
    background-position: calc(100% - 33px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
}
.trp-ls-shortcode-language {
    background: var(--global-palette9); 
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -10px, 0);
    padding: 0 10px;
    /* top: 100%; */
    border: 1px solid var(--global-palette8);
    margin: 6px 0 0 7px;
}

@media screen and (min-width: 576px) {
    .grid-sm-col-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 768px) {
    .grid-md-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media screen and (min-width: 1025px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media screen and (max-width: 880px) {
    .woocommerce ul.products:not(.products-list-view):not(.splide__list), .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0;
        grid-row-gap: 0;
    }
}
