
.pimeweb-hidden { display: none !important; }
.pimeweb-cookies-box {
    background: var(--pimeweb-bg, #000);
    color: var(--pimeweb-txt, #fff);
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    text-align: center;
}
.pimeweb-buttons button {
    background: var(--pimeweb-btn, #f00);
    color: #fff;
    padding: 7px 12px;
    margin: 0 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
