/* Language switcher dropdown styling */
.switcher-language .switcher-option a {
    background-size: 20px 20px; /* Adjust to your flag's dimensions */
    background-repeat: no-repeat;
    padding-left: 30px; /* Add space for the flag */
    line-height: 20px; /* Align text with flag */
    display: flex;
    align-items: center;
}

/* Optional: Adjust current language flag */
.switcher-language .switcher-trigger strong {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}

.header-8-style{

    font-family: 'Arial' !important;

}