﻿.cookie-banner {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: red !important;
    color: white !important;
    z-index: 99999 !important;
}


    .cookie-banner p {
        margin: 0;
        font-size: 14px;
    }

    .cookie-banner button {
        margin-left: 10px;
        padding: 6px 12px;
        border: none;
        cursor: pointer;
    }

    .cookie-banner .accept {
        background: #22c55e;
        color: black;
    }

    .cookie-banner .decline {
        background: #ef4444;
        color: white;
    }

.mud-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1300; /* above dialogs */
}