/**
 * Estilos compartidos del carrusel #room-list (todas las páginas que lo muestran).
 * Badges: sustituyen el placeholder del legacy (style.min.css) por assets del tema.
 */

.room-list .room-item .room-content {
	background: #fff;
}

.room-list .room-item .room-difficulty-3 {
	background: url('../../media/room-dif-3.png') center / contain no-repeat;
}

.room-list .room-item .room-difficulty-4 {
	background: url('../../media/room-dif-4.png') center / contain no-repeat;
}

.room-list .room-item .room-difficulty-5 {
	background: url('../../media/room-dif-5.png') center / contain no-repeat;
}
