/* 
 * CSS: Icons
 * @desc: Icons custom styles.
 */

/* Film external links - First icon of the list - margin right - if no external links no margin after press kit */
.jpf-film-page-content-first-look-infos-links__press-kit + .jpf-film-page-content-first-look-infos-links__repeater .jpf-film-page-content-first-look-infos-links-repeater__item:first-child {
	padding-left: 20px;
}
 
/* Global - Last icon of a list - No margin right */
.jpf-film-page-content-first-look-infos-links__repeater .jpf-film-page-content-first-look-infos-links-repeater__item:last-child a,
.jpf-footer-top__links a:last-child {
	margin-right: 0;
}