/* Owner: restore compact DE/EN in mobile footer. Existing IDs and handlers stay. */
@media (max-width:767px), (max-width:1024px) and (pointer:coarse) {
 #app>footer .footer-main {display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:0 8px}
 #app>footer .footer-lang {display:flex;align-items:center;justify-content:center;gap:0;margin:0;white-space:nowrap}
 #app>footer .footer-lang .lang-button {display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:34px;padding:4px 3px;font-size:0}
 #app>footer .footer-lang .lang-button>span {display:none}
 #app>footer .footer-lang .lang-button::after {font-size:10px;line-height:1.3}
 #app>footer #footer-lang-de::after {content:'DE'}
 #app>footer #footer-lang-en::after {content:'EN'}
 #app>footer .footer-links {justify-content:center;column-gap:8px}
 #app>footer .footer-credit {grid-column:1/-1;justify-self:center}
}
