/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Laia Llistuella
 Author URI:   https://laflecadigital.cat
 Template:     generatepress
 Version:      0.1
*/

.entry-title {
	padding-bottom: 20px;
	border-bottom: 1px dotted #d5bfef;	
	margin-bottom: 60px;
}
.fitxa-vi {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-bottom: 40px;
}
.imatge-vi {
	width: 30%;
}
.info {
	width: calc(70% - 40px);
}
.info div {
	margin-bottom: 20px;
}
.info span {
	font-weight: 600;
	color: #9b85b3;
	margin-right: 6px;
	margin-bottom: 4px;
	display: block;
}
.ingredients {
	border-top: 1px dotted #d5bfef;
	padding-top: 20px;
}
@media (max-width: 768px) {
	.imatge-vi {
		width: 100%;
	}
	.info {
		width: 100%;
	}
}