.awp-dashboard{
    max-width:1400px;
    margin:40px auto;
    padding:0 30px;
}

.awp-dashboard-header{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    margin-bottom:30px;
}

.awp-dashboard-header h1{
    margin:0;
    font-size:42px;
    line-height:1.2;
}

.awp-dashboard-header p{
    margin-top:10px;
    color:#777;
}

.awp-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:40px;
}

.awp-stat-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.awp-stat-number{
    display:block;
    font-size:42px;
    font-weight:700;
}

.awp-stat-label{
    display:block;
    margin-top:10px;
    color:#777;
}

.awp-dashboard-cursos{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.awp-dashboard-cursos h2{
    margin-top:0;
}

.awp-empty-state{
    text-align:center;
    padding:80px 20px;
}

.awp-empty-state h3{
    margin-bottom:10px;
}

.awp-empty-state p{
    color:#777;
}

@media(max-width:768px){

    .awp-stats{
        grid-template-columns:1fr;
    }

    .awp-dashboard-header h1{
        font-size:32px;
    }

}

.awp-course-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.awp-course-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.awp-course-card img{
    width:100%;
    height:auto;
    display:block;
}

.awp-course-card h3{
    padding:20px;
    margin:0;
}

.awp-course-card a{
    display:block;
    padding:20px;
    background:#111;
    color:#fff;
    text-decoration:none;
    text-align:center;
}

.awp-course-layout{
    display:grid;
    grid-template-columns:350px 1fr;
    gap:30px;
    margin-top:30px;
}

.awp-sidebar{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.awp-course-content{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    min-height:600px;
}

.awp-module{
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.awp-module h3{
    margin:0 0 15px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#999;
    font-weight:700;
}

.awp-content-list{
    margin:0;
    padding:0;
    list-style:none;
}

.awp-content-list li{
    margin:8px 0;
}

.awp-content-list a{
    display:block;
    padding:8px 12px;
    border-radius:8px;
    text-decoration:none;
    color:#666;
    transition:.3s;
}

.awp-content-list a:hover{
    background:#f8f8f8;
}

.awp-content-list li.active a{
    background:#f8eef2;
    color:#cb90aa;
    font-weight:600;
}

.awp-video{
    margin-bottom:30px;
}

.awp-video iframe{
    width:100%;
    /*aspect-ratio:16/9;*/
    height:auto;
}

.awp-pdf{
    margin-top:30px;
}

.awp-pdf a{
    display:inline-block;
    padding:12px 20px;
    background:#111;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
}

.awp-dashboard .awp-course-card a{
    display:block !important;
    padding:16px 20px !important;
    background:#cb90aa !important;
    color:#fff !important;
    text-decoration:none !important;
    text-align:center !important;
    font-weight:600 !important;
    border-radius:0 0 20px 20px !important;
}

.awp-dashboard .awp-course-card a:hover{
    background:#b67d97 !important;
    color:#fff !important;
}

.awp-content-list li.active a{
    color:#cb90aa;
    font-weight:700;
}

.awp-lesson-title{
    margin-bottom:25px;
    font-size:32px;
}

.awp-complete-wrap{
    margin-top:40px;
}

.awp-complete-btn{
    background:#cb90aa;
    color:#fff;
    border:0;
    padding:15px 25px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
}

.awp-complete-btn:hover{
    opacity:.9;
}

.awp-module{
    margin-bottom:25px;
}

.awp-module h3{
    font-size:18px;
    font-weight:700;
    margin-bottom:12px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

.awp-content-list{
    list-style:none;
    margin:0;
    padding:0;
}

.awp-content-list li{
    margin:0;
}

.awp-content-list a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    color:#555;
    text-decoration:none;
    transition:.2s;
}

.awp-content-list a:hover{
    background:#f7f7f7;
}

.awp-content-list li.active a{
    background:#cb90aa;
    color:#fff;
}

.awp-progress-wrap{
    padding:0 20px 15px;
}

.awp-progress-bar{
    height:8px;
    background:#eee;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:8px;
}

.awp-progress-bar span{
    display:block;
    height:100%;
    background:#cb90aa;
    border-radius:20px;
}

.awp-progress-text{
    font-size:13px;
    color:#777;
}

.awp-course-progress{
    margin-top:20px;
    margin-bottom:30px;
}

.awp-course-progress-bar{
    height:12px;
    background:#eee;
    border-radius:30px;
    overflow:hidden;
}

.awp-course-progress-bar span{
    display:block;
    height:100%;
    background:#cb90aa;
    border-radius:30px;
}

.awp-course-progress-text{
    margin-top:8px;
    font-size:14px;
    color:#666;
}

/*====================================
PROGRESO CURSO
====================================*/

.awp-course-header{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    margin-bottom:30px;
}

.awp-course-header h1{
    margin:0;
    font-size:42px;
    line-height:1.1;
}

.awp-course-progress{
    margin-top:25px;
}

.awp-course-progress-bar{
    height:12px;
    background:#ececec;
    border-radius:999px;
    overflow:hidden;
}

.awp-course-progress-bar span{
    display:block;
    height:100%;
    background:#cb90aa;
    border-radius:999px;
    transition:.3s;
}

.awp-course-progress-text{
    margin-top:12px;
    color:#777;
    font-size:14px;
}