.bfs-featured-seven{
 display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));
 gap:12px;row-gap:12px;column-gap:12px;box-sizing:border-box;width:100%;aspect-ratio:1183/825;padding:16px;border-radius:0;background:#1f1f1f
}
.bfs-featured-seven__item{
 display:block;box-sizing:border-box;width:100%;height:100%;min-width:0;min-height:0;padding:0;overflow:hidden;
 border:0 solid #fff;border-radius:8px;background:#141414;cursor:pointer
}
.bfs-featured-seven__item:not([data-bfs-featured-open]){cursor:default}
.bfs-featured-seven__item:nth-child(1){grid-column:1/span 6;grid-row:1/span 3}
.bfs-featured-seven__item:nth-child(2){grid-column:7/span 3;grid-row:1/span 2}
.bfs-featured-seven__item:nth-child(3){grid-column:10/span 3;grid-row:1/span 2}
.bfs-featured-seven__item:nth-child(4){grid-column:1/span 2;grid-row:4}
.bfs-featured-seven__item:nth-child(5){grid-column:3/span 2;grid-row:4}
.bfs-featured-seven__item:nth-child(6){grid-column:5/span 2;grid-row:4}
.bfs-featured-seven__item:nth-child(7){grid-column:7/span 6;grid-row:3/span 2}
.bfs-featured-seven__item img{display:block;box-sizing:border-box;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.bfs-featured-seven__item[data-bfs-featured-open]:hover img{transform:scale(1.04)}
.bfs-featured-seven__item:focus-visible{outline:3px solid #b8272e;outline-offset:2px}
.bfs-featured-seven__dialog{width:min(94vw,1000px);max-height:94vh;padding:18px;border:0;border-radius:14px;background:#141414;color:#fff}
.bfs-featured-seven__dialog::backdrop{background:rgba(0,0,0,.82)}
.bfs-featured-seven__viewer img{display:block;max-width:100%;max-height:72vh;margin:auto;object-fit:contain}
.bfs-featured-seven__viewer p{text-align:center;margin:10px 0 0}
.bfs-featured-seven__viewer p:empty{display:none}
.bfs-featured-seven__dialog .bfs-featured-seven__close{position:absolute;top:12px;right:12px;z-index:1;display:grid!important;place-items:center;box-sizing:border-box;width:40px!important;min-width:40px!important;max-width:40px;height:40px!important;min-height:40px!important;max-height:40px;margin:0;padding:0!important;border:0;border-radius:50%!important;background:#fff;color:#141414;font-size:25px;line-height:1;text-align:center;cursor:pointer}
.bfs-featured-seven__nav{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:14px}
.bfs-featured-seven__dialog .bfs-featured-seven__nav button{display:grid!important;place-items:center;box-sizing:border-box;flex:none;width:40px!important;min-width:40px!important;max-width:40px;height:40px!important;min-height:40px!important;max-height:40px;margin:0;padding:0!important;border:1px solid #888;border-radius:50%!important;background:transparent;color:#fff;font-size:20px;line-height:1;text-align:center;cursor:pointer}
@media(max-width:1024px){
 .bfs-featured-seven{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:none;grid-auto-rows:clamp(160px,23vw,240px);aspect-ratio:auto}
 .bfs-featured-seven__item:nth-child(n){grid-column:auto;grid-row:auto}
 .bfs-featured-seven__item:nth-child(-n+2){grid-column:span 3}
 .bfs-featured-seven__item:nth-child(n+3):nth-child(-n+5){grid-column:span 2}
 .bfs-featured-seven__item:nth-child(n+6){grid-column:span 6}
}
@media(max-width:767px){
 .bfs-featured-seven{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:none;grid-auto-rows:clamp(112px,34vw,190px)}
 .bfs-featured-seven__item:nth-child(n){grid-column:auto;grid-row:auto}
 .bfs-featured-seven__item:nth-child(-n+4){grid-column:span 3}
 .bfs-featured-seven__item:nth-child(n+3):nth-child(-n+4){grid-column:span 3}
 .bfs-featured-seven__item:nth-child(n+5){grid-column:span 2}
}
