/******* Do not edit this file *******
Code Snippets Manager
Saved: Jul 09 2026 | 12:09:08 */
.wpml-ls-statics-footer .wpml-ls-item-legacy-list-horizontal a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    border: 1px solid var(--e-global-color-e0bf5e2);
    border-radius: 40px;
    background-color: transparent;
    color: var(--e-global-color-e0bf5e2);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.wpml-ls-statics-footer .wpml-ls-item-legacy-list-horizontal a:hover {
    background-color: var(--e-global-color-e0bf5e2);
    color: var(--e-global-color-primary);
}

/* Actieve/huidige taal */
.wpml-ls-statics-footer .wpml-ls-item.wpml-ls-current-language a,
.wpml-ls-statics-footer .wpml-ls-item-legacy-list-horizontal a[aria-current="page"] {
    background-color: var(--e-global-color-e0bf5e2);
    color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-e0bf5e2);
}


.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin-bottom:0;
}
li.wpml-ls-item.wpml-ls-item-legacy-list-horizontal a {
    margin-right: 8px;
    border-radius: 40px;
}