
.tasty-recipes-instacart-button {
	align-items: center;
	background-color: #003d29;
	border-radius: 30px;
	color: #faf1e5;
	display: inline-flex;
	font-size: 16px;
	gap: 10px;
	height: 46px;
	margin-bottom: 10px;
	padding: 0 18px;
	text-decoration: none;
	transition: none;
}

.tasty-recipes-instacart-button img {
	height: 22px;
}

.tasty-recipes-instacart-button:active, .tasty-recipes-instacart-button:focus, .tasty-recipes-instacart-button:hover {
	color: #faf1e5;
}

.tasty-recipes-instacart-button-light {
	background-color: #faf1e5;
	border: .5px solid #efe9e1;
	color: #003d29;
}

.tasty-recipes-instacart-button-light:active, .tasty-recipes-instacart-button-light:focus, .tasty-recipes-instacart-button-light:hover {
	color: #003d29;
}

.tasty-recipes-instacart-button-white {
	background-color: #fff;
	border: .5px solid #e8e9eb;
	color: #000;
}

.tasty-recipes-instacart-button-white:active, .tasty-recipes-instacart-button-white:focus, .tasty-recipes-instacart-button-white:hover {
	color: #000;
}

.tasty-recipes-save-recipe-shell {
	box-sizing: border-box;
	padding-left: var(--tr-save-recipe-gutter, 24px);
	padding-right: var(--tr-save-recipe-gutter, 24px);
}

.tasty-recipes-save-recipe-banner {
	align-items: center;
	background-color: #1b3c42;
	border-radius: 12px;
	box-sizing: border-box;
	display: flex;
	gap: 24px;
	margin: 16px 0;
	padding: 28px 32px;
}

.tasty-recipes-save-recipe-banner.is-success {
	justify-content: center;
}

.tasty-recipes-save-recipe-banner.is-hidden {
	display: none;
}

.tasty-recipes-content > .tasty-recipes-save-recipe-banner, .tasty-recipes-entry-content > .tasty-recipes-save-recipe-banner, .tasty-recipes > .tasty-recipes-save-recipe-banner {
	margin-left: var(--tr-save-recipe-gutter, 24px);
	margin-right: var(--tr-save-recipe-gutter, 24px);
}

.tasty-recipes-save-recipe-content {
	flex: 1;
	min-width: 0;
}

.tasty-recipes-save-recipe-content h3 {
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px;
	padding: 0;
}

.tasty-recipes-save-recipe-content p {
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.tasty-recipes-save-recipe-form-wrap {
	flex-shrink: 0;
}

.tasty-recipes-save-recipe-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tasty-recipes-save-recipe-input-group {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	display: flex;
	height: 44px;
	padding: 4px;
}

.tasty-recipes-save-recipe-input-group .tasty-recipes-save-recipe-icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding: 0 0 0 12px;
}

.tasty-recipes-save-recipe-input-group input[type=email] {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #374151;
	flex: 1;
	font-size: 14px;
	height: 100%;
	min-width: 140px;
	outline: none;
	padding: 0 12px;
}

.tasty-recipes-save-recipe-input-group input[type=email]::-moz-placeholder {
	color: #9ca3af;
}

.tasty-recipes-save-recipe-input-group input[type=email]::placeholder {
	color: #9ca3af;
}

.tasty-recipes-save-recipe-submit {
	align-items: center;
	background-color: #8b4564;
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	height: 100%;
	justify-content: center;
	padding: 0 10px;
	position: relative;
	transition: background-color .15s ease;
	white-space: nowrap;
}

.tasty-recipes-save-recipe-submit:hover {
	background-color: #743a55;
}

.tasty-recipes-save-recipe-submit:disabled {
	cursor: default;
	opacity: .7;
}

.tasty-recipes-save-recipe-submit .tasty-recipes-save-recipe-spinner {
	animation: tasty-recipes-spin .8s linear infinite;
	border: 2px solid hsla(0, 0%, 100%, .3);
	border-radius: 50%;
	border-top-color: #fff;
	display: none;
	height: 14px;
	position: absolute;
	width: 14px;
}

.tasty-recipes-save-recipe-submit.is-loading {
	pointer-events: none;
}

.tasty-recipes-save-recipe-submit.is-loading .tasty-recipes-save-recipe-button-text {
	visibility: hidden;
}

.tasty-recipes-save-recipe-submit.is-loading .tasty-recipes-save-recipe-spinner {
	display: block;
}

.tasty-recipes-save-recipe-gdpr {
	align-items: center;
	color: hsla(0, 0%, 100%, .85);
	cursor: pointer;
	display: flex;
	font-size: 13px;
	gap: 6px;
	line-height: 1.4;
	margin: 0;
}

.tasty-recipes-save-recipe-gdpr input[type=checkbox] {
	cursor: pointer;
	margin: 0;
}

.tasty-recipes-save-recipe-gdpr.has-error .tasty-recipes-save-recipe-gdpr-label {
	color: #f87171;
}

.tasty-recipes-save-recipe-error {
	color: #d92d20;
	font-size: 13px;
	margin: 8px 0 0;
}

.tasty-recipes-save-recipe-thanks {
	width: 100%;
}

.tasty-recipes-save-recipe-thanks p {
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

@keyframes tasty-recipes-spin {
	to {
		transform: rotate(1turn);
	}
}

@media screen and (max-width:680px) {
	.tasty-recipes-save-recipe-banner {
		flex-direction: column;
		gap: 16px;
		padding: 24px 20px;
	}
	
	.tasty-recipes-save-recipe-form-wrap, .tasty-recipes-save-recipe-input-group {
		width: 100%;
	}
	
	.tasty-recipes-save-recipe-input-group input[type=email] {
		min-width: 0;
	}
}

body.tasty-recipes-print-view .tasty-recipes-buttons, body.tasty-recipes-print-view .tasty-recipes-cook-mode {
	display: none;
}

.tasty-recipes-yield-scale {
	border: 1px solid #979599;
	border-radius: 2px;
	color: #979599;
	font-size: .7rem;
	margin-left: 3px;
	padding: 0 4px;
}

.tasty-recipes-units-scale-container {
	display: flex;
	flex-wrap: wrap;
}

.tasty-recipes-scale-container {
	display: flex;
	padding: 0 0 1em;
}

.tasty-recipes-scale-container .tasty-recipes-scale-label {
	align-self: center;
	color: #979599;
	font-size: .6rem;
	text-transform: uppercase;
}

.tasty-recipes-scale-container button {
	background: transparent;
	border: 1px solid #353547;
	border-radius: 2px;
	color: #353547;
	cursor: pointer;
	letter-spacing: 0;
	margin-left: 5px;
	min-width: 34px;
	padding: 2px 4px;
}

.tasty-recipes-scale-container button.tasty-recipes-scale-button-active {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.tasty-recipes-scale-container button:focus {
	outline: none;
}

.tasty-recipes-ingredients-header .tasty-recipes-ingredients-clipboard-container {
	align-items: baseline;
	display: inline-flex;
}

.tasty-recipes-ingredients-clipboard-container .tasty-recipes-copy-button {
	background: transparent;
	border: none;
	color: #353547;
	height: 24px;
	padding: 0;
	position: relative;
	width: 24px;
}

.tasty-recipes-ingredients-clipboard-container .tasty-recipes-copy-button:hover {
	opacity: .5;
}

.tasty-recipes-footer-content {
	padding: 1.5em;
	text-align: center;
}

.tasty-recipes-footer-content .tasty-recipes-footer-copy {
	margin-left: 0;
}

.tasty-recipes-footer-content img, .tasty-recipes-footer-content svg {
	width: 60px;
}

.tasty-recipes-entry-content .tasty-recipes-entry-footer h3 {
	font-size: 1.25em;
	margin: 0 0 .25em;
	padding: 0;
}

.tasty-recipes-entry-footer p {
	font-size: .75em;
	margin: 0;
}

.tasty-recipes-entry-footer p a {
	border-bottom: none;
	box-shadow: none;
	text-decoration: underline;
}

@media screen and (min-width:500px) {
	.tasty-recipes-footer-content {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 1.5em 0;
		text-align: left;
	}
	
	.tasty-recipes-footer-content .tasty-recipes-footer-copy {
		margin-left: .8em;
	}
}

[data-tr-ingredient-checkbox] {
	cursor: pointer;
	list-style-position: outside;
	list-style-type: none !important;
	margin-left: 0 !important;
}

[data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container {
	position: relative;
}

[data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type=checkbox] + label {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

[data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type=checkbox] {
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

[data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type=checkbox] + label:before {
	border: 1px solid;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	position: relative;
	width: 20px;
}

[data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type=checkbox]:checked + label:after {
	border-bottom: 2px solid;
	border-left: 2px solid;
	content: "";
	display: inline-block;
	height: 6px;
	left: 4px;
	position: absolute;
	top: 4px;
	transform: rotate(-45deg);
	width: 12px;
}

[data-tr-ingredient-checkbox] .tr-ingredient-checkbox-container input[type=checkbox]:focus + label:before {
	box-shadow: 0 0 8px #5e9ed6;
	outline: 1px solid #5d9dd5;
}

[data-tr-ingredient-checkbox=checked] {
	opacity: .8;
	text-decoration: line-through;
}

span[data-tr-ingredient-checkbox] {
	display: block;
}

.tasty-recipes-ingredients p, .tasty-recipes-ingredients-body p {
	line-height: 1.46;
	margin-bottom: .625em;
	margin-top: 0;
}

.tasty-recipes-cook-mode__container {
	align-items: center;
	display: flex;
	line-height: 100%;
}

.tasty-recipes-cook-mode__container label {
	font-size: inherit;
}

.tasty-recipes-cook-mode__switch {
	display: inline-block;
	height: 17px;
	margin-right: 10px;
	position: relative;
	width: 30px;
}

.tasty-recipes-cook-mode__switch-slider {
	background-color: #737373;
	bottom: 0;
	cursor: pointer;
	display: block;
	left: 0;
	opacity: .4;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.tasty-recipes-cook-mode__switch-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 13px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 13px;
}

.tasty-recipes-cook-mode__switch input {
	display: none;
}

.tasty-recipes-cook-mode__switch input:checked + span {
	opacity: 1;
}

.tasty-recipes-cook-mode__switch input:checked + span:before {
	transform: translateX(13px);
}

.tasty-recipes-cook-mode__switch-round {
	border-radius: 34px;
}

.tasty-recipes-cook-mode__switch-round:before {
	border-radius: 50%;
}

.tasty-recipes-cook-mode__label {
	font-weight: 700;
}
