/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/


/* ----------------------------------------------------- */
/* POLYLANG ZASTAVICE – PROVJERENA VERZIJA */

/* Ukloni točkice s <ul> */
.elementor-widget-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

/* Zastavice u jednom redu */
.elementor-widget-container .lang-item {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

/* Sakrij sve osim prva dva jezika */
.elementor-widget-container .lang-item:nth-child(n+3) {
    display: none !important;
}

/* ----------------------------------------------------- */



