﻿.cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    border-radius: 8px;
}

.cookie-consent__text {
    margin-bottom: 12px;
    font-size: 14px;
}

.cookie-consent__buttons button {
    margin-right: 8px;
    padding: 8px 16px;
    cursor: pointer;
}
