
.country-selector.weglot-dropdown {
    background-color: transparent;
}
.country-selector.weglot-dropdown label{
    color: #ffffff;
}
.country-selector.weglot-dropdown span,
.country-selector.weglot-dropdown a{
  font-size:12px;
  line-height:38px;
}
.country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 20px;
}

.country-selector.weglot-dropdown .wgcurrent {
    border:none;
}
/* Creates a thin line chevron pointing RIGHT by default */
.country-selector.weglot-dropdown .wgcurrent:after {
    background: none !important;
    border: none !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    margin-top: -1px !important;
    transform: rotate(-45deg) !important; /* Faces Right */
    transition: transform 0.2s ease !important;
}

/* Rotates the chevron DOWN *only* when the dropdown is actually opened */
.country-selector.weglot-dropdown.open .wgcurrent:after,
.country-selector.weglot-dropdown input[type=checkbox]:checked + .wgcurrent:after {
    transform: rotate(45deg) !important; /* Faces Down */
    margin-top: -2px !important;
}

.country-selector.weglot-dropdown ul {
    border: none;
    background: #1D2B4E;
}
.country-selector.weglot-dropdown li a{
    color:#ffffff;
    padding-left: 14px;
}

@media (max-width: 1024px) {
  /* Container Reset */
  .country-selector {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Make the current language text look like a plain list item */
  .country-selector label {
    pointer-events: none !important;
    cursor: default !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    font-weight:600;
  }
.country-selector label span{
       font-weight:600!important; 
}

.country-selector.weglot-dropdown .wgcurrent:after{
    display:none;
}

  /* Inline List Configuration */
  .country-selector ul {
    display: flex !important;
    flex-direction: row !important;
    position: static !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 8px !important;
  }

  .country-selector li {
    display: inline-flex !important;
    align-items: center !important;
    width:auto!important;
  }
  .country-selector.weglot-dropdown li a{
        padding:0 12px 0 10px;
    }

  /* Pipes between remaining links */
  .country-selector li::before{
    content: "|" !important;
    margin-left: -10px !important;
    color: #FFFFFF !important;
  }

  /* Prevent duplicate active language item in dropdown list */
  .country-selector li.wgcurrent,
  .country-selector li.active {
    display: none !important; 
  }
}


#menu-1-8ecc979 li a{
  padding-top:5px;
    padding-bottom:5px;
}



