.blog-lead-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.blog-lead-popup-overlay.is-visible {
    display: flex;
}

.blog-lead-popup {
    max-width: 480px;
    width: 100%;
    background: #ffffff;
    color: #fff;
    border-radius: 12px;
    padding: 24px 24px 20px;
    box-shadow: 0 18px 50px rgba(0,0,0,.6);
}

.blog-lead-popup-close {
    border: 0;
    background: transparent;
    color: #888;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    float: right;
}

.blog-lead-popup-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.blog-lead-popup-content p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
}

.blog-lead-popup-submit {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 8px;
}

.blog-lead-popup-later {
    display: inline-block;
    border: 0;
    background: transparent;
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
}
