.chat-column{gap:30px}
.contact-fallback{width:100%;padding:0;display:flex;justify-content:center}
.contact-fallback-actions{width:min(100%,420px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 auto}
.contact-fallback .button,.contact-fallback .contact-button{width:100%;min-height:50px;padding:12px 14px;background:var(--ink)!important;color:var(--white)!important;border:1px solid var(--ink)!important;font-weight:780;text-align:center;white-space:nowrap}
.contact-fallback .button:hover,.contact-fallback .contact-button:hover{background:var(--ink-2)!important;border-color:var(--ink-2)!important;color:var(--white)!important}
@media(max-width:560px){.chat-column{gap:22px}.contact-fallback-actions{gap:10px}.contact-fallback .button,.contact-fallback .contact-button{min-height:48px;padding:10px 8px;font-size:.86rem}}
