
/* Seletor de idioma com bandeiras reais */
.language-switcher{display:flex;align-items:center;justify-content:flex-end;gap:5px;white-space:nowrap;flex:0 0 auto}
.language-button{appearance:none;-webkit-appearance:none;width:31px;height:22px;padding:1px;border:1px solid rgba(18,61,45,.20);border-radius:4px;background:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px rgba(12,46,34,.07);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.language-button:hover{transform:translateY(-1px);border-color:#c7a14b}
.language-button.active{border-color:#c7a14b;box-shadow:0 0 0 2px rgba(199,161,75,.18)}
.language-button img{display:block;width:100%;height:100%;object-fit:cover;border-radius:2px}
@media(min-width:1051px){.header-row{grid-template-columns:auto 1fr auto auto auto!important;gap:18px!important}.language-switcher{justify-self:end}}
@media(max-width:1050px){.header-row{grid-template-columns:auto 1fr auto auto!important;gap:12px!important}.language-switcher{justify-self:end}.header-cta{display:none!important}}
@media(max-width:760px){.language-switcher{gap:4px}.language-button{width:27px;height:19px}.header-row{gap:8px!important}}
.hb-footer-email{display:block;margin-top:8px;color:#fff!important;font-weight:600;word-break:break-word}
.hb-footer-email:hover{color:#efd7ad!important}
