/*
Theme Name: Theme Bytexis Hijo
Theme URI: https://bytexis.com/
Author: Bytexis
Author URI: https://bytexis.com/
Description: Tema hijo base Bytexis para personalizaciones seguras sobre Theme Bytexis Padre. Incluye campo de manual descargable para productos WooCommerce.
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-bytexis-hijo
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: theme-bytexis-padre
*/
/* Manual descargable en single product */
.mf-product-manual {
	margin: 20px 0;
	padding: 16px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.mf-product-manual__title {
	margin-bottom: 10px;
	font-weight: 600;
	color: #222;
}

.mf-product-manual__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.mf-product-manual__file {
	display: inline-block;
	font-size: 13px;
	color: #666;
}
