/**
 * The recipe print styling
 *
 * @since 1.2.1
 *
 * @package Simmer/Frontend/Styles
 */

/* Title */

.simmer-recipe-title {
	margin-bottom: 30px;
	font-size: 22px;
}

/* Description */

.simmer-recipe-meta {
}
.simmer-recipe-meta img {
	float: right;
	margin: 0 0 20px 20px;
}
.simmer-recipe-ingredients h3,
.simmer-recipe-instructions h3 {
	margin-top: 0;
	padding-top: 0;
}

.simmer-recipe-author {
	display: none;
}

.simmer-ingredients li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.simmer-featured-image .simmer-featured-image {
	width: 33%;
	float: right;
}

/* Information */

.simmer-recipe-categories {
	font-weight: bold;
}
.simmer-recipe-details {
	border-top: 1px solid rgba(0, 0, 0, 0.28);
	border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.simmer-recipe-details li {
	padding: 0;
	border: none;
}

/* Ingredients */

.simmer-recipe-ingredients {
	margin-bottom: 20px;
}

/* Nutrition */

.simmer-recipe-nutrition-title {
	font-weight: bold;
}

/* Tools */

