/* ------------------------------
   GRID
--------------------------------*/
.zntech-tiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    background: #f4f6fa;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top:15px;
    padding-bottom:15px;
    padding-right: 10px;
    padding-left: 10px;
    transition: max-height 0.35s ease;
}

.zntech-tile {
    background: #fff;
    display: block;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    text-decoration: none;
    color: #1c2c4c;
    transition: .25s ease;
}

.zntech-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.zntech-tile-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zntech-tile-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.zntech-tile-title {
    font-size: 14px;
    font-weight: 600;
}

.zntech-tile {
    min-height: 80px;
}

.czcard-about-catalog-short{
    padding-bottom:25px;
    
}
