

.widget_lessonLastWatched {
    position: relative;
    margin-bottom: 30px;
}

.widget_lessonLastWatched .widget__header {
    padding: 12px 20px;
    margin-bottom: 20px;
    
    color: #2D2C2A;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    
    border-radius: 5px;
    background: #F7EBEE;
}

.widget_lessonLastWatched .html-content {
    padding: 20px;
    
    border-radius: 5px;
    border: 1px solid rgba(166, 170, 147, 0.30);
    background: #FFF;
}

.widget_lessonLastWatched .html-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_lessonLastWatched .html-content ul li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(166,170,147,.3);
}

.widget_lessonLastWatched .html-content ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.widget_lessonLastWatched .html-content ul li a::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M8.33332 9.43795V5.66667M8.33332 5.66667H4.56209M8.33332 5.66667L2.75736 11.2427M5.82879 12.8852C7.72692 13.2612 9.77165 12.7136 11.2427 11.2427C13.5858 8.89948 13.5858 5.10051 11.2427 2.75736C8.89946 0.414212 5.1005 0.414212 2.75736 2.75736C1.28638 4.22835 0.738853 6.27308 1.11477 8.17121' stroke='%232D2C2A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 0;
    
    transition: transform .3s;
}

.widget_lessonLastWatched .html-content ul li a:hover::after {
    transform: translatex(-5px);
    filter: invert(61%) sepia(38%) saturate(2519%) hue-rotate(341deg) brightness(93%) contrast(99%);
}

.widget_lessonLastWatched .html-content ul li a {
    display: block;
    padding-right: 20px;
    transition: all .3s;
}

.widget_lessonLastWatched .html-content ul li a:hover {
    text-decoration: none;
    transform: translatex(5px);
}

.widget_lessonLastWatched .watched_title {
    display: block;
    margin-bottom: 5px;
    
    color: #2D2C2A;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    
    transition: all .3s;
}

.widget_lessonLastWatched a:hover .watched_title {
    color: #C57CAB;
}

.watched_module {
    display: block;
    
    color: #81807F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}


    
