.recipe-search-container-83b050a2 {
	direction: rtl;
	font-family: "Heebo", sans-serif;
	max-width: 1140px;
	margin: 0 auto;
	padding: 28px 0 56px;
	color: #33373D;
}

.recipe-search-bar-wrapper-83b050a2 {
	position: relative;
	margin-bottom: 22px;
}

.recipe-search-bar-wrapper-83b050a2 .search-icon-83b050a2 {
	display: none;
}

.recipe-search-bar-wrapper-83b050a2::before {
	content: "";
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 50%;
	width: 14px;
	height: 14px;
	border: 2px solid #4F5E38;
	border-radius: 50%;
	transform: translateY(-58%);
	pointer-events: none;
}

.recipe-search-bar-wrapper-83b050a2::after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 34px;
	top: calc(50% + 6px);
	width: 7px;
	height: 2px;
	background: #4F5E38;
	border-radius: 2px;
	transform: rotate(45deg);
	transform-origin: right center;
	pointer-events: none;
}

.recipe-search-container-83b050a2 .recipe-search-input-83b050a2 {
	width: 100%;
	min-height: 54px;
	padding: 14px 54px 14px 18px;
	font-family: "Heebo", sans-serif;
	font-size: 17px;
	color: #33373D;
	border: 1px solid rgba(79, 94, 56, 0.34);
	border-radius: 999px;
	outline: none;
	background: #FFFFFF;
	transition: border-color .18s ease, box-shadow .18s ease;
	box-shadow: 0 6px 18px rgba(79, 94, 56, 0.06);
}

.recipe-search-container-83b050a2 .recipe-search-input-83b050a2::placeholder {
	color: #4F5E38;
	opacity: 1;
}

.recipe-search-container-83b050a2 .recipe-search-input-83b050a2:focus {
	border-color: #C9A961;
	box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.22);
}

.recipe-tabs-scroll-container-83b050a2 {
	overflow: visible;
	margin-bottom: 34px;
	padding: 0;
}

.recipe-tabs-83b050a2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	white-space: normal;
	align-items: center;
}

.recipe-tab-btn-83b050a2 {
	min-height: 40px;
	background: #F7F4EC;
	color: #4F5E38;
	border: 1px solid rgba(79, 94, 56, 0.24);
	padding: 8px 17px;
	border-radius: 999px;
	font-family: "Heebo", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	font-weight: 600;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.recipe-tab-btn-83b050a2:hover,
.recipe-tab-btn-83b050a2:focus-visible {
	background: #F7F4EC;
	border-color: #C9A961;
	color: #33373D;
	outline: none;
}

.recipe-tab-btn-83b050a2:active {
	transform: translateY(1px);
}

.recipe-tab-btn-83b050a2.active {
	background: #4F5E38;
	border-color: #4F5E38;
	color: #FFFFFF;
}

.recipes-grid-83b050a2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 380px));
	justify-content: start;
	gap: 26px;
}

.recipe-card-83b050a2 {
	position: relative;
	background: #FFFFFF;
	border: 1px solid rgba(79, 94, 56, 0.18);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(79, 94, 56, 0.08);
	text-decoration: none;
	color: inherit;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.recipe-card-83b050a2:hover,
.recipe-card-83b050a2:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(201, 169, 97, 0.72);
	box-shadow: 0 15px 34px rgba(79, 94, 56, 0.13);
	outline: none;
}

.recipe-card-img-wrapper-83b050a2 {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #F7F4EC;
}

.recipe-card-img-wrapper-83b050a2 img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.recipe-card-83b050a2:hover .recipe-card-img-wrapper-83b050a2 img {
	transform: scale(1.025);
}

.recipe-card-content-83b050a2 {
	padding: 20px 22px 22px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 14px;
}

.recipe-card-title-83b050a2 {
	font-family: "Heebo", sans-serif;
	font-size: 21px;
	margin: 0;
	font-weight: 700;
	color: #4F5E38;
	line-height: 1.3;
}

.recipe-card-tags-83b050a2 {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: auto;
}

.recipe-tag-badge-83b050a2 {
	background: #F7F4EC;
	color: #4F5E38;
	border: 1px solid rgba(201, 169, 97, 0.42);
	font-size: 12px;
	line-height: 1.2;
	padding: 5px 9px;
	border-radius: 999px;
	font-weight: 600;
}

.recipes-no-results-83b050a2 {
	text-align: center;
	padding: 44px 24px;
	color: #4F5E38;
	background: #F7F4EC;
	border: 1px solid rgba(79, 94, 56, 0.14);
	border-radius: 12px;
	font-size: 16px;
}

.recipe-loader-83b050a2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 34px;
}

.spinner-83b050a2 {
	width: 36px;
	height: 36px;
	border: 3px solid #F7F4EC;
	border-top-color: #4F5E38;
	border-radius: 50%;
	animation: spin-83b050a2 .8s linear infinite;
}

@keyframes spin-83b050a2 {
	to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
	.recipe-search-container-83b050a2 {
		padding: 22px 16px 42px;
	}
	.recipe-search-container-83b050a2 .recipe-search-input-83b050a2 {
		min-height: 50px;
		font-size: 16px;
	}
	.recipe-tabs-83b050a2 {
		gap: 8px;
	}
	.recipe-tab-btn-83b050a2 {
		min-height: 38px;
		padding: 8px 14px;
		font-size: 13px;
	}
	.recipes-grid-83b050a2 {
		grid-template-columns: 1fr;
	}
	.recipe-card-content-83b050a2 {
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.recipe-card-83b050a2,
	.recipe-card-img-wrapper-83b050a2 img,
	.recipe-tab-btn-83b050a2 {
		transition: none;
	}
}
