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

.wsr-section--currency .top_dropdown_custom_dropdown_container_box,.wsr-section--country .top_dropdown_custom_dropdown_container_box,.wsr-section--languages .top_dropdown_custom_dropdown_container_box {
    width: 100%;
}

.wsr-section--currency .top_dropdown_toggle_button_main_style,.wsr-section--country .top_dropdown_toggle_button_main_style,.wsr-section--languages .top_dropdown_toggle_button_main_style {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    font-family: var(--font-body);
    font-size: 13px;
    background: var(--page);
    border: 1px solid var(--line);
    color: var(--ink);
    padding: 8px 11px;
    cursor: pointer;
    transition: background 0.1s, border-color 0.1s;
    border-radius: 0;
    box-shadow: none;
}

.wsr-section--currency .top_dropdown_toggle_button_main_style::after,.wsr-section--country .top_dropdown_toggle_button_main_style::after,.wsr-section--languages .top_dropdown_toggle_button_main_style::after {
    margin-left: auto;
    flex-shrink: 0;
    color: var(--muted);
}

.wsr-section--currency .top_dropdown_toggle_button_main_style:hover,.wsr-section--country .top_dropdown_toggle_button_main_style:hover,.wsr-section--languages .top_dropdown_toggle_button_main_style:hover {
    background: var(--hover-wash);
    border-color: var(--line-strong);
}

.wsr-section--currency .top_dropdown_menu_list_block,.wsr-section--country .top_dropdown_menu_list_block,.wsr-section--languages .top_dropdown_menu_list_block {
    position: static;
    border: 1px solid var(--line);
    background: var(--page);
    box-shadow: none;
    max-height: 220px;
    overflow-y: auto;
    display: none;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    scrollbar-width: thin;
    border-radius: 0;
}

.wsr-section--currency .top_dropdown_custom_dropdown_container_box.open .top_dropdown_menu_list_block,.wsr-section--country .top_dropdown_custom_dropdown_container_box.open .top_dropdown_menu_list_block,.wsr-section--languages .top_dropdown_custom_dropdown_container_box.open .top_dropdown_menu_list_block {
    display: block;
}

.wsr-section--currency .top_dropdown_item_button_clickable,.wsr-section--country .top_dropdown_item_button_clickable,.wsr-section--languages .top_dropdown_item_button_clickable {
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--ink-soft);
    padding: 6px 11px;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
    border-radius: 0;
}

.wsr-section--currency .top_dropdown_item_button_clickable:hover,.wsr-section--country .top_dropdown_item_button_clickable:hover,.wsr-section--languages .top_dropdown_item_button_clickable:hover {
    background: var(--hover-wash);
    color: var(--ink);
}

.top_dropdown_flag_icon_image_style {
    width: 16px;
    height: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.wsr-section--languages .wsr-language-text-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.wsr-section--languages .wsr-language-text-links-list__item {
    margin: 0;
}

.wsr-section--languages .wsr-language-text-link {
    display: block;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.4;
    color: var(--ink-soft);
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.1s;
}

.wsr-section--languages .wsr-language-text-link:hover {
    color: var(--ink);
    text-decoration: underline;
}

/* -- A10 second pass (2026-07-06): the ACTIVE-state class is added conditionally
   in the template ({% if %}), so the census missed it (RULE 13 variant) -- */

.wsr-section--currency .top_dropdown_item_active_selected_style,.wsr-section--country .top_dropdown_item_active_selected_style,.wsr-section--languages .top_dropdown_item_active_selected_style {
    background: var(--accent-tint);
    font-weight: 500;
    color: var(--ink);
}

/* -- A10 third pass (2026-07-06): WK language text-link ACTIVE modifier (conditional class, census-invisible) -- */

.wsr-section--languages .wsr-language-text-link--active {
    color: var(--ink);
    font-weight: 600;
}

