.tacrt-rating-wrapper {
    font-family: Arial, sans-serif;
    margin-bottom: 1em;
}

.tacrt-stars {
    font-size: 2em;
    color: #ddd;
    cursor: pointer;
}

.tacrt-star.filled {
    color: gold;
}

.tacrt-star.disabled {
    cursor: not-allowed;
    color: #bbb;
}

.tacrt-summary {
    margin-top: 0.5em;
    font-weight: bold;
}

.tacrt-reset-rating {
    margin-top: 0.5em;
    padding: 0.3em 0.6em;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.tacrt-reset-rating:hover {
    background-color: #d32f2f;
}

.tacrt-rating-wrapper.disabled .tacrt-stars span {
    cursor: not-allowed !important;
    color: #bbb !important;
}

.tacrt-rating-wrapper p {
    font-style: italic;
    color: #666;
}