/* Aplica color al enlace dentro de .site y .num */
.text-right .site a strong,
.text-right .num a strong {
  color: #112b40 !important;   /* fuerza el color */
  text-decoration: none;       /* opcional */
  font-weight: bold;           /* mantiene el <strong> */
}

/* Hover opcional */
.text-right .site a strong:hover,
.text-right .num a strong:hover {
  color: #14507a;              /* un tono más oscuro al pasar el mouse */
}
