.custom-related-products-136057 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.custom-related-products-136057 .related-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.custom-related-products-136057 .related-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-related-products-136057 .related-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 4px;
    transition: background 0.3s;
}

.custom-related-products-136057 .related-item:hover {
    background: #f0f0f0;
}

.custom-related-products-136057 .related-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.custom-related-products-136057 .related-image {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-inline-end: 10px; /* Supports RTL */
}

.custom-related-products-136057 .related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.custom-related-products-136057 .related-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.custom-related-products-136057 .related-name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}

.custom-related-products-136057 .related-price {
    font-size: 12px;
    color: #777;
}

.custom-related-products-136057 .related-price del {
    opacity: 0.6;
    margin-inline-end: 3px;
}

.custom-related-products-136057 .related-price ins {
    text-decoration: none;
    font-weight: 600;
}
