/* 1. Resetăm bara la setările noastre */
.header-language-background {
    background-color: #0066CC !important; /* Albastrul tău */
    padding: 0 40px !important;           /* Am scos padding-ul de 10px care strica tot */
    height: 90px !important;              /* Fixăm înălțimea */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    border: none !important;
}

/* 2. Reparăm fontul pentru tot header-ul */
.header-language-container,
.page-header {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}