@media (max-width:560px){
  .contact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .contact-actions .button{min-width:0;width:100%;white-space:normal;line-height:1.25}
}
