.category-blocks-wrapper-78841229 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.category-blocks-wrapper-78841229 .category-block-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
    text-decoration: none;
    min-width: 200px;
    transition: all 0.3s ease;
}

.category-blocks-wrapper-78841229 .category-block-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.category-blocks-wrapper-78841229 .category-block-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}