/**
 * RW Suggest Products
 *
 * @author    RevoWeb
 * @copyright Copyright RevoWeb
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.rw-suggested-products {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.rw-suggested-products .page-heading {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d4d4;
}

.rw-suggested-products .product-container {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #d6d4d4;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rw-suggested-products .product-container:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rw-suggested-products .product-image-container {
    text-align: center;
    margin-bottom: 10px;
}

.rw-suggested-products .product-info {
    text-align: center;
}

.rw-suggested-products .product-name {
    min-height: 40px;
    margin-top: 0;
}

.rw-suggested-products .content_price {
    margin-bottom: 10px;
}

.rw-suggested-products .button-container {
    margin-top: 10px;
}

.rw-suggested-products .price {
    font-weight: bold;
} 