/* vim: set ts=4 sw=4 sts=4 et: */

/**
 * Testimonials Module
 *
 * @category  X-Cart_5_5_Module
 * @package   Testimonials
 * @author    CFL Systems, Inc. <support@cflsystems.com>
 * @copyright 2022 CFL Systems, Inc. All rights reserved.
 * @license   License Agreement - https://www.cflsystems.com/software-license-agreement.html
 * @link      https://www.cflsystems.com/testimonials-for-x-cart-5.html
 */

.sidebar .testimonials-side-bar .block {
    border: 0 none;
    margin-bottom: 15px;
    padding: 0;
}
.sidebar .testimonials-side-bar .block .testimonials-cell {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.sidebar .testimonials-side-bar .block .testimonials-cell .title {
    font-size: 18px;
}
.sidebar .testimonials-side-bar .block .testimonials-cell .testimonial {
    margin: 10px 0;
    color: #656565;
}
.sidebar .testimonials-side-bar .block .testimonials-cell .name-location-date {
    text-align: right;
    color: gray;
    font-size: 12px;
    font-style: italic;
}
.sidebar .testimonials-side-bar .block .testimonials-cell .name-location-date.with-avatar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sidebar .testimonials-side-bar .block .testimonials-cell .name-date {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.sidebar .testimonials-side-bar .block .testimonials-cell .name-location-date .avatar img{
    border-radius: 50%;
    border: 3px double #ccc;
    margin-left: 10px;
}
.testimonials-side-bar .more_link {
    text-align: right;
}
.testimonials-side-bar .more_link a.link {
    text-decoration: none;
}
