.cat-grid-65096eda-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cat-grid-65096eda-section-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}
.cat-grid-65096eda-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
}
.cat-grid-65096eda-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    gap: 10px;
}
.cat-grid-65096eda-item:hover {
    text-decoration: none;
}
.cat-grid-65096eda-img-wrap {
    width: 109px; /* Default size */
    height: 109px;
    border-radius: 50%; /* Circle look */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex-shrink: 0;
}
.cat-grid-65096eda-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-grid-65096eda-name {
    font-size: 14px;
    font-weight: 500;
    color: #444444;
}