<style>
.jdihn-card {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: none;
}

.jdihn-img {
    position: relative;
}

.jdihn-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.jdihn-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0d6efd;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
}

.jdihn-body {
    padding: 14px;
}

.jdihn-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 8px;
}

.jdihn-title {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    line-height: 1.5;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    margin-bottom: 10px;
}

.jdihn-link {
    font-size: 13px;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.jdihn-link:hover {
    text-decoration: underline;
}
</style>