/**
 * Theme Name: Quantista Theme
 * Template:   twentytwentyfive
 */


header.wp-block-template-part {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0);
    z-index: 10;
}

.widget_polylang ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
}
.widget_polylang ul li+li {
    margin-left: 10px;
}
