.wp-block-wab-language-switcher {
        display: inline-flex;
        position: relative
    }

    .wp-block-wab-language-switcher__trigger {
        align-items: center;
        background: transparent;
        border: none;
        color: inherit;
        cursor: pointer;
        display: inline-flex;
        font-family: inherit;
        font-size: var(--wp--custom--font--size--body--sm);
        font-weight: var(--wp--custom--font--weight--medium);
        gap: var(--wp--custom--spacing--8);
        line-height: 1;
        padding: var(--wp--custom--spacing--8)0
    }

    .wp-block-wab-language-switcher__trigger:hover {
        opacity: .8
    }

    .wp-block-wab-language-switcher__icon {
        height: 20px;
        width: 20px
    }

    .wp-block-wab-language-switcher__chevron {
        height: 12px;
        transition: transform .2s ease;
        width: 12px
    }

    .wp-block-wab-language-switcher__popup {
        background: var(--wp--custom--color--primary--white);
        border-radius: var(--wp--custom--radius--lg);
        bottom: calc(100% + var(--wp--custom--spacing--16));
        box-shadow: 0 4px 24px rgba(0, 0, 0, .15);
        color: var(--wp--custom--color--primary--dark-green-1);
        inset-inline-end: 0;
        min-width: 540px;
        padding: var(--wp--custom--spacing--32);
        position: absolute;
        z-index: 100
    }

    .wp-block-wab-language-switcher__close:hover {
        background: var(--wp--custom--color--extended--light-gray)
    }

    .wp-block-wab-language-switcher__item a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    @media (max-width:781px) {
        .wp-block-wab-language-switcher__popup {
            border-radius: var(--wp--custom--radius--lg) var(--wp--custom--radius--lg)0 0;
            bottom: 0;
            inset-inline: 0;
            max-height: 80vh;
            min-width: 0;
            overflow-y: auto;
            padding: var(--wp--custom--spacing--24);
            position: fixed;
            top: auto
        }
    }
