/**
 * Theme Name:     Woodmart Child
 * Author:         XTemos
 * Template:       woodmart
 * Text Domain:	   woodmart-child
 * Description:    ThemeForest Premium Theme
 */

.similar-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.similar-post-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.similar-post-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 12px;
}

.similar-post-info {
    flex: 1;
}

.similar-post-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
    text-decoration: none;
}

.similar-post-title:hover {
    color: #0073aa;
}

.similar-post-meta {
    font-size: 13px;
    color: #888;
}

.related-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-product-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.related-product-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 12px;
}

.related-product-info {
    flex: 1;
}

.related-product-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
    text-decoration: none;
}

.related-product-title:hover {
    color: #0073aa;
}

.related-product-price {
    font-size: 14px;
    color: #0073aa;
    font-weight: bold;
}


