/* CP1 V3.3.30 — phone language switch microfix only */
@media (max-width: 820px) {
  .cp1-v3329-lang,
  .cp1-v3330-lang-fixed {
    gap: 9px !important;
  }

  .cp1-v3329-lang a,
  .cp1-v3330-lang-fixed a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 24px !important;
    min-height: 24px !important;
    color: #f5fbff !important;
    text-decoration: none !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  .cp1-v3329-lang a[aria-current="page"],
  .cp1-v3330-lang-fixed a[aria-current="page"] {
    color: #9eefff !important;
  }
}
