/* WhatsApp Notify Me Button */
.wcwa-notify-me { margin: 16px 0; padding: 16px; border: 1px solid #e0e0e0; border-radius: 6px; background: #f9fff9; }
.wcwa-notify-intro { margin: 0 0 10px; font-size: 14px; }
.wcwa-notify-form { display: flex; gap: 8px; flex-wrap: wrap; }
.wcwa-phone-input { flex: 1; min-width: 160px; padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; }
.wcwa-notify-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #25D366; color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: 600; transition: background .2s; }
.wcwa-notify-btn:hover { background: #1da851; }
.wcwa-notify-btn:disabled { opacity: .6; cursor: not-allowed; }
.wcwa-notify-message { margin: 8px 0 0; font-size: 13px; padding: 6px 10px; border-radius: 4px; }
.wcwa-notify-message.success { background: #e8f5e9; color: #2e7d32; }
.wcwa-notify-message.error   { background: #fce4e4; color: #c62828; }
