vpm-latest-news{display:block;--news-meta:var(--text-muted)}.zebra-dark vpm-latest-news{--news-meta:var(--text-body-on-dark)}vpm-latest-news ul{display:grid;gap:var(--space-md);grid-template-columns:1fr}vpm-latest-news li:nth-child(n+5){display:none}@media (min-width:577px){vpm-latest-news ul{grid-template-columns:repeat(2,1fr)}}@media (min-width:993px){vpm-latest-news ul{grid-template-columns:repeat(4,1fr)}}@media (min-width:1600px){vpm-latest-news ul{grid-template-columns:repeat(5,1fr)}vpm-latest-news li:nth-child(5){display:block}}vpm-latest-news a{color:inherit;display:grid;gap:var(--space-xxs);text-decoration:none}vpm-latest-news .news-thumb{border-radius:var(--radius-card);margin:0 0 var(--space-xxs)}vpm-latest-news .news-date{color:var(--news-meta)}vpm-latest-news .news-title{display:-webkit-box;-webkit-box-orient:vertical;color:var(--text-heading);font-size:var(--fs-base);-webkit-line-clamp:3;line-clamp:3;line-height:var(--lh-h3);margin:0;overflow:hidden;text-wrap:pretty;transition:color var(--duration-fast) var(--ease-standard)}vpm-latest-news a:focus-visible .news-title,vpm-latest-news a:hover .news-title{color:var(--link);text-decoration:underline}vpm-latest-news[data-mode=mosaic]{--news-tile-row:168px;--news-tile-pad:var(--space-md);--news-tile-ink:var(--text-heading-on-dark)}vpm-latest-news[data-mode=mosaic] ul{gap:var(--space-sm);grid-auto-flow:row dense;grid-auto-rows:var(--news-tile-row);grid-template-columns:1fr}vpm-latest-news[data-mode=mosaic] li:nth-child(n+5){display:block}vpm-latest-news[data-mode=mosaic] li{grid-column:auto;grid-row:auto}vpm-latest-news[data-mode=mosaic] li[data-size=large]{grid-row:span 2}@media (min-width:577px){vpm-latest-news[data-mode=mosaic] ul{grid-template-columns:repeat(2,1fr)}vpm-latest-news[data-mode=mosaic] li[data-size=large],vpm-latest-news[data-mode=mosaic] li[data-size=wide]{grid-column:span 2}}@media (min-width:993px){vpm-latest-news[data-mode=mosaic]{--news-tile-row:196px}vpm-latest-news[data-mode=mosaic] ul{gap:var(--space-md);grid-template-columns:repeat(4,1fr)}}vpm-latest-news[data-mode=mosaic] .news-tile-link{background:var(--surface-dark);border:1px solid var(--border-on-dark);border-radius:var(--radius-card);color:var(--news-tile-ink);display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:hidden;padding:var(--news-tile-pad);position:relative;text-decoration:none;transition:border-color var(--duration-base) var(--ease-standard)}vpm-latest-news[data-mode=mosaic] .news-tile-img{filter:brightness(.78) saturate(.95);height:100%;inset:0;object-fit:cover;position:absolute;transition:transform var(--duration-base) var(--ease-standard),filter var(--duration-base) var(--ease-standard);width:100%}vpm-latest-news[data-mode=mosaic] .news-tile-link:after{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-black) 25%,transparent) 0,color-mix(in srgb,var(--surface-black) 70%,transparent) 42%,color-mix(in srgb,var(--surface-black) 93%,transparent) 100%);content:"";inset:0;position:absolute}vpm-latest-news[data-mode=mosaic] li[data-size=standard] .news-tile-link:after{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-black) 45%,transparent) 0,color-mix(in srgb,var(--surface-black) 84%,transparent) 40%,color-mix(in srgb,var(--surface-black) 97%,transparent) 100%)}vpm-latest-news[data-mode=mosaic] .news-tile-body{display:grid;gap:var(--space-xxs);position:relative;z-index:1}vpm-latest-news[data-mode=mosaic] .news-tile-link:focus-visible,vpm-latest-news[data-mode=mosaic] .news-tile-link:hover{border-color:color-mix(in srgb,var(--link-on-dark) 60%,transparent)}vpm-latest-news[data-mode=mosaic] .news-tile-link:focus-visible .news-tile-img,vpm-latest-news[data-mode=mosaic] .news-tile-link:hover .news-tile-img{filter:brightness(.88) saturate(1);transform:scale(1.04)}vpm-latest-news[data-mode=mosaic] .news-tile-eyebrow{color:var(--link-on-dark);margin:0}vpm-latest-news[data-mode=mosaic] .news-tile-title{display:-webkit-box;-webkit-box-orient:vertical;color:var(--news-tile-ink);font-size:var(--fs-md);-webkit-line-clamp:3;line-clamp:3;line-height:var(--lh-h3);margin:0;overflow:hidden;text-wrap:pretty}vpm-latest-news[data-mode=mosaic] li[data-size=large] .news-tile-title{font-size:var(--fs-h3);-webkit-line-clamp:4;line-clamp:4;line-height:var(--lh-h2)}@media (min-width:577px){vpm-latest-news[data-mode=mosaic] li[data-size=wide] .news-tile-title{font-size:var(--fs-lg)}}vpm-latest-news[data-mode=mosaic] .news-tile-text{display:-webkit-box;-webkit-box-orient:vertical;color:var(--text-body-on-dark);font-size:var(--fs-sm);-webkit-line-clamp:3;line-clamp:3;line-height:var(--lh-h3);margin:0;overflow:hidden}vpm-latest-news[data-mode=mosaic] li[data-size=standard] .news-tile-text{display:none}vpm-latest-news[data-mode=mosaic] .news-tile-cta{align-items:center;color:var(--link-on-dark);display:inline-flex;font-size:var(--fs-xs);font-weight:var(--fw-button);gap:var(--space-xxs);letter-spacing:var(--ls-button);margin-top:var(--space-xxs);text-transform:uppercase}vpm-latest-news[data-mode=mosaic] .news-tile-arrow{background:currentColor;height:var(--caret-weight);position:relative;transition:transform var(--duration-fast) var(--ease-standard);width:14px}vpm-latest-news[data-mode=mosaic] .news-tile-arrow:after{border-right:var(--caret-weight) solid;border-top:var(--caret-weight) solid;content:"";height:var(--caret-size);position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(45deg);width:var(--caret-size)}vpm-latest-news[data-mode=mosaic] .news-tile-link:focus-visible .news-tile-arrow,vpm-latest-news[data-mode=mosaic] .news-tile-link:hover .news-tile-arrow{transform:translateX(4px)}vpm-latest-news[data-mode=mosaic] .news-tile-logo{display:block;max-width:42%;position:absolute;right:var(--news-tile-pad);top:var(--news-tile-pad);z-index:1}vpm-latest-news[data-mode=mosaic] .news-tile-logo img{display:block;height:auto;max-height:22px;max-width:100%;width:auto}vpm-latest-news[data-mode=mosaic] li[data-size=large] .news-tile-logo img{max-height:30px}@media (min-width:577px){vpm-latest-news[data-mode=mosaic] li[data-size=wide] .news-tile-logo img{max-height:30px}}