.opd-recipe-card {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.opd-recipe-card__image {
	margin-bottom: 1.5rem;
}

.opd-recipe-card__image img {
	width: 100%;
	height: auto;
	display: block;
}

.opd-recipe-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-bottom: 1.5rem;
}

.opd-recipe-card__section {
	margin-top: 2rem;
}

.opd-recipe-card__heading {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
}

.opd-recipe-card .opd-recipe-meta {
	margin-bottom: 0.5rem;
}

.opd-term-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.opd-term-link:hover,
.opd-term-link:focus {
	text-decoration: none;
}

.opd-recipe-card__video iframe {
	max-width: 100%;
}

.opd-recipe-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.opd-recipe-meta--stacked {
	flex-direction: column;
}

.opd-recipe-meta__item {
	margin: 0;
}

.opd-recipe-meta__label {
	display: block;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.75;
}

.opd-ingredients__group-title {
	margin: 1.25rem 0 0.5rem;
}

.opd-ingredients__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.opd-ingredients__item {
	margin: 0 0 0.4rem;
}

.opd-ingredients__item,
.opd-ingredients__label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}

.opd-ingredients__label {
	cursor: pointer;
}

.opd-ingredients__scaler {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.opd-ingredients__scaler input {
	width: 4.5rem;
}

.opd-instructions {
	counter-reset: opd-step;
	list-style: none;
	margin: 0;
	padding: 0;
}

.opd-instructions__step {
	counter-increment: opd-step;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.75rem 1rem;
	margin: 0 0 1.25rem;
}

.opd-instructions__num {
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1f1f1f;
	color: #fff;
	font-weight: 700;
}

.opd-instructions__num::before {
	content: counter(opd-step);
	color: #fff;
}

.opd-instructions__image img {
	max-width: 100%;
	height: auto;
}

.opd-nutrition {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid currentColor;
}

.opd-nutrition-block__title {
	margin: 0 0 0.5rem;
}

.opd-nutrition-block__note {
	margin: 0 0 1rem;
}

.opd-nutrition-block__caption {
	margin: 0.75rem 0 0;
}

.opd-nutrition th,
.opd-nutrition td {
	border-bottom: 1px solid currentColor;
	padding: 5px;
}

.opd-nutrition th {
	text-align: left;
}

.opd-nutrition td {
	text-align: right;
}

.opd-save-button,
.opd-share__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.5rem 0.9rem;
	border: 1px solid currentColor;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	font: inherit;
	box-sizing: border-box;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.opd-save-button.is-saved {
	font-weight: 700;
}

.opd-share {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.opd-share--vertical {
	flex-direction: column;
	align-items: stretch;
	flex-wrap: nowrap;
}

.opd-share--vertical .opd-share__btn {
	justify-content: center;
	width: 100%;
}

.opd-recipe-box {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 1.25rem;
}

.opd-recipe-box__image img {
	width: 100%;
	height: auto;
	display: block;
}

.opd-recipe-box__title {
	margin: 0.5rem 0 0;
	font-size: 1rem;
}
