﻿.custom-form {
    width: 250px;
    margin: 0 auto;
    height: 50px;
}

    .custom-form p {
        text-align: center;
    }

    .custom-form label {
        font-size: 34px;
        color: grey;
    }

    .custom-form input[type="radio"] {
        display: none;
    }

    .custom-form .clasificacion {
        direction: rtl;
        unicode-bidi: bidi-override;
    }

    .custom-form label:hover,
    .custom-form label:hover ~ label {
        color: green;
    }

    .custom-form input[type="radio"]:checked ~ label {
        color: green;
    }


.value-label {
    margin-left: 5px;
}
