/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2025 | 18:44:14 */
ul.cwl-categories {
    display: grid;
    grid-auto-flow: column;
    list-style: none;
    justify-content: center;
    column-gap: 1rem;
}

ul.cwl-categories li {
    align-self: center;
    justify-self: center;
}

ul.cwl-categories li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.cwl-categories li a:hover {
	text-decoration: underline;
}

ul.cwl-categories li a img {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}

p.cwl-all-recipes {
	text-align: center;
	font-style: italic;
	margin-top: 1rem;
}

p.cwl-all-recipes a {
	text-decoration: none;
}

p.cwl-all-recipes a:hover {
	text-decoration: underline;
}