.wscp-cta {
    text-align: center;
    margin: 24px 0;
}

.wscp-btn {
    display: inline-block;
    background: #ff6a00;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    transition: opacity .2s ease, transform .2s ease;
}

.wscp-btn:hover {
    opacity: .92;
    transform: translateY(-1px);
}

.wscp-supporting-text {
    margin-bottom: 12px;
}

.wscp-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.wscp-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.55);
    padding: 24px;
}

.wscp-popup-panel {
    position: relative;
    max-width: 560px;
    margin: 10vh auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    text-align: center;
}

.wscp-popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 782px) {
    .wscp-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
    .wscp-popup-panel {
        margin-top: 8vh;
        padding: 22px;
    }
}
