.ec-guest-box{
    max-width:900px;
    margin:40px auto;
    padding:40px;
    border-radius:18px;

    background:rgba(0,0,0,0.45);
    border:1px solid rgba(255,255,255,0.08);

    color:#fff;
}

.ec-guest-title{
    margin-bottom:10px;

    font-size:48px;
    font-weight:800;
    text-transform:uppercase;
    line-height:1.1;
}

.ec-guest-subtitle{
    margin-bottom:35px;

    opacity:.72;
    font-size:15px;
}

.ec-guest-status{
    /*display:inline-block;

    margin-bottom:28px;
    padding:8px 14px;
    border-radius:999px;

    background:#1f8f47;

    font-size:13px;
    font-weight:700;
    line-height:1; */
}

.ec-guest-customer{
    margin-bottom:28px;
}

.ec-guest-customer-row{
    margin-bottom:8px;

    font-size:15px;
    line-height:1.45;
}

.ec-guest-order{
    /* padding:22px 0; */

    border-top:1px solid rgba(255,255,255,0.10);
}

.ec-guest-order:first-of-type{
    border-top:none;
}

.ec-guest-product{
    margin-bottom:14px;

    font-size:22px;
    font-weight:700;
    line-height:1.25;
}

.ec-guest-meta{
    margin-bottom:8px;

    opacity:.92;
    line-height:1.5;
}

.ec-guest-label{
    font-weight:700;
}

.ec-guest-download{
    display:inline-block;

    padding:14px 22px;
    border:none;
    border-radius:10px;

    text-decoration:none;
    font-weight:700;
    line-height:1.2;
    cursor:pointer;

    transition:all .2s ease;

    margin-top:20px;

    background:#fff;
    color:#000;
}

.ec-guest-download:hover{
    opacity:.88;
    color:#000;
}

.ec-guest-signature {
    margin-top: 30px;
}


/*
|--------------------------------------------------------------------------
| Guest Recovery
|--------------------------------------------------------------------------
*/

.ec-guest-recovery-wrapper{
    max-width:580px;
    margin:80px auto;
    padding:0 20px;
}

.ec-guest-recovery-box{
    padding:48px;
    border-radius:22px;

    background:rgba(0,0,0,0.55);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(6px);

    color:#fff;
}

.ec-guest-recovery-title{
    margin:0 0 18px;

    font-size:52px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;

    color:#fff;
}

.ec-guest-recovery-subtitle{
    margin:0 0 36px;

    color:rgba(255,255,255,.72);

    font-size:18px;
    line-height:1.6;
}

.ec-guest-recovery-form-row{
    display:flex;
    gap:20px;
    margin-bottom:26px;
}

.ec-guest-recovery-field{
    display: inline-grid;
    margin-right: 5px;
}

.ec-guest-recovery-field label{
    display:block;

    margin-bottom:10px;

    font-size:14px;
    font-weight:700;

    color:#fff;
}

.ec-guest-recovery-field input{
    height:56px !important;

    padding:0 18px !important;

    border:none !important;
    border-radius:12px !important;

    background:#fff !important;
    color:#000 !important;

    font-size:16px !important;
    font-weight:500;

    box-shadow:none !important;
}

.ec-guest-recovery-field input:focus{
    outline:none !important;

    box-shadow:
        0 0 0 2px rgba(255,255,255,.15),
        0 0 0 4px rgba(255,255,255,.08) !important;
}

.ec-guest-recovery-button{
    width:100% !important;
    height:58px !important;

    margin-top:18px;

    border:none !important;
    border-radius:12px !important;

    background:#fff !important;
    color:#000 !important;

    font-size:16px !important;
    font-weight:800 !important;
    text-transform:uppercase;

    cursor:pointer;

    transition:all .2s ease;
}

.ec-guest-recovery-actions{
    display:flex;
    justify-content:center;
}

.ec-guest-recovery-button:hover{
    transform:translateY(-1px);

    opacity:.92;
}

.ec-guest-recovery-error{
    margin-bottom:24px;
    padding:16px 18px;

    border-radius:12px;

    background:#c62828;
    color:#fff;

    font-size:14px;
    line-height:1.5;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width:768px){

    .ec-guest-box{
        margin:20px;
        padding:26px;
    }

    .ec-guest-title{
        font-size:34px;
    }

    .ec-guest-product{
        font-size:20px;
    }

    .ec-guest-download{
        width:100%;
        text-align:center;
    }
 .ec-guest-recovery-box{
        padding:30px;
    }

    .ec-guest-recovery-title{
        font-size:38px;
    }

    .ec-guest-recovery-subtitle{
        font-size:16px;
    }

.ec-guest-recovery-form-row{
    flex-direction:column;
    gap:18px;
}

.ec-guest-recovery-button{
    width:100% !important;
}
.ec-guest-recovery-field{
    width:100%;
}
}