/* MESSEM Dinamik Eğitim Kataloğu */

.ve-insight-card{
    transition:all .3s ease;
}

.ve-insight-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.ve-insight-cat{
    min-height:28px;
    display:inline-flex;
    align-items:center;
    letter-spacing:.08em;
}

.ve-insight-body h5{
    min-height:58px;
}

.ve-insight-body p{
    min-height:76px;
}

.ve-insight-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.ve-insight-meta span{
    font-size:13px;
}

.ve-insight-meta a{
    white-space:nowrap;
}

.ve-pagination{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content:flex-start;
    margin-top:40px;
}

.ve-pagination a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:36px;
    height:36px;
    padding:0 10px;
    border-radius:8px;
}

.ve-cat-list li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ve-cat-list a.active-category{
    color:#d9a514 !important;
    font-weight:700;
}

.ve-course-count{
    margin-bottom:22px;
    color:#6b7280;
    font-size:14px;
    font-weight:600;
}

.ve-no-result{
    background:#fff;
    border-radius:16px;
    padding:32px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ve-no-result h5{
    margin-bottom:8px;
}
