.sidebar-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.sidebar-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
    padding-left: 10px;
}

.sidebar-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.sidebar-thumb {
    width: 95px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    background: #f5f5f5;
}

.sidebar-title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
}

.sidebar-title:hover {
    color: var(--primary-color);
}

.sidebar-meta {
    font-size: 12px;
    color: #666;
}

.no-list-style {
    list-style: none;
    padding: 0;
    margin: 0;
}