.widget-area{
    width:100%;
}

.widget{
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    padding:20px;
    margin-bottom:25px;
}

.widget-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:2px solid #0d6efd;
}

.widget ul{
    list-style:none;
    margin:0;
    padding:0;
}

.widget ul li{
    padding:10px 0;
    border-bottom:1px solid #eee;
}

.widget ul li:last-child{
    border-bottom:none;
}

.widget a{
    color:#222;
    text-decoration:none;
}

.widget a:hover{
    color:#0d6efd;
}