/* COMPONENT: header language & currency selectors (A10) - SKIN tier - from site-artsdot-V2.0.css, original order. Migrated 2026-07-06. */

button.top_dropdown_toggle_button_main_style.open {
    background-color: #ffdc73;
}

.top_dropdown_menu_list_block {
    background-color: #ffdc73;
}

.top_dropdown_item_button_clickable:hover,.top_dropdown_item_button_clickable:focus {
    color: #d19a00;
}

.top_dropdown_custom_dropdown_container_box,.top_dropdown_custom_dropdown_container_box.open .top_dropdown_menu_list_block,button.top_dropdown_toggle_button_main_style.open,.top_dropdown_toggle_button_main_style::after,.top_dropdown_toggle_button_main_style.open::after,.top_dropdown_menu_list_block,.topright_side .top_dropdown_item_button_clickable,.top_dropdown_item_button_clickable img,img.top_dropdown_flag_icon_image_style,.top_dropdown_toggle_button_main_style {
	color: #4A4A4A;
}

.side_nav .top_dropdown_toggle_button_main_style {
	color: #4a4a4a !important;
}

.top_dropdown_toggle_button_main_style {
	font-size: 14px;
}

.top_dropdown_item_button_clickable {
	display: block;
    width: 100%;
    padding: 5px 12px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #504943;
    display: flex;
    align-items: center;
	gap: 10px;
}

