.bsw-tabs-nav {
    list-style: none;
    display: flex;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 2px solid #ccc;
}

.bsw-tab-item {
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    color: #555;
    border: 1px solid transparent;
    border-bottom: none;
    margin-right: 8px;
    border-radius: 4px 4px 0 0;
    background-color: #f5f5f5;
    user-select: none;
    transition: all 0.3s ease;
}

.bsw-tab-item.active {
    background-color: #1e73be;
    color: white;
    border-color: #1e73be #1e73be transparent;
}

.bsw-popular-posts {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.bsw-post-item {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.bsw-thumb-link {
    flex-shrink: 0;
    margin-right: 12px;
}

.bsw-thumb {
    width: 75px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.bsw-post-content {
    flex: 1;
}

.bsw-post-title {
    font-weight: 600;
    font-size: 15px;
    color: #cc0000;
    text-decoration: none;
    line-height: 1.2;
}

.bsw-post-title:hover {
    text-decoration: underline;
}

.bsw-post-excerpt {
    margin: 4px 0 6px;
    font-size: 13px;
    color: #555;
    line-height: 1.3;
}

.bsw-post-views {
    font-size: 12px;
    color: #999;
}
