/*
 * Theme Name: 4EverYoung Corporate 2024
 * Author: Bright Pink Agency
 * Author URI: https://brightpinkagency.com
 */
 

@import url('./assets/scss/style.css');

.language-switcher {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}

.language-switcher a {
    color: #333; /* Adjust color to match your design */
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.language-switcher a:hover {
    background-color: #f1f1f1; /* Adjust hover color */
}
