.cm-smart-related {
    clear: both;
    width: 100%;
    margin: 35px 0 20px;
}

.cm-smart-related-title {
    margin: 0 0 22px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.cm-smart-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.cm-smart-related-item {
    min-width: 0;
    text-align: center;
}

.cm-smart-related-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    overflow: hidden;
    background: #fff;
}

.cm-smart-related-image img,
.cm-smart-related-thumb {
    display: block;
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    margin: auto;
}

.cm-smart-related-name {
    min-height: 44px;
    margin: 12px 0 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cm-smart-related-name a {
    color: inherit;
}

.cm-smart-related-price {
    font-size: 17px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .cm-smart-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .cm-smart-related-grid {
        gap: 15px 10px;
    }

    .cm-smart-related-image {
        height: 170px;
    }

    .cm-smart-related-image img,
    .cm-smart-related-thumb {
        max-height: 160px;
    }
}
