﻿
.default_list > * {
    list-style: disc;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
    padding: 18px 0;
    z-index: 9999;
    border-top: 1px solid #DDDDDD;
}

.cookie-banner p {
    color: #05073C;
    line-height: 1.6;
}