
/*
Theme Name: Linia Etyki KGHM
Template: twentytwentyfive
Version: 1.0
*/

/* Polylang Flags Inline */

.polylang-flags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.polylang-flags li {
    display: inline;  
}


.polylang-flags li,
.polylang-flags li a {
    display: inline-block !important;
    margin-right: 5px;
    text-decoration: none;
}

.polylang-flags {
    display: flex;
    gap: 5px;
}

.polylang-flags li {
    position: relative;
    padding-right: 0px;
}

.polylang-flags li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -6px;
}
