/**
 * AEBIT Instancias Core — VIP Price Styles
 *
 * Styles for the .aebit-price-wrapper, .aebit-main-price, .aebit-old-price,
 * and .aebit-discount-badge components generated by the plugin.
 * These travel with the plugin so they survive a theme change.
 *
 * @package AEBITInstanciasCore
 */

/* ── VIP Price Wrapper ── */
.aebit-price-wrapper {
	display: flex !important;
	align-items: baseline !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	font-family: 'Poppins', sans-serif !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.aebit-main-price {
	font-weight: 700 !important;
	color: #007a43 !important;
	text-decoration: none !important;
}

.aebit-old-price {
	font-size: 15px !important;
	color: #94a3b8 !important;
	text-decoration: line-through !important;
}

.aebit-discount-badge {
	display: inline-flex !important;
	align-items: center !important;
	background-color: #f0fdf4 !important;
	color: #007a43 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	padding: 3px 8px !important;
	border-radius: 4px !important;
}

/* ── Ocultar aviso "sin métodos de pago" en el checkout VIP ── */
body.aebit-instance-clientes .woocommerce-checkout .woocommerce-notice.woocommerce-info,
body.aebit-instance-clientes .woocommerce-checkout-payment .woocommerce-info {
	display: none !important;
}
