/* Controles compactos de cuenta e idioma en la cabecera unificada. */
.header .header-utility-blocks .region-header-top { display:flex; align-items:center; gap:7px; }
.header .header-dropdown { position:relative; margin:0; }
.header .header-account-dropdown { order:1; }
.header .header-language-dropdown { order:2; }
.header .header-account-dropdown .header-dropdown-toggle {
  width:42px; min-width:42px; padding:0; border-radius:50%;
}
.header .header-account-dropdown .header-dropdown-label,
.header .header-account-dropdown .header-dropdown-toggle::after { display:none; }
.header .header-account-dropdown .header-account-icon {
  width:19px; height:19px; fill:none; stroke:currentColor;
  stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;
}
.header .header-dropdown-toggle {
  display:flex; align-items:center; justify-content:center; gap:6px;
  min-width:42px; height:38px; padding:0 11px;
  border:1px solid rgba(255,255,255,.48); border-radius:22px;
  background:rgba(255,255,255,.94); color:#713813;
  font:700 12px/1 inherit; cursor:pointer; box-shadow:0 3px 12px rgba(25,20,15,.12);
}
.header .header-dropdown-toggle::after {
  content:""; width:6px; height:6px;
  border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px); transition:transform .18s ease;
}
.header .header-dropdown.is-open .header-dropdown-toggle::after { transform:rotate(225deg) translate(-1px,-1px); }
.header .header-dropdown-panel {
  position:absolute; z-index:100; top:calc(100% + 9px); right:0;
  display:none !important; min-width:170px; margin:0 !important; padding:7px !important;
  border:1px solid rgba(91,65,42,.14); border-radius:12px;
  background:#fffdf9; box-shadow:0 16px 36px rgba(39,29,20,.2); list-style:none;
}
.header .header-dropdown.is-open .header-dropdown-panel { display:flex !important; flex-direction:column; gap:3px; }
.header .header-dropdown-panel li { width:100%; margin:0; padding:0; }
.header .header-dropdown-panel li a {
  display:flex !important; width:100% !important; height:auto !important; min-height:36px;
  justify-content:flex-start !important; padding:8px 11px !important;
  border:0 !important; border-radius:8px !important; box-sizing:border-box;
  background:transparent !important; color:#4d3828 !important;
  font-size:13px !important; text-decoration:none;
}
.header .header-dropdown-panel li a:hover,
.header .header-dropdown-panel li a:focus-visible { background:#f2e8da !important; color:#c94b08 !important; }
.header .header-language-dropdown .header-dropdown-panel { min-width:118px; }
.header .header-language-dropdown .header-dropdown-panel a { font-size:13px !important; }
.header .header-language-dropdown .header-dropdown-panel a::after {
  content:attr(hreflang); margin-left:auto; font-size:10px; text-transform:uppercase;
}
.header .contextual-region > .contextual { display:none !important; }
@media (max-width:1100px) {
  .header .header-dropdown-toggle { min-width:38px; height:36px; padding:0 9px; }
  .header .header-account-dropdown .header-dropdown-toggle { width:36px; min-width:36px; padding:0; }
}
