/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
/*内容页同标签小工具缩略图显示样式*/
.same-tags-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.same-tags-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.same-tags-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.same-tags-thumbnail {
    margin-right: 15px;
    flex-shrink: 0;
}

.same-tags-thumbnail a {
    display: block;
}

.same-tags-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.same-tags-title {
    flex-grow: 1;
}

.same-tags-title a {
    text-decoration: none;
    font-weight: normal;
    line-height: 1.4;
}

.same-tags-title a:hover {
    text-decoration: underline;
}
