/* Basic styles for DV WhatsApp Widget */
.dv-wa-widget{position:fixed; z-index: 99999; bottom:20px;}
.dv-wa-pos-right{right:20px;}
.dv-wa-pos-left{left:20px;}
.dv-wa-fab{border:0; width:56px; height:56px; border-radius:50%; background:#25D366; color:#fff; box-shadow:0 6px 18px rgba(0,0,0,.2); cursor:pointer; display:flex; align-items:center; justify-content:center;}
.dv-wa-panel{position:fixed; bottom:90px; width:320px; max-width:95vw; background:#fff; border-radius:14px; box-shadow:0 20px 50px rgba(0,0,0,.25); overflow:hidden; display:none;}
.dv-wa-pos-right .dv-wa-panel{right:20px;}
.dv-wa-pos-left .dv-wa-panel{left:20px;}
.dv-wa-header{padding:12px 14px; color:#fff; position:relative;}
.dv-wa-title{font-weight:700; font-size:16px; line-height:1.2;}
.dv-wa-sub{opacity:.9; font-size:13px; margin-top:2px;}
.dv-wa-close{background:transparent; border:0; color:#fff; font-size:18px; position:absolute; top:8px; right:10px; cursor:pointer;}
.dv-wa-body{padding:12px 14px;}
.dv-wa-label{display:block; font-size:12px; color:#444; margin-bottom:6px;}
.dv-wa-input,.dv-wa-textarea{width:100%; border:1px solid #ddd; border-radius:10px; padding:10px 12px; font-size:14px; outline:none;}
.dv-wa-input{margin-bottom:10px; height:38px;}
.dv-wa-textarea{min-height:90px; resize:vertical;}
.dv-wa-actions{padding:12px 14px; display:flex; justify-content:flex-end; border-top:1px solid #f1f1f1;}
.dv-wa-send{border:0; color:#fff; padding:10px 14px; border-radius:10px; cursor:pointer; font-weight:600;}
@media (min-width: 981px){ .dv-wa-hide-desktop{ display:none !important; } }
@media (max-width: 980px){ .dv-wa-hide-mobile{ display:none !important; } }
