/**
 * site/recipe-index-categories — legacy .index-wrap parity.
 */

.recipe-index-categories.index-wrap {
	max-width: 1195px;
	width:97%;
	margin: 0 auto;
	padding: 0 0px;
}

.recipe-index-categories__main-title,
.recipe-index-categories h3 {
    border-bottom: 3px solid #F1EDE8;
    margin: 35px 0 25px;
    padding-bottom: 20px;
}

.recipe-index-categories__group-title,
.recipe-index-categories h4 {
    color: #000000;
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 25px;
    margin-top: 0;
    letter-spacing: 0.03rem;
}

.recipe-index-categories__list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 3px solid #F1EDE8;
	padding: 0 0 6px;
	margin: 0 0 35px;
	list-style: none;
}

.recipe-index-categories__group:last-child .recipe-index-categories__list {
	margin-bottom: 0;
}

.recipe-index-categories__list li {
	width: 114px;
	text-align: center;
	margin: 0 35px 37px 0;
	list-style: none;
}

.recipe-index-categories__list a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.recipe-index-categories__thumb,
.recipe-index-categories__list .image {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin: 0 auto 17px;
	display: block;
}

.recipe-index-categories__label,
.recipe-index-categories__list .title {
	color: #4B5B33;
	font-size: 15px;
	font-family: 'IBM Plex Mono', monospace;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05rem;
	transition: all 0.3s;
	display:inline;
	background-image: linear-gradient(to right, #f1ede8 0%, #f1ede8 100%);
	background-repeat: repeat-x;
	background-position: 0 103%;
	background-size: 105% 0px;
	line-height:1;
}

.recipe-index-categories__list a:hover .recipe-index-categories__label,
.recipe-index-categories__list a:hover .title {
	background-image: linear-gradient(to right, #f1ede8 0%, #f1ede8 100%);
	background-repeat: repeat-x;
	background-position: 0 103%;
	background-size: 105% 11px;
}

/* Responsive — legacy parity */
@media (max-width: 768px) {
	.recipe-index-categories__list li {
		/* width: 88px; */
	margin: 0 6px 35px;
	}
	.recipe-index-categories__label, .recipe-index-categories__list .title {
		font-size: 14px;
        letter-spacing: 0;
        line-height: 1;
        display: block;
	}
	.recipe-index-categories__thumb, .recipe-index-categories__list .image {
margin: 0 auto 10px;}
}
