.whatsapp-details { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; max-width: 100%; }
.whatsapp-copy { border: 1px solid currentColor; border-radius: 5px; padding: .55rem .85rem; min-height: 44px; color: inherit; background: transparent; font: 600 .875rem/1.5 Arial, sans-serif; cursor: pointer; }
.whatsapp-copy[hidden] { display: none; }
.whatsapp-copy-status { font-size: .875rem; line-height: 1.5; }
.whatsapp-copy-status:empty { display: none; }
.contact-actions .phone { user-select: all; -webkit-user-select: all; }
.contact-actions small { font-size: .875rem; }
