/* Preserve the vCard layout and its content hierarchy on narrow screens. */
@media(max-width:480px){
	.pbhost-vcard{overflow-x:hidden}
	.pbhost-vcard__shell,.pbhost-vcard__links,.pbhost-vcard__links>*{min-width:0}
	.pbhost-vcard__button{width:100%;max-width:100%;grid-template-columns:44px minmax(0,1fr) 16px;gap:10px;padding:9px 12px 9px 10px}
	.pbhost-vcard__button img{width:44px;height:44px;border-radius:12px}
	.pbhost-vcard__button span{min-width:0;overflow-wrap:anywhere;word-break:break-word}
	.pbhost-vcard__button b{font-size:20px}
}
