.subcat-grid-4fed01a4 {
    display: grid;
    justify-content: center;
    align-items: start;
    width: 100%;
}

.subcat-item-4fed01a4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.subcat-item-link-4fed01a4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.subcat-circle-img-wrapper-4fed01a4 {
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subcat-circle-img-4fed01a4 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subcat-placeholder-4fed01a4 {
    color: #ffffff;
}

.subcat-letter-4fed01a4 {
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
}

.subcat-title-4fed01a4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 8px;
    transition: color 0.3s ease;
    word-break: break-word;
}

.subcat-no-results-4fed01a4 {
    padding: 20px;
    text-align: center;
    color: #666;
    font-style: italic;
}

/* Animations */

/* Zoom Animation */
.subcat-anim-zoom:hover .subcat-circle-img-4fed01a4 {
    transform: scale(1.12);
}

/* Lift Up Animation */
.subcat-anim-lift {
    transition: transform 0.3s ease;
}
.subcat-anim-lift:hover {
    transform: translateY(-8px);
}

/* Shadow Glow */
.subcat-anim-shadow:hover .subcat-circle-img-wrapper-4fed01a4 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}
