.ta-reviews-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.ta-review-card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 20px;
    max-width: 320px;
    text-align: left;
}

.ta-review-stars {
    margin-bottom: 8px;
}

.ta-star-filled {
    color: #00aa6c;
}

.ta-star-empty {
    color: #ddd;
}

.ta-review-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.ta-review-text {
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 12px;
}

.ta-review-meta {
    font-size: 0.8em;
    opacity: 0.7;
}

.ta-review-link {
    font-size: 0.8em;
    color: #00aa6c;
    text-decoration: underline;
}

.ta-cta {
    margin-top: 30px;
}

.ta-fallback {
    margin-top: 20px;
}

.ta-fallback a {
    color: #00aa6c;
    text-decoration: underline;
}
