.tool-card>a{
    text-decoration: none;
    color: black;
}
.tool-card-item {
    background: white;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
/*.tool-card-item:hover {*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
/*}*/
.tool-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 8px;
}
.tool-info {
    flex: 1;
}
.tool-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}
.tool-desc {
    font-size: 12px;
    color: #999;
}