﻿.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #343a40;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999; /* Garante que fique por cima de tudo */
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}

    .cookie-banner p {
        display: inline-block;
        margin: 0 15px 0 0;
        font-size: 14px;
    }

.cookie-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

    .cookie-btn:hover {
        background-color: #218838;
    }
