/* Editorial affiliate links and a shared, quiet transparency footer. */
#recipe-ingredients a[rel~="sponsored"] {
	color: inherit;
	text-decoration-line: underline;
	text-decoration-color: #9b8f7c;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

#recipe-ingredients a[rel~="sponsored"]:hover {
	text-decoration-color: #332c23;
}

#recipe-ingredients a[rel~="sponsored"]:focus-visible {
	outline: 2px solid #8a6b3f;
	outline-offset: 3px;
}

#recipe-ingredients a[rel~="sponsored"] sup {
	color: #71695e;
	font-size: 0.72em;
	vertical-align: super;
}

.recipe-purchase-disclosure {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #d8cebb;
	color: #575149;
	font-size: 0.84rem;
	line-height: 1.5;
}

.site-footer__top {
	padding-bottom: 2rem;
}

.site-footer__navigation {
	display: grid;
	gap: 1rem;
	justify-items: end;
}

.site-footer__note {
	margin: 0;
	font-size: 0.9rem;
}

.site-footer__bottom {
	align-items: flex-start;
	gap: 1.5rem 2rem;
	border-top-color: rgba(255, 255, 255, 0.09);
	font-size: 0.86rem;
	line-height: 1.6;
}

.site-footer__transparency {
	min-width: 0;
}

.site-footer__affiliate-disclosure {
	margin: 0.5rem 0 0;
}

.site-footer a,
.site-footer .footer-privacy-controls button {
	color: inherit;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer .footer-privacy-controls button:hover {
	color: #c8ad7f;
	text-decoration: underline;
}

.site-footer a:focus-visible,
.site-footer .footer-privacy-controls button:focus-visible {
	outline: 2px solid #c8ad7f;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.site-footer__navigation {
		justify-items: start;
	}
}

@media (max-width: 650px) {
	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.site-footer__legal {
		align-items: flex-start;
		flex-wrap: wrap;
	}
}
