.form-sport-choice{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.form-sport-choice .sport{border:3px solid #cecece;border-radius:.3rem;margin:15px 20px;padding:.3rem}.form-sport-choice label{align-items:center;border:1px solid #000;border-radius:.3rem;cursor:pointer;display:flex;justify-content:space-between;min-height:200px;padding:.3rem;width:150px}.form-sport-choice label .sport__section-name{hyphens:auto;inline-size:100%;overflow-wrap:anywhere;text-align:center}.form-sport-choice label .arrow{position:absolute;right:18px;top:20px;transition:transform .3s}.form-sport-choice label:hover{background-color:#000;color:#fff}.form-sport-choice label:hover .arrow{transform:translateX(5px)}.form-sport-choice label:hover .img-sport{display:none}.form-sport-choice label .img-sport,.form-sport-choice label:hover .img-sport-hover{display:inline}.form-sport-choice input,.form-sport-choice label .img-sport-hover{display:none}.form-sport-choice input:checked+label{background-color:#000;color:#fff}.form-sport-choice input:checked+label .img-sport{display:none}.form-sport-choice input:checked+label .img-sport-hover{display:inline}