/* cookie consent widget css */
#cookie-acceptance-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1500; 
}

#cookie-acceptance-panel p {
    margin: 0;
}

#accept-cookie {
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
