 .featured-grid{--columns:1;display:grid;grid-template-columns:repeat(var(--columns), 1fr);grid-gap:18px;gap:18px;background-color:rgb(var(--theme-area_background));padding:18px;border-radius:inherit;margin:calc(var(--sp-2) * -1);}@media (min-width:600px){.featured-grid{--columns:2;}}@media (min-width:900px){.featured-grid{--columns:3;}}@media (min-width:1200px){.featured-grid > *:nth-child(1){grid-column:span 2;grid-row:span 2;}}@media (min-width:2200px){.featured-grid{--columns:4;}.featured-grid > ._item:last-child{display:none;}}.featured-grid ._item{background-color:rgb(var(--theme-area_background_light));box-shadow:rgba(0,0,0,.15) 0px 4px 8px -2px, rgba(0,0,0,.07) 0px 1px 1px;position:relative;display:flex;flex-direction:column;border-radius:6px;overflow:hidden;}.featured-grid ._item::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;}.featured-grid ._item:hover::after{background-color:rgba(255,255,255,.1);}.featured-grid a{position:relative;}.featured-grid ._link-panel{position:absolute;top:0;right:0;bottom:0;left:0;}.featured-grid ._link-panel > span{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}.featured-grid ._hero{background-color:rgb(var(--theme-area_background));background-size:cover;background-position:50%;flex:1 0 auto;text-shadow:0px 1px 2px rgba(0,0,0,.8);color:#fff;display:flex;flex-direction:column;box-shadow:inset rgba(0,0,0,0.15) 0px 0px 0px 1px;border-top-left-radius:inherit;border-top-right-radius:inherit;}.featured-grid ._top{background-image:linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,0));margin:0;padding:10px;list-style:none;display:flex;flex-wrap:wrap;flex:0 0 auto;}.featured-grid ._top li + li{margin-left:15px;}.featured-grid ._top li:last-child{margin-left:auto;}.featured-grid ._height{flex:1 0 80px;flex-basis:max(15vh, 80px);}.featured-grid ._share{margin:0;list-style:none;padding:0;flex:0 0 auto;display:flex;justify-content:flex-end;}.featured-grid ._share a{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background:rgba(0,0,0,.2);color:inherit;}.featured-grid ._share a:hover{background:rgba(0,0,0,.3);}.featured-grid ._title{display:block;flex:0 0 auto;padding:1.2em;font-size:15px;color:inherit;}.featured-grid ._title h2{margin:0;color:rgb(var(--theme-text_dark));font-weight:500;font-size:18px;line-height:1.3;}