/* Basic styling for cookie consent */
.cc-window {
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding: 8px 12px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.cc-compliance {
    display: inline-block;
    margin-left: 15px;
}
.cc-btn {
    background-color: #f1d600;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}