
.tasty-recipes-instacart-button {
	align-items: center;
	background-color: #003d29;
	border-radius: 30px;
	color: #faf1e5;
	display: inline-flex;
	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;
}

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

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