.adrev-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.adrev-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.adrev-close {
    position: absolute;
    top: -15px;
    right: 10px;
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.adrev-close:hover {
    background: #000;
}