/*
Theme Name: Trust Reviews Free Styling
Description: Core styles for the Trust Reviews Free plugin.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Star Rating Display */
.tr-stars {
    color: #ffcc00; /* Gold color for stars */
    font-size: 1.2em;
    letter-spacing: 2px;
}

/* Review Container */
.tr-review-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 15px;
}

.tr-reviewer-name {
    font-weight: bold;
    display: block;
}

.tr-review-text {
    font-style: italic;
    color: #555;
}