.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1500;
    padding: 3px 5px;
    border-top: 1px solid #eaeaea;
}
.cookie-bar p {
    color: #858585;
    margin: 0;
    font-size: 12px;
    text-align: center;
}
.cookie-bar a {
    color: #5d088e;
    text-decoration: underline;
}
.cookie-bar button {
    background-color: transparent !important;
    border: none;
    color: #858585;
    padding: 1px 8px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cookie-bar button:focus {
    outline: none;
}