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

.aps-mh-config__row .top_dropdown_currency_selector_wrapper_block,.aps-mh-config__row .top_dropdown_language_selector_wrapper_block {
  display: contents;
}

.aps-mh-config .top_dropdown_toggle_button_main_style {
  font-family: var(--aps-f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
  color: var(--aps-ink, #1E1B17);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  white-space: nowrap;
  transition: color .15s ease;
}

.aps-mh-config .top_dropdown_toggle_button_main_style:hover {
  color: var(--aps-burgundy, #5B1622);
}

.aps-mh-config .top_dropdown_toggle_button_main_style::after {
  content: none;
  display: none;
}

.aps-mh-config .top_dropdown_toggle_button_main_style.open {
  background: transparent;
  border-radius: 0;
  color: var(--aps-burgundy, #5B1622);
}

.aps-mh-config .top_dropdown_menu_list_block {
  margin-top: 6px;
  padding: 5px 0;
  min-width: 180px;
  background: var(--aps-paper, #FBFAF6);
  border: 1px solid var(--aps-rule, #DCD7CB);
  border-radius: 3px;
  box-shadow: 0 12px 28px -12px rgba(46, 11, 18, .28);
}

.aps-mh-config .top_dropdown_item_list_element {
  list-style: none;
}

.aps-mh-config .top_dropdown_item_button_clickable {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 6px 14px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--aps-f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.45;
  color: var(--aps-ink-2, #4A4641);
  white-space: nowrap;
  transition: background-color .12s ease, color .12s ease;
}

.aps-mh-config .top_dropdown_item_button_clickable:hover,.aps-mh-config .top_dropdown_item_button_clickable.top_dropdown_item_active_selected_style {
  background: var(--aps-bg-2, #ECE9E1);
  color: var(--aps-burgundy, #5B1622);
}

