.sc-launch-modal{
    position:fixed !important;
    inset:0 !important;
    z-index:999999 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;
    padding:16px !important;

    overflow:auto !important;

    background:rgba(15,55,47,.60) !important;
    backdrop-filter:blur(7px);
    -webkit-backdrop-filter:blur(7px);
}

.sc-launch-card{
    position:relative !important;

    width:100% !important;
    max-width:520px !important;

    max-height:calc(100dvh - 32px) !important;

    box-sizing:border-box !important;
    overflow:auto !important;

    margin:auto !important;
    padding:30px 32px 28px !important;

    background:#fff !important;
    border-radius:30px !important;

    text-align:center !important;
    color:#153f35 !important;

    box-shadow:0 25px 70px rgba(0,0,0,.28) !important;
}

.sc-launch-close{
    position:absolute !important;
    top:14px !important;
    right:14px !important;

    width:46px !important;
    height:46px !important;

    border:0 !important;
    border-radius:50% !important;

    background:#f1f6f4 !important;
    color:#49645e !important;

    font-size:29px !important;
    line-height:46px !important;

    padding:0 !important;
    cursor:pointer !important;
}

.sc-launch-icon{
    width:64px !important;
    height:64px !important;

    margin:0 auto 14px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    border-radius:18px !important;
    background:#eaf7f3 !important;

    color:#15966f !important;
    font-size:42px !important;
    font-weight:800 !important;
}

.sc-launch-brand{
    margin:0 0 10px !important;

    color:#15966f !important;

    font-size:15px !important;
    font-weight:800 !important;
    letter-spacing:.16em !important;
}

.sc-launch-title{
    margin:0 0 14px !important;

    color:#153f35 !important;

    font-size:34px !important;
    line-height:1.08 !important;
    font-weight:800 !important;
}

.sc-launch-copy{
    max-width:450px !important;

    margin:0 auto 18px !important;

    color:#70807b !important;

    font-size:17px !important;
    line-height:1.45 !important;
}

.sc-launch-status{
    margin:0 auto 18px !important;
    padding:14px 16px !important;

    border:1px solid #d9e8e3 !important;
    border-radius:15px !important;

    background:#f7fbf9 !important;

    color:#163f36 !important;

    font-size:16px !important;
    font-weight:800 !important;
}

.sc-launch-button{
    width:220px !important;
    max-width:100% !important;

    padding:14px 22px !important;

    border:0 !important;
    border-radius:14px !important;

    background:#15966f !important;
    color:#fff !important;

    font-size:19px !important;
    font-weight:800 !important;

    cursor:pointer !important;
}

/* Short laptop screens */
@media (max-height:720px){

    .sc-launch-card{
        max-width:480px !important;
        padding:22px 28px 20px !important;
    }

    .sc-launch-icon{
        width:52px !important;
        height:52px !important;
        margin-bottom:9px !important;
        font-size:34px !important;
    }

    .sc-launch-brand{
        margin-bottom:7px !important;
        font-size:13px !important;
    }

    .sc-launch-title{
        margin-bottom:10px !important;
        font-size:28px !important;
    }

    .sc-launch-copy{
        margin-bottom:12px !important;
        font-size:15px !important;
        line-height:1.35 !important;
    }

    .sc-launch-status{
        margin-bottom:12px !important;
        padding:11px 14px !important;
        font-size:14px !important;
    }

    .sc-launch-button{
        padding:11px 20px !important;
        font-size:17px !important;
    }
}

/* Mobile */
@media (max-width:600px){

    .sc-launch-modal{
        padding:12px !important;
    }

    .sc-launch-card{
        max-height:calc(100dvh - 24px) !important;

        padding:38px 20px 22px !important;

        border-radius:28px !important;
    }

    .sc-launch-title{
        font-size:29px !important;
    }

    .sc-launch-copy{
        font-size:16px !important;
    }

    .sc-launch-status{
        font-size:15px !important;
    }

    .sc-launch-button{
        width:100% !important;
    }
}
