/* Basic styling for the language toggle for better visibility */
.language-toggle {
    margin-left: 15px;
    padding: 8px 15px;
    background-color: #f7a500;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .language-toggle:hover {
        background-color: white;
        border: 2px solid #f7a500;
        color: #f7a500;
    }
