﻿.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    color: white;
    padding: 15px;
    z-index: 9999;
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cookie-bar a {
    color: #93c5fd;
}
.cookie-buttons {
    display: flex;
    gap: 10px;
}