.csppp-container {
    background-color: #000000;
    color: #fff;
    padding: 10px 30px 10px 15px;
    border: 1px solid #fff;
    border-radius: 0 0 5px 5px;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 640px;
    transform: translateX(-50%);
    z-index: 9999999;
    display: none;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #DFE2E5;
}
.csppp-text {
    font-size: 16px;
    line-height: 20px;
    font-family: Lora;
    color: #fff;
    position: relative;
}
.csppp-text a,
.csppp-text a:focus {
    color: #ffffff;
    text-decoration: underline !important;
}
.csppp-text a:hover,
.csppp-text a:active {
    color: #ffffff;
    text-decoration: none !important;
}


.csppp-agree,
.csppp-agree:focus {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 10px auto 0 auto;
    max-width: 120px;
    word-break: break-all;
    position: relative;
    border-radius: 3px;
}
.csppp-agree:hover,
.csppp-agree:active {
    background-color: #919191;
    color: #000000;
    cursor: pointer;
}

.csppp-close {
    font-size: 26px;
    line-height: 14px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.csppp-close:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media (max-width: 768px){
    .csppp-container {
        max-width: 96%;
    }
    .csppp-text {
        font-size: 14px;
        line-height: 16px;
    }
}