/**
 * Producto destacado por categoría.
 * Estilos mínimos, pensados para no pelearse con el theme.
 */

.wccfp-featured-product {
	margin: 0 0 2.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px solid rgba(127, 127, 127, 0.25);
}

.wccfp-featured-title {
	margin: 0 0 0.75em;
	font-size: 1.25em;
}

.wccfp-featured-product-content {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	align-items: flex-start;
}

.wccfp-featured-image {
	display: block;
	flex: 0 0 320px;
	max-width: 100%;
}

.wccfp-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.wccfp-featured-info {
	flex: 1 1 320px;
	min-width: 0;
}

.wccfp-featured-name {
	margin: 0 0 0.4em;
}

.wccfp-featured-price {
	margin: 0 0 0.75em;
	font-weight: 600;
}

.wccfp-featured-description {
	margin: 0 0 1em;
}

.wccfp-featured-description > *:last-child {
	margin-bottom: 0;
}

.wccfp-featured-actions .button {
	margin: 0;
}

@media (max-width: 600px) {

	.wccfp-featured-product-content {
		display: block;
	}

	.wccfp-featured-image {
		margin-bottom: 1em;
	}
}
