@charset "UTF-8";
/* Seven shared destinations; keep the compact service strip to two rows on phones. */
.pbx-nav-inner{grid-template-columns:repeat(7,minmax(0,1fr))}
@media(max-width:760px){.pbx-nav-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.pbx-nav-inner>a>span{overflow-wrap:anywhere}}
@media(max-width:380px){.pbx-nav-inner>a>span{font-size:8px}.pbx-nav-inner small{font-size:7px}}
