#jugador { text-align: center; }
#jugador .foto,
#jugador .datos { display: inline-block; vertical-align: middle; margin: 0 20px; }
#jugador .foto { font-size: 13px; }
#jugador .foto img { display: block; margin-bottom: 5px; }
#jugador .datos { font-size: 12px; line-height: 40px; }
#jugador .datos h1 { font-size: 2em; margin: 20px 0 0; }
#jugador .datos .nick { display: block; font-size: 2em; font-weight: bold; }
#jugador .datos img { width: 25px; vertical-align: middle; }
#jugador .datos .dorsal { display: inline-block; width: 65px; height: 65px; background-color: #f0f0f0; padding: 5px; vertical-align: middle; 
	font-size: 40px; color: #5c9ac4; margin-left: 10px; }
#jugador .datos .dorsal span { display: block; font-size: 10px; color: #6b6b6b; line-height: normal; }
#jugador .cintillo_interes { display: block; border-bottom: 3px solid #326999; text-align: center; margin: 20px 0 10px; padding-bottom: 10px; }
#jugador .interes { display: flex; }
#jugador .interes ul { flex-grow: 1; padding: 0; list-style: none; margin: 0; text-align: left; }
#jugador .interes ul li { margin: 5px 0; font-size: 15px; }
#jugador .interes ul li span { font-weight: bold; text-transform: capitalize; }
#jugador .interes ul li span:after { content: ' - '; }

#jugador .interes .dorsal { flex-grow: 0; width: 90px; height: 80px; vertical-align: middle; background: url('/wp-content/themes/dmq/assets/images/resultados/mapa-iconos-resultados.png?f=20200903') -90px 0px / auto 180px; color: #fff; line-height: 80px; font-size: 30px; font-weight: bold; }