/* Fichier : assets/css/wccs-menu-style.css */

.wccs-currency-switcher-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; 
}

.wccs-currency-switcher-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9em;
    cursor: pointer;
    background-color: #f9f9f9;
    color: #333;
    max-width: 120px;
}

.wccs-currency-switcher-dropdown:hover {
    border-color: #999;
    background-color: #fff;
}

.wccs-current-currency-active {
    font-weight: bold;
    color: #0073aa;
}

.wccs-current-link-inactive {
    pointer-events: none;
    opacity: 0.7;
}