.home-sidebar{

    background:#fff;

    border:1px solid #e5e5e5;

    padding:20px;

    margin:40px 0;

    border-radius:8px;

}

.sidebar-item{

    display:flex;

    margin-bottom:18px;

    padding-bottom:18px;

    border-bottom:1px solid #eee;

}

.sidebar-item:last-child{

    margin-bottom:0;

    padding-bottom:0;

    border:none;

}

.sidebar-item a{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    color:#222;

    width:100%;

}

.sidebar-item img{

    width:90px;

    height:70px;

    object-fit:cover;

    border-radius:6px;

}

.sidebar-item span{

    line-height:1.8;

    font-weight:600;

    font-size:15px;

}