:root{ --wwp-color:#25D366; }
.wwp-inline-btn,
.wwp-floating .wwp-btn{
    display:inline-flex;align-items:center;gap:.5em;
    background:var(--wwp-color); color:#fff;
    border:none;border-radius:999px;padding:.6em 1rem;
    font-weight:600; text-decoration:none; cursor:pointer;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.wwp-inline-btn:hover{ filter:brightness(.95); text-decoration:none; color:#fff; }

.wwp-icon{
    width:1.1em;height:1.1em;display:inline-block;
    background: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 32 32\" fill=\"%23000\"><path d=\"M19.11 17.86c-.3-.18-1.73-1-2-1.12-.27-.1-.47-.17-.67.17-.2.34-.77 1.12-.95 1.35-.17.22-.35.25-.65.09-.3-.17-1.24-.46-2.36-1.47-.87-.78-1.46-1.74-1.64-2.04-.17-.3-.02-.46.13-.63.14-.14.3-.35.44-.52.15-.18.2-.3.3-.52.1-.2.06-.39-.03-.56-.09-.17-.67-1.61-.92-2.22-.24-.58-.49-.5-.67-.5-.17 0-.36-.02-.55-.02s-.5.07-.77.39c-.27.34-1.01.97-1.01 2.38 0 1.43 1.04 2.8 1.18 2.99.14.2 2.06 3.15 4.98 4.4.7.3 1.24.49 1.67.63.7.22 1.35.19 1.85.12.57-.09 1.73-.71 1.98-1.38.24-.67.24-1.25.17-1.38-.07-.12-.27-.2-.57-.36z\"/></svg>') no-repeat center / contain;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 32 32\" fill=\"%23000\"><path d=\"M19.11 17.86c-.3-.18-1.73-1-2-1.12-.27-.1-.47-.17-.67.17-.2.34-.77 1.12-.95 1.35-.17.22-.35.25-.65.09-.3-.17-1.24-.46-2.36-1.47-.87-.78-1.46-1.74-1.64-2.04-.17-.3-.02-.46.13-.63.14-.14.3-.35.44-.52.15-.18.2-.3.3-.52.1-.2.06-.39-.03-.56-.09-.17-.67-1.61-.92-2.22-.24-.58-.49-.5-.67-.5-.17 0-.36-.02-.55-.02s-.5.07-.77.39c-.27.34-1.01.97-1.01 2.38 0 1.43 1.04 2.8 1.18 2.99.14.2 2.06 3.15 4.98 4.4.7.3 1.24.49 1.67.63.7.22 1.35.19 1.85.12.57-.09 1.73-.71 1.98-1.38.24-.67.24-1.25.17-1.38-.07-.12-.27-.2-.57-.36z\"/></svg>') no-repeat center / contain;
}
.wwp-floating{
    position:fixed;bottom:20px;z-index:99999;
}
.wwp-floating.wwp-right{ right:20px; }
.wwp-floating.wwp-left{ left:20px; }

/* Base floating button + sizes */
.wwp-floating .wwp-btn{
    border-radius:50%;
    padding:0;
    display:grid;
    place-items:center;
    transition:transform .15s ease, box-shadow .2s ease;
    box-shadow:0 0 0 3px #fff, 0 14px 36px rgba(0,0,0,.2);
}
.wwp-floating .wwp-btn:hover{ transform:scale(1.06); }

/* Default to Large if no class present */
.wwp-floating .wwp-btn{ width:72px; height:72px; font-size:24px; }

/* Explicit sizes */
.wwp-size-sm .wwp-btn{ width:56px; height:56px; font-size:20px; }
.wwp-size-md .wwp-btn{ width:64px; height:64px; font-size:22px; }
.wwp-size-lg .wwp-btn{ width:72px; height:72px; font-size:24px; }

.wwp-floating .wwp-consent{
    position:fixed; bottom:100px; padding:10px 12px; background:#fff; border:1px solid #ddd; border-radius:8px;
    max-width:320px; box-shadow:0 12px 34px rgba(0,0,0,.14);
}
.wwp-floating .wwp-consent .wwp-consent-close{ position:absolute; top:6px; right:6px; }
.wwp-woo .wwp-inline-btn{ margin-top:.5rem; }
