/* ============================================================
   SENZAVI · Vendor-Overrides
   ------------------------------------------------------------
   Drittanbieter-Komponenten visuell ans CI angleichen.
   ============================================================ */

/* ---------- Complianz Cookie-Button (klein + rund) ------------ */

button.cmplz-btn.cmplz-show {
    position:                   fixed;
    right:                      -45px !important;
    bottom:                     30px !important;
    border-radius:              999px !important;
    border-bottom-left-radius:  999px !important;
    border-bottom-right-radius: 999px !important;
    border-top-left-radius:     999px !important;
    border-top-right-radius:    999px !important;
    color:                      transparent !important;
    width:                      0px !important;

    &:before {
        content:           "";
        display:           inline-block;
        width:             100%;
        height:            1.3em;
        background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 2a10 10 0 1 0 10 10a4 4 0 0 1-5-5a4 4 0 0 1-5-5M8.5 8.5v.01M16 15.5v.01M12 12v.01M11 17v.01M7 14v.01'/%3E%3C/svg%3E");
        background-size:   contain;
        background-repeat: no-repeat;
    }
}
