.back-button {
    height: 2.5em;
    width: 2.5em;
    display: flex;
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .back-button:hover {
        background-color: rgba(0,0,0,0.1);
    }

select[readonly] option, select[readonly] optgroup {
    display: none;
}

input.rating-input {
    display: none;
}