/* 荣誉资质列表：竖版证书优先保留底部落款与印章。 */
.honor-list .honor-card .product-image {
    height: auto;
    aspect-ratio: 9 / 15;
    box-sizing: border-box;
    padding: 14px;
    background: #fff;
}

.honor-list .honor-card .product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 9px;
}

.honor-list .honor-card .product-actions {
    display: flex;
    justify-content: center;
}

.honor-list .honor-card .product-actions .primary-btn {
    min-width: 124px;
}

.honor-detail-section {
    margin-top: 26px;
}

.honor-detail-section h3 {
    margin: 0 0 12px;
    color: #183447;
    font-size: 18px;
    line-height: 1.4;
}

.honor-detail-section p {
    margin: 0;
}

@media (max-width: 640px) {
    .honor-list .honor-card .product-image {
        padding: 10px;
    }

    .honor-list .honor-card .product-image img {
        border-radius: 7px;
    }
}
