.cookie-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    z-index: 1000;
    display: none !important;
}

.cookie-button {
    background: #2A7DE1;
    margin-top: 5px;
}

.cookie-p {
    margin-bottom: 3px;
    ;
}