/*
 Theme Name: Photolari
 Theme URI: https://tabernawp.com/
 Author: Carlos Longarela
 Author URI: https://tabernawp.com/
 Description: Tema WordPress hijo de Newspaper y personalizado para Photolari
 Version: 1.0.0
 Template: Newspaper
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: Photolari
 Tags:

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.

 Este archivo se carga automáticamente al activarse el tema hijo
 por lo que ponemos las personalizaciones CSS en este archivo
*/

/* Iconos de share */
:root {
	--color-fb: #3b5998;
	--color-bs: #0077b5;
	--color-x: #333;
}

.cl-social-share-icons {
	display: flex;
	gap: 1.6em;
	margin-bottom: 1em;
}

.cl-social-share-icons .cl-social-share-icon svg {
	max-width: 1.6em;
	max-height: 1.6em;
	transition: all 0.3s ease; /* Añadir transición suave */
}

.cl-social-share-icons .cl-icon-fb svg {
	color: var(--color-fb);
}

.cl-social-share-icons .cl-icon-bs svg {
	color: var(--color-bs);
}

.cl-social-share-icons .cl-icon-x svg {
	color: var(--color-x);
}

.cl-social-share-icons .cl-social-share-icon:hover svg {
	transform: scale(1.2);
	opacity: 0.7;
}
