.cookie-footer {
    -webkit-text-size-adjust: 100%;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    user-select: none;
    border-bottom: 1px solid transparent;
    position: fixed;
    bottom: 0;
    background-color: #504f51;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 5px 10px;
    display: block;
    width: 100%;
}

.cookie-policy-x {
    -webkit-text-size-adjust: 100%;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    color: #f0f0f0;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 0;
    text-align: start;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
}

.footer-link {
    text-decoration: underline;
    color: #81779d;
}

.footer-link:hover {
    color: inherit
}

.cookie-content {
    padding: 10px;
    margin: auto;
}