/* Small tweaks for the componentized markup — loaded AFTER style.css */
.lang-switch a { cursor: pointer; padding: 2px 4px; transition: color .2s; }
.lang-switch a:hover  { color: #fff; }
.lang-switch a.active { color: #fff; font-weight: 700; }
[data-component]:empty { min-height: 0; }
