

/* CSS from section stylesheet tags */
.custom-category-grid{display:flex;flex-wrap:wrap;gap:20px;max-width:1200px;margin:0 auto;padding:20px 10px;box-sizing:border-box}
.custom-category-item{width:23%;text-align:left}
.custom-category-item a{text-decoration:none!important;color:#000!important;display:flex;flex-direction:column;align-items:center}
.image-container{width:100%;aspect-ratio:1/1;max-width:120px}
.custom-category-item img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.custom-category-item p{margin-top:8px;font-weight:400!important;font-size:13px}
@media screen and (max-width:768px){
.custom-category-grid{flex-direction:column;gap:0}
.custom-category-item{width:100%;border-bottom:1px solid #e0e0e0;padding:10px 0}
.custom-category-item a{flex-direction:row;align-items:center}
.image-container{width:60px;height:60px;flex-shrink:0;margin-right:15px;max-width:none}
.custom-category-item p{margin:0;font-size:15px;text-align:left}
}