@import url('/styles.css');
@import url('/blog/blog.css');
@import url('/blog/blog-home.css');
@import url('/shared/external-footer.css');

.article-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(242, 185, 75, 0.2);
  border-radius: 999px;
  background: rgba(7, 12, 22, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  overflow-x: auto;
  scrollbar-width: none;
}
.article-language-switcher::-webkit-scrollbar { display: none; }
.article-language-switcher__label { flex:0 0 auto;color:rgba(235,240,247,.66);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase }
.article-language-switcher__items { display:inline-flex;align-items:center;gap:6px }
.article-language-switcher__item { min-width:36px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:rgba(235,240,247,.74);background:rgba(255,255,255,.025);font-size:.74rem;font-weight:800;letter-spacing:.05em;text-decoration:none;transition:transform 160ms ease,border-color 160ms ease,background 160ms ease,color 160ms ease }
.article-language-switcher__item:hover,.article-language-switcher__item:focus-visible { transform:translateY(-1px);border-color:rgba(242,185,75,.34);color:#fff }
.article-language-switcher__item.is-active { border-color:transparent;color:#111723;background:linear-gradient(180deg,#ffe093,#f2bf44);box-shadow:0 8px 20px rgba(242,185,75,.2) }
.international-article-localized #articlePrevNextSection,
.international-article-localized #articleRelatedSection,
.international-article-localized #articleAuthorMoreSection { display:none !important; }
html[dir="rtl"] .article-language-switcher { padding:8px 14px 8px 10px }
html[dir="rtl"] .article-hero-copy,html[dir="rtl"] .article-rich-body,html[dir="rtl"] .article-side-rail,html[dir="rtl"] .comments-section,html[dir="rtl"] .discover-section { text-align:right }
html[dir="rtl"] .article-breadcrumb,html[dir="rtl"] .article-hero-meta,html[dir="rtl"] .article-share-row,html[dir="rtl"] .discover-benefits { direction:rtl }
html[dir="rtl"] .article-list { padding-right:1.25rem;padding-left:0 }
html[dir="rtl"] .article-toc-list a,html[dir="rtl"] .article-insights-list li { text-align:right }
@media (max-width:560px){.article-language-switcher{width:100%;justify-content:space-between;margin-bottom:14px}.article-language-switcher__label{position:sticky;left:0;z-index:1;padding-right:4px;background:rgba(7,12,22,.96)}html[dir="rtl"] .article-language-switcher__label{right:0;left:auto;padding-right:0;padding-left:4px}}
