.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    z-index: 1050;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
}