.rnxt-posts {
    max-width: 100%;
}

.rnxt-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.rnxt-card {
    display: flex;
    background: #f4f7fb;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    gap: 15px;
}

.rnxt-thumb img {
    width: 120px;
    height: auto;
    border-radius: 4px;
}

.rnxt-content {
    flex: 1;
}

.rnxt-post-title {
    font-size: 18px;
    margin: 0 0 6px;
}

.rnxt-post-title a {
    color: #000;
    text-decoration: none;
}

.rnxt-post-title a:hover {
    color: #2a5bd7;
}

.rnxt-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px;
}

.rnxt-read-more {
    font-size: 14px;
    color: #2a5bd7;
    text-decoration: none;
}

.rnxt-read-more:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 600px) {
    .rnxt-card {
        flex-direction: column;
    }

    .rnxt-thumb img {
        width: 100%;
    }
}
