/* F2 final header/language/mobile repair - 2026-09-14 */
header .container-prose > a:first-child {
  flex-shrink: 0;
}
header nav {
  min-width: 0;
}
header a[aria-label="Spanish version"] {
  flex-shrink: 0;
}
section[aria-label*="cookie" i] {
  z-index: 80 !important;
}
@media (max-width: 640px) {
  header .container-prose {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0.65rem;
  }
  header .container-prose > a:first-child {
    min-width: 0;
  }
  header .container-prose > a:first-child img {
    width: 4.5rem;
    height: 4.5rem;
  }
  header .container-prose > div:last-child {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    flex-wrap: nowrap;
  }
  header .container-prose > div:last-child > a[aria-label$="version"],
  header .container-prose > div:last-child > a[aria-label="Versión en portugués"] {
    min-width: 2.95rem;
    min-height: 2.95rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
  header .container-prose > div:last-child > button {
    width: 2.95rem;
    height: 2.95rem;
    flex-shrink: 0;
  }
  a[aria-label*="WhatsApp" i].fixed {
    display: flex !important;
    right: 1rem !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 5rem) !important;
    z-index: 45 !important;
    width: 3.25rem !important;
    height: 3.25rem !important;
    min-height: 3.25rem !important;
    padding: 0 !important;
    justify-content: center !important;
  }
  a[aria-label*="WhatsApp" i].fixed span {
    display: none !important;
  }
  button[aria-label*="chat" i].fixed,
  button[aria-label*="atendimento" i].fixed,
  button[aria-label*="support" i].fixed,
  button[aria-label*="atención" i].fixed {
    right: 1rem !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem) !important;
    z-index: 45 !important;
    width: 3.25rem !important;
    height: 3.25rem !important;
  }
}
