/* app-creative.min.css */
.modal-header {
    padding: 6px 12px !important;
}
.col-lg-8,
.col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
body, .wrapper, .content-page {
    overflow: visible;
}

/* header */
.header-navbar {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.header-flex {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    margin-left: 10px;
    vertical-align: middle;
    font-family: "SimHei";
}

body {
    background-color: #fafafa;
    height: 100%;
}
body[data-leftbar-compact-mode=condensed] {
    min-height: 0;
}
body[data-layout=topnav] .content-page {
    padding: 0!important;
    min-height: 0;
}
.content {
    margin-bottom: 69px;
}
.page-title-right {
    display: block !important;
    float: right !important;
    margin-top: 17px !important;
}
@media screen and (max-width: 380px) {
    .app-search {
        width: 160px;
    }
}
.hyper-wrapper a {
    color: #000;
}
.hyper-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    line-height: 16px;
    border-top: 1px solid rgba(152,166,173,.2);
    color: #98a6ad;
}
@media screen and (max-width: 768px) {
    .hyper-footer {
        text-align: center;
    }
}
.hyper-footer a {
    color: #919ca7;
}
@media screen and (max-width: 576px) {
    .container {
       padding: 0 12px;
    }
}
@media screen and (min-width: 576px) {
    .container {
       padding: 0;
    }
}
@media screen and (min-width: 992px) {
    .hyper-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

/* Home Page */

/* modal-dialog */
.modal-body img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1367px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}
@media screen and (max-width: 1367px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}
@media screen and (max-width: 768px) {
    .modal-dialog {
        max-width: 500px !important;
    }
}

/* Select Button */

.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.nav-list::-webkit-scrollbar {
    display: none;
}
@media screen and (min-width: 767px) {
    .tab-link {
        min-width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .tab-link {
        min-width: 60px;
    }
}
.tab-link {
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: .5rem;
    border: 1px solid #3688fc;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tab-link.active {
    color: #fff;
    background: linear-gradient(-45deg, #3369ff, #3798f7);
}
.img-checkmark img {
    width: 36px;
}
.tab-link.active .img-checkmark {
    display: block;
}
.img-checkmark {
    position: absolute;
    opacity: 0.8;
    right: -6px;
    bottom: -12px;
    display: none;
}

/* Home Card */

.home-card {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%);
    transition: all .5s;
}
.home-card:hover {
    box-shadow: 1px 3px 2px 0 rgb(0 0 0 / 5%);
}
@media screen and (max-width: 767px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-gap: 12px;
        gap: 12px;
    }
    .home-card {
        padding: 12px;
        margin-bottom: 0;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;

    }
    .home-img {
        max-width: 95px;
        margin-right: 12px;
    }
    .flex {
        display: flex;
        flex-direction: column;
    }
    .name {
        font-size: 15px;
        min-height: 22px;
    	display: -webkit-box;
        -webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-align: left;
    }
    .price {
        color: #d0021b;
    }
    .price b {
        font-size: 14px;
    }
    .group-title{
        align-items: center;
        justify-content: center;
    }

    .group .category{
        margin:8px 0;
    }

    .group-switch-box{
        display:none;
    }


}
@media screen and (min-width: 768px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 12px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 100%;
        margin: 0 auto auto auto;
    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }

    .group-switch{
        display: none;
    }

}

@media screen and (min-width: 992px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 12px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 100%;
        margin: 0 auto auto auto;
    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }

}
@media screen and (min-width: 1320px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 12px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 100%;
        margin: 0 auto auto auto;
    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }

}

/* Buy Page*/
.form-group h3 {
    font-weight: 400;
    color: #212529;
}
.geetest_holder.geetest_wind {
    width: 100% !important;
    min-width: 100% !important;
}
.buy-product img {
    max-width:100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .buy-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
    }
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 6px;
    }
    .buy-shop {
        grid-column: span 2 / span 2;
    }
    .buy-product {
        grid-column: span 4 / span 4;
    }

}
/* pay-type */
@media screen and (min-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,300px));
        grid-gap: 6px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,200px));
        grid-gap: 12px;
    }

}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (max-width: 576px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (max-width: 380px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,300px));
        grid-gap: 6px;
    }
}
.pay-type {
    background-color: #fff;
    color: #000;
    border: 2px solid #bdcfe1;
}
.pay-type:hover {
    background-color: #fff;
    color: #000;
}
.pay-type.active {
    background-color: #fff;
    color: #3688fc;
    border: 2px solid #3688fc;
}
.buy-price {
    color: #ea5455;
}

/* Orderinfo Page */

.orderinfo-grid {
    display: grid;
    grid-template-columns: auto;
}
@media screen and (min-width: 767px) {
    .orderinfo-card-grid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 12px;
    }
    .orderinfo-info {
        grid-column: span 2 / span 2;
    }
    .orderinfo-kami {
        grid-column: span 4 / span 4;
    }
}
@media screen and (max-width: 767px) {
    .orderinfo-info {
        display: grid;
        justify-content: center;
    }
}
.textarea-kami {
    min-height: calc(100% - 48px - 38px)
}
.kami-btn {
    margin-top: 6px;
    float: right;
}

/* Footer */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
}
#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 44px;
    height: 44px;
}

.attr-val-item{
    cursor: pointer;
    font-size:120%;
}

.tag-item{
    margin: 2px 2px;
}

[v-cloak]{
    display: none;
}

.group{
    background-color: #fff;
    padding:17px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%);
    transition: all .5s;
}

.group-title{
    display: flex;
    margin-bottom:10px;
    align-items: center;
    height: 40px;
}



.group-switch{
    font-size:1.2rem;
    display: flex;
    align-items: center;
    height:50px;
    color:rgb(54, 136, 252);
    cursor:pointer;
}

.group-switch img{
    width:20px;
    height:20px;
    margin-right:5px;
}
.group-switch span{
    height:27px;
}

.group-switch-angle{
    font-size:1.5rem;
}

.group-name{
    margin-left:5px;
    font-size:18px;
    height: 25px;
    font-weight: bold;
    color:#000;
}


.group-title img{
    height:17px;
}

.group{
    margin-top:20px;
}


.hyper-footer{
    bottom:-10px;
}

.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.back-btn {
    margin-bottom: 1px;
}

.breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
    color: #98a6ad;
}

.breadcrumb a {
    color: #3688fc;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-inline {
    font-size: 14px;
    color: #98a6ad;
    margin-top: 15px;
}

.breadcrumb-inline a {
    color: #3688fc;
    text-decoration: none;
}

.breadcrumb-inline a:hover {
    text-decoration: underline;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 8px;
}

.article-categories {
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.categories-header {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: #f5f7fa;
    border-radius: 20px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}

.category-item:hover {
    background: #e8f0fe;
    color: #3688fc;
}

.category-item.active {
    background: #3688fc;
    color: #fff;
}

.search-box {
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 auto 20px;
    position: relative;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid #e4e7ed;
    border-radius: 25px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.search-input:focus {
    outline: none;
    border-color: #3688fc;
}

.search-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #98a6ad;
    cursor: pointer;
    font-size: 16px;
}

.search-btn:hover {
    color: #3688fc;
}

.article-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    margin-bottom: 1px;
    margin-top: 18px;
}

.article-banners {
    margin: 20px 0;
}

.article-cover {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #3688fc;
    transition: transform 0.3s ease;
}

.article-cover:hover {
    transform: scale(1.02);
}

.article-banner {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    border-radius: 4px;
}

.article-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.publish-time {
    color: #98a6ad;
    font-size: 14px;
}

.article-views {
    color: #98a6ad;
    font-size: .8rem;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-tags .tag-item {
    font-size: 12px;
    padding: 4px 10px;
}

.article-cover {
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.article-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.article-content {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.article-content p {
    margin-bottom: 16px;
}

.article-footer {
    margin-top: 30px;
}

.article-divider {
    height: 1px;
    background: #eee;
    margin-bottom: 20px;
}

.article-footer .back-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}

.article-content ul,
.article-content ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.article-content li {
    margin-bottom: 8px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.related-products {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    margin-top: 18px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.product-card {
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.1);
}

.product-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.product-info {
    padding: 15px;
}

.product-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.actual-price {
    font-size: 18px;
    font-weight: 600;
    color: #e74c3c;
}

.related-articles {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 10px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
}

.article-card-small {
    background: #fafafa;
    border-radius: 6px;
    padding: 15px;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s, box-shadow 0.2s;
}

.article-card-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
}

.article-card-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card-meta {
    color: #98a6ad;
    font-size: 12px;
}

.retail-price {
    font-size: 14px;
    color: #98a6ad;
}

.products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
}

.products-list .product-card {
    display: flex;
    flex-direction: column;
    background: #fafafa;
    border-radius: 6px;
    padding: 0;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

.products-list .product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
}

.products-list .product-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 0;
    flex-shrink: 0;
}

.products-list .product-info {
    margin-left: 0;
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products-list .product-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-list .product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: auto;
}

.products-list .actual-price {
    font-size: 16px;
    font-weight: 600;
    color: #e74c3c;
}

.products-list .retail-price {
    font-size: 13px;
    color: #98a6ad;
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.articles-list .article-card-small {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fafafa;
    border-radius: 6px;
    padding: 12px;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s, box-shadow 0.2s;
}

.articles-list .article-card-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
}

.articles-list .article-card-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles-list .article-card-meta {
    color: #98a6ad;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .article-card {
        padding: 20px;
        margin-left: -5px;
        margin-right: -5px;
        width: calc(100% + 10px);
    }

    .article-title {
        font-size: 22px;
    }

    .article-content {
        font-size: 15px;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }

    .product-image {
        height: 120px;
    }
}

.article-list-container {
    padding: 20px 0;
}

.article-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-item {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
    transition: transform 0.2s, box-shadow 0.2s;
}

.article-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.15);
}

.article-item-cover {
    width: 200px;
    min-height: 150px;
    flex-shrink: 0;
}

.article-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-item-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.article-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.article-item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.article-item-meta .publish-time {
    color: #98a6ad;
    font-size: 13px;
}

.article-item-meta .article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.article-item-meta .tag-item {
    font-size: 11px;
    padding: 2px 8px;
}

.article-item-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #98a6ad;
}

.empty-state i {
    display: block;
    margin-bottom: 15px;
}

.nav-links {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .article-item {
        flex-direction: column;
    }
    
    .article-item-cover {
        width: 100%;
        min-height: 180px;
    }
    
    .article-item-title {
        font-size: 16px;
    }
}

/* 商品详情页关联文章样式 */
.related-articles-divider {
    margin: 30px 0 20px;
    border-top: 1px solid #e5e5e5;
}

.related-articles-section {
    margin-top: 20px;
}

.related-articles-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.related-articles-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-article-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-article-item:hover {
    background: #e9ecef;
    text-decoration: none;
}

.related-article-cover {
    width: 100px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}

.related-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-article-cover .no-cover {
    width: 100%;
    height: 100%;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 24px;
}

.related-article-content {
    flex: 1;
    min-width: 0;
}

.related-article-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-article-excerpt {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.related-article-tags .tag-badge {
    font-size: 11px;
    padding: 2px 8px;
    background: #e9ecef;
    color: #495057;
    border-radius: 12px;
}