.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-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-block__label {
	display: flex;
	justify-content: center;
}

.opd-nutrition-label {
	max-width: 20rem;
	margin-block: 0;
	margin-inline: auto;
	padding: 0.2rem 0.45rem 0.45rem;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.15;
}

.opd-nutrition-label,
.opd-nutrition-label * {
	box-sizing: border-box;
}

.opd-nutrition-label p {
	margin: 0;
}

.opd-nutrition-label__title {
	font-size: 2.15rem;
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.9;
	padding: 0.05rem 0 0.08rem;
}

.opd-nutrition-label__servings {
	font-size: 0.95rem;
	padding-top: 0.12rem;
}

.opd-nutrition-label__serving-size {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 1.05rem;
	font-weight: 700;
	padding: 0.12rem 0 0.18rem;
	border-bottom: 10px solid #000;
}

.opd-nutrition-label__amount {
	font-size: 0.7rem;
	font-weight: 700;
	padding-top: 0.18rem;
}

.opd-nutrition-label__calories {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 0.1rem;
	border-bottom: 5px solid #000;
}

.opd-nutrition-label__calories-word {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.12rem;
}

.opd-nutrition-label__calories-value {
	font-size: 2.35rem;
	font-weight: 900;
	line-height: 0.85;
	letter-spacing: -0.03em;
}

.opd-nutrition-label__dv-head {
	text-align: right;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.12rem 0;
	border-bottom: 1px solid #000;
}

.opd-nutrition-label__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.5rem;
	font-size: 0.82rem;
	padding: 0.1rem 0;
	border-bottom: 1px solid #000;
}

.opd-nutrition-label__row--bold .opd-nutrition-label__name {
	font-weight: 700;
}

.opd-nutrition-label__row--indent-1 {
	padding-left: 0.9rem;
}

.opd-nutrition-label__row--indent-2 {
	padding-left: 1.8rem;
}

.opd-nutrition-label__row--bar-medium {
	border-bottom-width: 5px;
}

.opd-nutrition-label__row--bar-thick {
	border-bottom-width: 10px;
}

.opd-nutrition-label__qty {
	font-weight: 400;
}

.opd-nutrition-label__row--bold .opd-nutrition-label__qty {
	font-weight: 700;
}

.opd-nutrition-label__dv {
	font-weight: 700;
	white-space: nowrap;
}

.opd-nutrition-label__footnote {
	font-size: 0.62rem;
	line-height: 1.3;
	padding-top: 0.35rem;
}

.opd-nutrition-label p.opd-nutrition-label__attribution {
	text-align: center;
	font-size: 0.62rem;
	font-weight: 400;
	line-height: 1.3;
	padding-top: 0.3rem;
	margin-top: 0.25rem;
	border-top: 1px solid #000;
}

.opd-nutrition-label__attribution a {
	color: inherit;
	text-decoration: underline;
}

.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;
}

.opd-tax-index-page__header {
	margin-bottom: 1.5rem;
}

.opd-tax-index__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.opd-tax-index__term a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	color: inherit;
	text-decoration: none;
}

.opd-tax-index__term a:hover,
.opd-tax-index__term a:focus {
	border-color: currentColor;
}

.opd-tax-index__count {
	opacity: 0.7;
	font-size: 0.85em;
}

.opd-tax-index__empty {
	margin: 0;
}

.opd-term-image img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.opd-term-name a,
.opd-term-image a {
	color: inherit;
	text-decoration: none;
}
