/*
Theme Name: Milna 2024
Author: Tonjoo
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 8.1
Version: 0.9.14
Text Domain: milna
*/

.singleContent__share-sosmed .addtoany_list a:not(.addtoany_special_service) > span {
	border-radius: 20px;
	padding: 4px;
}

.addtoany_share_save.addtoany_share {
	display: none;
}

.sgrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding-bottom: 20px;
}

.sgrid .splide__slide {
	z-index: 5;
}

@media (min-width: 576px) {
	.sgrid {
		grid-template-columns: repeat(3, 1fr);
	}

	.recipe__lists .sgrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.productTabs__categoryContent .content__category-item img {
	margin-right: 8px;
}

.page-template-template-home .explore__searchMore-lists .resep-item:hover {
	cursor: pointer;
}

@media (max-width: 575.98px) {
	.page-template-template-home .explore__searchContent-notfound {
		width: calc(100% - 80px);
		margin: 0 40px;
	}
}
