/* Keep Complianz visibility and consent behavior; compact its trigger on all screens. */
#cmplz-manage-consent button.cmplz-manage-consent {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background-image: url('cookie.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
}

#cmplz-manage-consent button.cmplz-manage-consent:focus-visible {
    outline: 3px solid #873717;
    outline-offset: 3px;
}
