.nva-new-news{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 18px rgb(0 0 0/5%);overflow:hidden}.nva-new-news__item{display:grid;grid-template-columns:7em 10em minmax(0,1fr) 1.5em;column-gap:1em;align-items:center;padding:1.25em 1.75em;color:inherit;text-decoration:none;transition:background-color .2s ease}.nva-new-news__item:not(:last-child){border-bottom:1px solid #e5e5e5}.nva-new-news__item:hover,.nva-new-news__item:focus-visible{background-color:#fafafa;color:inherit;text-decoration:none}.nva-new-news__item:focus-visible{outline:2px solid var(--accent-color,#cd162c);outline-offset:-2px}.nva-new-news__date{grid-column:1;font-variant-numeric:tabular-nums;white-space:nowrap}.nva-new-news__category{grid-column:2;display:block;width:10em;padding:.35em .4em;background-color:var(--accent-color,#cd162c);border-radius:4px;color:#fff;line-height:1.4;text-align:center;white-space:nowrap}.nva-new-news__title{grid-column:3;min-width:0;line-height:1.6;overflow-wrap:anywhere;white-space:normal}.nva-new-news__arrow{grid-column:4;color:var(--accent-color,#cd162c);font-size:2em;font-weight:300;line-height:1;text-align:right;transition:transform .2s ease}.nva-new-news__item:hover .nva-new-news__arrow,.nva-new-news__item:focus-visible .nva-new-news__arrow{transform:translateX(4px)}@media (max-width:639px){.nva-new-news__item{grid-template-columns:7em minmax(0,1fr) 1.25em;gap:.65em .75em;padding:1em}.nva-new-news__date{grid-column:1}.nva-new-news__category{grid-column:2;justify-self:start;width:9em;min-width:0;font-size:.9em}.nva-new-news__title{grid-column:1/4;white-space:normal}.nva-new-news__arrow{grid-column:3;grid-row:1}}