.ufr-form {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 20px;
    padding: 14px 16px;
}

.ufr-stars {
    direction: rtl;
    display: inline-flex;
    gap: 2px;
}

.ufr-stars input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ufr-stars label {
    color: #b7b7b7;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    transition: color 140ms ease;
}

.ufr-stars label:hover,
.ufr-stars label:hover ~ label,
.ufr-stars input:checked ~ label {
    color: #f6b700;
}

.ufr-submit {
    background: #1d2327;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 16px;
}

.ufr-submit:hover,
.ufr-submit:focus {
    background: #000000;
}
