.tvcmsblog-related-products-fix {
    clear: both;
    margin: 38px 0 12px;
    padding-top: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.tvcmsblog-related-products-fix__heading {
    margin: 0 0 20px;
    font-size: 1.45rem;
    line-height: 1.3;
}

.tvcmsblog-related-products-fix__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tvcmsblog-related-products-fix__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.tvcmsblog-related-products-fix__image-link {
    display: block;
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

.tvcmsblog-related-products-fix__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tvcmsblog-related-products-fix__content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.tvcmsblog-related-products-fix__title {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.35;
}

.tvcmsblog-related-products-fix__title a {
    color: inherit;
    text-decoration: none;
}

.tvcmsblog-related-products-fix__reference {
    margin-bottom: 8px;
    font-size: 0.82rem;
    color: #666;
}

.tvcmsblog-related-products-fix__price {
    margin: 2px 0 12px;
    font-size: 1.08rem;
    font-weight: 700;
}

.tvcmsblog-related-products-fix__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 9px 12px;
    border: 1px solid currentColor;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

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

@media (max-width: 575px) {
    .tvcmsblog-related-products-fix__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .tvcmsblog-related-products-fix__card {
        padding: 10px;
    }
}
