/* =====================================================================
   TO13 — overrides pour les listings SportsPress (event-blocks)
   Force les liens des matchs en blanc, accent vert au hover.
   ===================================================================== */

.sp-template-event-blocks a,
.sp-template-event-blocks a:link,
.sp-template-event-blocks a:visited,
.sp-event-blocks a,
.sp-event-blocks a:link,
.sp-event-blocks a:visited {
	color: #ffffff;
}

.sp-template-event-blocks a:hover,
.sp-template-event-blocks a:focus,
.sp-event-blocks a:hover,
.sp-event-blocks a:focus {
	color: #c2ff1f; /* accent TO13 */
	text-decoration: none;
}

/* Le score reste lisible quand il est entouré d'un span coloré par SP. */
.sp-event-blocks a .sp-result {
	color: inherit;
}
