.lang-switch { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 3px; gap: 2px; background: #eee9ef; border-radius: 8px; }
.lang-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; padding: 0 6px; border-radius: 6px; font-size: 13px; font-weight: 600; color: #716874; text-decoration: none; }
.lang-switch a.active { background: #fff; color: #b51d5b; }
.lang-switch a:focus-visible { outline: 2px solid #b51d5b; outline-offset: 2px; }
.cv2-register-page .cv2-register-nav { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 8px; }
.cv2-register-nav .cv2-register-logo { min-width: 0; }
.cv2-register-nav .cv2-register-logo img { width: 160px; max-width: 100%; }
html[lang="en"] .cv2-auth-progress li { min-width: 0; }
html[lang="en"] .cv2-auth-progress li > span { line-height: 1.4; overflow-wrap: anywhere; }
html[lang="en"] .cv2-contact-form button, html[lang="en"] .cv2-primary-action { white-space: normal; }
