.k-hne-heading-wrapper {
    text-align: center;
    margin-bottom: 16px;
}
.k-hne-heading {
    font-size: 42px;
    line-height: 46px;
    font-family: 'SVN Circular', sans-serif;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: shine-k-hne 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

@keyframes shine-k-hne {
    0% {
        background-position: 100% center;
    }
    85% {
        background-position: -100% center;
    }
    100% {
        background-position: -100% center;
    }
}
.k-hne-desc-wrapper {
    font-size: 16px;
    line-height: 24px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 400;
    color: #121212;
    text-align: center;
    margin-bottom: 24px;
}
.k-hne-list-item-image-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 50%;
    margin-bottom: 16px;

}
.k-hne-list-item-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.k-hne-list-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.k-hne-list-item-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid #e2e2e2;
    transition: all 0.25s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.k-hne-list-item-date {
    font-size: 14px;
    line-height: 22px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 400;
    color: #717171;
}
.k-hne-list-item-date-wrapper {
    margin-bottom: 12px;
}
.k-hne-list-item-title {
    font-size: 24px;
    line-height: 28px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    color: #121212 !important;
    margin-bottom: 8px;
}
.k-hne-list-item-title a {
    color: #121212 !important;
}
.k-hne-list-item-title-wrapper {
    margin-bottom: 12px;
}
.k-hne-list-item-readmore-btn {
    font-size: 16px;
    line-height: 24px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    color: #2A8E24;
}
.k-hne-list-item-readmore-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}
.k-hne-list-button-wrapper {
    display: none;
    text-align: center;
}
.k-hne-list-more-btn-wrapper {
    text-align: center;
}
.k-hne-list-button,
.k-hne-list-more-btn {
    background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%) !important;
    color: #fff !important;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-family: 'SVN Circular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: filter 0.2s, transform 0.05s;
}

.k-hne-list-button:hover,
.k-hne-list-more-btn:hover {
    filter: brightness(0.95);
}

.k-hne-list-button:active,
.k-hne-list-more-btn:active {
    transform: translateY(1px);
}
