
/* Fixed14 share UI */
.share-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.share-choice{display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border:1px solid #dbeafe;border-radius:16px;padding:12px 10px;font-weight:900;color:#0f172a!important;background:#f8fbff}.share-choice.whatsapp{background:#ecfdf5;border-color:#86efac}.share-choice.email{background:#eff6ff;border-color:#bfdbfe}.share-choice.copy{background:#fff7ed;border-color:#fed7aa}.share-choice:hover{transform:translateY(-1px);filter:brightness(1.02)}@media(max-width:560px){.share-actions{grid-template-columns:1fr}}
