.cookie-pop{
    background: #F7F7F7;
    position: relative;
    border-bottom: 1px solid #e9e098;
    margin: 0 auto;
    margin: 75px auto 0;
    padding: 25px;
    display: none;
}
.cookie-pop.act{
    display: block !important;
}

.cookie-pop-wrapper{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-start;
}
.cookie-pop-toolbar{
    padding: 12px 0;
    margin: 0 8px 0 0;
}
#cookie-pop-close{
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    color: #959393;
    background: #999;
    text-decoration: none;
    font-size: 0;
    line-height: 22px;
    border-radius: 50%;
    position: relative;
}
#cookie-pop-close span::after{
    position: absolute;
    color: #F7F7F7;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '✖';
    /* ❌ × */
    top: 3px;
    left: 6px;
    font-size: 17px;
    line-height: 21px;
}
.cookie-pop-body{
    padding: 1em 0 1.5em;
}
.cookie-pop-header{
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.cookie-pop-header span{
    line-height: 42px;
    font-weight: normal;
    font-size: 18px;
    color: #999;
}
.cookie-pop-content{
    max-width: 100%;

}
.cookie-pop-pad{
    color: #333333;
    font-family: monospace;
    font-size: 13px;
    white-space: pre-wrap;
}
.cookie-pop-pad a{
    color: #959393 !important;
    font-family: monospace;
    font-size: 13px;
    text-decoration: underline;
    white-space: pre-wrap;
}