.aw-live-card{
    max-width:850px;
    margin:25px auto;
    border:1px solid #ddd;
    border-radius:12px;
    padding:25px;
    background:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
    transition:.2s;
}

.aw-live-card:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.aw-live-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
    color:#222;
    border-bottom:1px solid #eee;
    padding-bottom:12px;
}

.aw-live-info{
    margin:10px 0;
    font-size:16px;
    line-height:1.8;
}

.aw-live-info strong{
    display:inline-block;
    width:110px;
}

.aw-status{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
}

.aw-scheduled{
    background:#fff3cd;
    color:#856404;
}

.aw-live{
    background:#d4edda;
    color:#155724;
}

.aw-ended{
    background:#f8d7da;
    color:#721c24;
}

.aw-button{
    display:inline-block;
    margin-top:18px;
    padding:10px 20px;
    color:#fff !important;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.2s;
}

.aw-button-live{
    background:#28a745;
}

.aw-button-live:hover{
    background:#218838;
}

.aw-button-login{
    background:#0d6efd;
}

.aw-button-login:hover{
    background:#0b5ed7;
}

.aw-button-recording{
    background:#dc3545;
}

.aw-button-recording:hover{
    background:#bb2d3b;
}

.academywebs-live{
    max-width:1000px;
    margin:40px auto;
    padding:0 20px;
}

@media(max-width:768px){

    .aw-live-card{
        padding:18px;
    }

    .aw-live-title{
        font-size:20px;
    }

    .aw-live-info strong{
        display:block;
        width:auto;
    }

}