.csp-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    .csp-popup-overlay.active {
        display: flex !important;
        background-color: #000000b3;
    }

#csp-popup-box {
    /*background: #fff;*/
    padding: 50px;
    border-radius: 10px;
    /*width: 300px;*/
    position: relative;
    text-align: center;
    margin: auto;
    max-width: 550px;
    background: #2e5c69;
}

.csp-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

#csp-subscriber-form input,
#csp-verify-form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    box-sizing: border-box;
}

#csp-subscriber-form button,
#csp-verify-form button {
    background: #e88f16;
    color: white;
    padding: 10px;
    border: none;
    width: 66.666%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial;
    margin-bottom: 8px;
}

.csp-toggle-to-email:hover, .csp-toggle-to-full:hover {
    color: rgb(232, 143, 22) !important;
}

#top-line {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
}

    #top-line::before, #top-line::after {
        content: "";
        display: block;
        height: 1px;
        background-color: white;
    }
