.wa-ask-button { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 14px; background: #25D366; color: #FFFFFF; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 14px; margin-top: 12px; transition: all 0.25s ease; box-shadow: 0 4px 14px rgba(37,211,102,0.3); }
.wa-ask-button:hover { background: #1EBE59; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(37,211,102,0.4); color: #FFFFFF; }
.wa-icon { width: 20px; height: 20px; fill: #FFFFFF; flex-shrink: 0; }