.rn-card {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.rn-inner {
    display: flex;
    gap: 16px;
    padding: 16px;
    text-decoration: none;
    color: inherit;
}
.rn-thumb img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}
.rn-tag {
    display: inline-block;
    background: #f5c518;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.rn-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a6e;
    margin: 0 0 8px;
    line-height: 1.4;
}
.rn-excerpt {
    font-size: 13px;
    color: #555;
    margin: 0 0 8px;
}
.rn-readmore {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a6e;
    text-decoration: underline;
}
