/** * Social Share Buttons - Estilos Mínimos * * Según CSS-ESPECIFICO.md de la documentación: * Solo 2 reglas CSS simples. Bootstrap maneja el resto. * * Fuente: roi-theme-template/css/style.css líneas 795-806 * * @package ROI_Theme * @since 1.0.0 */ /* === SHARE BUTTONS === */ .share-buttons .btn { transition: all 0.3s ease; border-width: 2px; } .share-buttons .btn:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }