.knra-related-articles {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.knra-related-articles__title {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
}

.knra-related-articles__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.knra-related-articles__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #fff;
}

.knra-related-articles__thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.knra-related-articles__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.knra-related-articles__content {
    padding: 0.9rem 1rem 1rem;
}

.knra-related-articles__meta {
    margin-bottom: 0.45rem;
    font-size: 0.8rem;
    opacity: 0.75;
}

.knra-related-articles__card-title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.35;
}

.knra-related-articles__card-title a {
    text-decoration: none;
}

.knra-related-articles__card-title a:hover,
.knra-related-articles__card-title a:focus {
    text-decoration: underline;
}

.knra-related-articles__excerpt {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0.9;
}

.knra-related-articles--empty {
    padding: 1rem;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
