.contact-channels{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:16px}.contact-channels>span{color:var(--muted);font-size:12px;font-weight:800}.contact-channels>div{display:flex;gap:8px;flex-wrap:wrap}.contact-channels a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:9px;color:#fff;font-size:12px;font-weight:850}.channel-tg{background:#229ed9}.channel-wa{background:#22a85a}.channel-max{background:#6c55d9}.channel-mail{background:#536174}.contact-channels a:hover{filter:brightness(.92)}@media(max-width:520px){.contact-channels{align-items:stretch;flex-direction:column}.contact-channels>div{display:grid;grid-template-columns:repeat(2,1fr)}.contact-channels a{min-width:120px}}