#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    z-index: 1000;
    display: none;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(63, 63, 63, 0.95);
}

#policy-content {
    color: white;
    text-align: center;
    border-right: 1px solid white;
}

#privacy-policy-link, #privacy-policy-link3 {
    color: white;
    text-align: center;
    text-decoration: none;
    user-select: none;
    font-size: 17px;
    pointer-events: none;
}

#privacy-policy-link2 {
    color: white;
    text-decoration: underline;
    font-size: 17px;
}

.row-cookie {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.col-12 {
    width: 100%;
}

.col-lg-10, .col-md-9 {
    width: 83.333%;
}

.col-lg-2, .col-md-3 {
    width: 16.667%;
}

.btn-primary {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 45px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #45a049;
}