.wprm-recipe-template-eatbook {
	--eb-brand-color: #d0696e;
	font-size: 1em; /* wprm_main_font_size type=font_size */
	border-style: solid; /* wprm_border_style type=border */
	border-width: 1px; /* wprm_border_width type=size */
	border-color: #e7e5e4; /* wprm_border type=color */
	padding: 20px;
	background-color: #ffffff; /* wprm_background type=color */
	max-width: 840px; /* wprm_max_width type=size */
	font-family: "Lato", sans-serif;
	border-radius: 12px;
}
.wprm-recipe-template-eatbook .wprm-decoration-line {
	border-color: var(--eb-brand-color) !important;
}
.wprm-recipe-image img {
	width: 100%;
}
.wprm-recipe-template-eatbook a {
	color: #5a822b; /* wprm_link type=color */
}
.wprm-recipe-template-eatbook .wprm-recipe-name {
	font-size: 1.5em;
	line-height: 1.3em;
	color: var(--eb-brand-color);
	font-weight: bold;
	font-family: "Lato", sans-serif;
	margin-bottom: 8px !important;
}
.wprm-recipe-template-eatbook .wprm-template-eatbook-buttons {
	clear: both;
	font-size: 0.9em;
	text-align: center;
}
.wprm-recipe-template-eatbook .wprm-template-eatbook-buttons .wprm-recipe-icon {
	margin-right: 5px;
}
.wprm-recipe-template-eatbook .wprm-recipe-header {
	margin-bottom: 0.5em !important;
	display: block;
	color: var(--eb-brand-color);
	font-family: "Lato", sans-serif;
}
.wprm-recipe-template-eatbook .wprm-recipe-keyword-label {
	font-weight: bold;
	color: var(--eb-brand-color);
}
.wprm-icon-decoration-line.wprm-align-left .wprm-decoration-line,
.wprm-header-decoration-line.wprm-align-left .wprm-decoration-line {
	margin: 10px 0 0 !important;
}

.wprm-recipe-template-eatbook .wprm-nutrition-label-container {
	font-size: 0.9em;
}
.wprm-recipe-template-eatbook .wprm-call-to-action {
	border-radius: 3px;
}

.wprm-recipe-template-eatbook .wprm-recipe-equipment-item {
	margin: 0 0 0 14px !important;
	padding-left: 8px !important;
}
.wprm-recipe-template-eatbook .wprm-recipe-instruction {
	margin: 0 0 0 18px !important;
	padding-left: 8px !important;
}

/* ul li */
.wprm-recipe-template-eatbook .wprm-recipe-ingredient,
.wprm-recipe-template-eatbook .wprm-recipe-ingredients {
	list-style-type: none !important;
	list-style: none !important;
}
.wprm-recipe-template-eatbook .wprm-recipe-ingredients li {
	/* display: flex;
	gap: 2px; */
	position: relative;
	margin: 0 0 4px !important;
	padding: 0 0 0 24px !important;
}
.wprm-recipe-template-eatbook .wprm-recipe-ingredients li:before {
	display: block;
	content: "\2713\0020";

	color: #737373;
	position: absolute;
	left: 0;
}

.wprm-recipe-template-eatbook .wprm-recipe-equipment-list,
.wprm-recipe-template-eatbook .wprm-recipe-ingredients,
.wprm-recipe-template-eatbook .wprm-recipe-instructions {
	padding-left: 25px;
}

.wprm-flex {
	display: flex;
}
.wprm-gap-5 {
	gap: 1.25rem; /* 20px */
}
.wprm-grow {
	flex-grow: 1;
}
.wprm-justify-center {
	justify-content: center;
}
.wprm-shrink-0 {
	flex-shrink: 0;
}
.wprm-flex-col {
	flex-direction: column;
}
@media (min-width: 767px) {
	.lg\:wprm-flex-row {
		flex-direction: row;
	}
}

.eb-recipe-meta-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	padding: 20px 0;
}

.eb-recipe-meta-item {
	display: flex;
	gap: 12px;
	align-items: center;
}
.eb-recipe-meta-item__icon {
	background-color: #f5f5f5;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	flex-shrink: 0;
}
.eb-recipe-meta-item__label {
	color: #737373;
	text-transform: uppercase;
	font-size: 12px;
}
.eb-recipe-meta-item__meta {
	color: #404040;
}

.eb-recipe-divider {
	border-top: 1px solid #e7e5e4;
}

.eb-recipe-keywords {
	display: flex;
	gap: 8px;
	padding: 8px 0;
	flex-wrap: wrap;
}
.eb-recipe-keyword {
	border-radius: 16px;
	padding: 2px 12px;
	background-color: #f5f5f5;
	color: #737373 !important;
}
.eb-cta {
	display: flex;
	gap: 8px;
}
.wprm-spacer {
	clear: both;
}
