.ciasteczka-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
}

.ciasteczka-banner p {
    margin: 0;
}

.ciasteczka-btn {
    background: #2ecc71;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.ciasteczka-btn:hover {
    background: #27ae60;
}
