.cjrp-related-products,
.cjrp-related-articles {
    border-top: 1px solid #e2e5e9;
    margin-top: 36px;
    padding-top: 26px;
}

.cjrp-related-products > h2,
.cjrp-related-articles > h2 {
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 18px;
}

.cjrp-product-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cjrp-product-card {
    border: 1px solid #e2e5e9;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 132px;
    overflow: hidden;
}

.cjrp-product-image {
    align-items: center;
    background: #f7f8f9;
    display: flex;
    justify-content: center;
    min-height: 132px;
}

.cjrp-product-image img {
    aspect-ratio: 1;
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.cjrp-image-placeholder {
    aspect-ratio: 1;
    background: #eceff1;
    display: block;
    width: 100%;
}

.cjrp-product-body {
    padding: 14px;
}

.cjrp-product-body h3 {
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 8px;
}

.cjrp-product-body h3 a,
.cjrp-product-link,
.cjrp-related-articles a {
    color: #175b8f;
}

.cjrp-product-body p {
    color: #4f5963;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 10px;
}

.cjrp-product-link {
    font-size: 14px;
    font-weight: 600;
}

.cjrp-related-articles ul {
    margin: 0;
    padding-left: 20px;
}

.cjrp-related-articles li {
    margin-bottom: 8px;
}

@media (max-width: 760px) {
    .cjrp-product-grid {
        grid-template-columns: 1fr;
    }

    .cjrp-product-card {
        grid-template-columns: 104px minmax(0, 1fr);
        min-height: 104px;
    }

    .cjrp-product-image {
        min-height: 104px;
    }
}
