#wqp-banner {
    z-index: 999999;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.wqp-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wqp-banner-text {
    flex: 1;
}

.wqp-banner-link {
    flex: 1;
    text-decoration: none;
    color: inherit;
    display: block;
}

.wqp-banner-link:hover {
    text-decoration: none;
    color: inherit;
}


.wqp-banner-close {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.wqp-banner-close:hover {
    opacity: 0.7;
}