.rm-whats-new-entry {
    background: var(--rm-white);
    border-radius: var(--rm-radius-md);
    box-shadow: var(--rm-shadow-2, 0 2px 8px rgba(20,32,25,0.08));
    padding: var(--rm-space-5);
    margin-bottom: var(--rm-space-4);
}
.rm-whats-new-date {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--rm-fog);
    margin-bottom: var(--rm-space-2);
}
.rm-whats-new-entry h2 { font-size: 1.3rem; margin-bottom: var(--rm-space-2); }
