.pslevel1grid {
    margin: 30px 0;
}

.ps-cat-item {
    margin-bottom: 20px;
    text-align: center;
}

.cat-box {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding-bottom: 10px;
}

.cat-box:hover {
    transform: translateY(-5px);
}

.cat-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.cat-box h3 {
    font-size: 16px;
    margin-top: 10px;
}

.cat-count {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}