﻿.feedback-stars {
    text-align: center;
}

    .feedback-stars a {
        text-decoration: none;
    }

.star {
    font-size: 42.5px;
    cursor: pointer;
    color: var(--grey-shade-2);
}

.star:hover {
    color: gold;
}

.highlighted {
    color: gold;
}

.feedback-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
