.fsgk-galleries-page,
.fsgk-gallery-detail-page{
    background:#f5f7f9;
}

.fsgk-gallery-directory,
.fsgk-gallery-detail{
    padding:100px 0;
}

.fsgk-section-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    color:var(--accent-color);
    font-family:var(--accent-font);
    font-size:17px;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.fsgk-section-kicker:before{
    content:"";
    width:28px;
    height:2px;
    background:currentColor;
}

.fsgk-gallery-intro{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:45px;
}

.fsgk-gallery-intro>div:first-child{
    max-width:720px;
}

.fsgk-gallery-intro h2,
.fsgk-gallery-results__heading h2,
.fsgk-gallery-album-hero h2,
.fsgk-gallery-description h2,
.fsgk-gallery-context h2{
    margin:0;
    color:var(--primary-color);
    font-family:var(--accent-font);
    font-size:54px;
    font-weight:400;
    line-height:1.05;
    text-transform:uppercase;
}

.fsgk-gallery-intro p{
    margin:18px 0 0;
    color:#67717d;
    font-size:17px;
    line-height:1.8;
}

.fsgk-gallery-stats{
    display:flex;
    flex:0 0 auto;
    overflow:hidden;
    border:1px solid #e1e6eb;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 45px rgba(11,35,57,.07);
}

.fsgk-gallery-stats span{
    min-width:115px;
    padding:22px 20px;
    text-align:center;
}

.fsgk-gallery-stats span+span{
    border-left:1px solid #e5e9ed;
}

.fsgk-gallery-stats strong{
    display:block;
    color:var(--primary-color);
    font-family:var(--accent-font);
    font-size:36px;
    font-weight:400;
    line-height:1;
}

.fsgk-gallery-stats small{
    display:block;
    margin-top:7px;
    color:#7b858f;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.fsgk-gallery-toolbar{
    position:relative;
    z-index:3;
    margin-bottom:50px;
    padding:24px;
    border:1px solid #e0e5ea;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 50px rgba(11,35,57,.07);
}

.fsgk-gallery-toolbar form{
    display:grid;
    grid-template-columns:minmax(260px,1fr) 190px 220px auto auto;
    gap:15px;
    align-items:end;
}

.fsgk-gallery-toolbar label{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin:0;
}

.fsgk-gallery-toolbar label>span{
    color:#56616d;
    font-size:12px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.fsgk-gallery-search{
    position:relative;
}

.fsgk-gallery-search i{
    position:absolute;
    left:18px;
    bottom:17px;
    color:var(--accent-color);
}

.fsgk-gallery-toolbar input,
.fsgk-gallery-toolbar select{
    width:100%;
    height:54px;
    border:1px solid #dce2e7;
    border-radius:10px;
    outline:0;
    background:#f8fafb;
    color:var(--primary-color);
    font-size:14px;
    transition:border-color .25s ease,box-shadow .25s ease,background .25s ease;
}

.fsgk-gallery-toolbar input{
    padding:0 18px 0 48px;
}

.fsgk-gallery-toolbar select{
    padding:0 42px 0 15px;
}

.fsgk-gallery-toolbar input:focus,
.fsgk-gallery-toolbar select:focus{
    border-color:var(--accent-color);
    background:#fff;
    box-shadow:0 0 0 4px rgba(227,31,54,.08);
}

.fsgk-gallery-toolbar .btn-default{
    min-height:54px;
    border:0;
    white-space:nowrap;
}

.fsgk-gallery-reset{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 10px;
    color:#65707b;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}

.fsgk-gallery-reset:hover{
    color:var(--accent-color);
}

.fsgk-gallery-featured{
    position:relative;
    min-height:490px;
    margin-bottom:80px;
    overflow:hidden;
    border-radius:24px;
    background:
        linear-gradient(90deg,rgba(5,23,40,.97) 0%,rgba(5,23,40,.78) 48%,rgba(5,23,40,.16) 100%),
        var(--fsgk-gallery-cover) center/cover no-repeat;
    box-shadow:0 26px 65px rgba(8,29,47,.18);
}

.fsgk-gallery-featured:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.22));
    pointer-events:none;
}

.fsgk-gallery-featured__content{
    position:relative;
    z-index:1;
    display:flex;
    min-height:490px;
    max-width:670px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:65px;
}

.fsgk-gallery-featured .fsgk-section-kicker{
    color:#fff;
}

.fsgk-gallery-featured h2{
    margin:0;
    color:#fff;
    font-family:var(--accent-font);
    font-size:64px;
    font-weight:400;
    line-height:1;
    text-transform:uppercase;
}

.fsgk-gallery-featured p{
    margin:20px 0 0;
    color:rgba(255,255,255,.78);
    font-size:16px;
    line-height:1.8;
}

.fsgk-gallery-featured ul{
    display:flex;
    flex-wrap:wrap;
    gap:18px 28px;
    margin:25px 0 32px;
    padding:0;
    list-style:none;
}

.fsgk-gallery-featured li{
    display:flex;
    align-items:center;
    gap:9px;
    color:#fff;
    font-size:13px;
    font-weight:700;
}

.fsgk-gallery-featured li i{
    color:var(--accent-color);
}

.fsgk-gallery-results__heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:25px;
    margin-bottom:35px;
}

.fsgk-gallery-results__heading>strong{
    display:flex;
    align-items:baseline;
    gap:8px;
    color:var(--accent-color);
    font-family:var(--accent-font);
    font-size:44px;
    font-weight:400;
    line-height:1;
}

.fsgk-gallery-results__heading>strong small{
    color:#77818b;
    font-family:var(--default-font);
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.fsgk-gallery-results__heading>a{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:var(--primary-color);
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}

.fsgk-gallery-results__heading>a:hover{
    color:var(--accent-color);
}

.fsgk-gallery-grid{
    row-gap:30px;
}

.fsgk-gallery-card{
    height:100%;
    overflow:hidden;
    border:1px solid #e0e5ea;
    border-radius:18px;
    background:#fff;
    box-shadow:0 15px 40px rgba(11,35,57,.06);
    transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.fsgk-gallery-card:hover{
    transform:translateY(-7px);
    border-color:rgba(227,31,54,.35);
    box-shadow:0 24px 55px rgba(11,35,57,.13);
}

.fsgk-gallery-card__media{
    position:relative;
    display:block;
    height:270px;
    overflow:hidden;
}

.fsgk-gallery-card__media figure,
.fsgk-gallery-card__media img{
    width:100%;
    height:100%;
    margin:0;
}

.fsgk-gallery-card__media img{
    object-fit:cover;
    transition:transform .6s ease;
}

.fsgk-gallery-card:hover .fsgk-gallery-card__media img{
    transform:scale(1.07);
}

.fsgk-gallery-card__shade{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(3,17,30,0) 35%,rgba(3,17,30,.78) 100%);
}

.fsgk-gallery-card__count,
.fsgk-gallery-card__video{
    position:absolute;
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    backdrop-filter:blur(8px);
}

.fsgk-gallery-card__count{
    left:18px;
    bottom:18px;
    padding:9px 13px;
    background:rgba(7,25,42,.72);
}

.fsgk-gallery-card__video{
    top:18px;
    right:18px;
    padding:9px 11px;
    background:var(--accent-color);
}

.fsgk-gallery-card__body{
    display:flex;
    min-height:275px;
    flex-direction:column;
    padding:26px;
}

.fsgk-gallery-card__meta{
    display:flex;
    flex-wrap:wrap;
    gap:9px 16px;
    min-height:21px;
    color:#7a848e;
    font-size:11px;
    font-weight:700;
}

.fsgk-gallery-card__meta span{
    display:inline-flex;
    align-items:center;
    gap:7px;
}

.fsgk-gallery-card__meta i{
    color:var(--accent-color);
}

.fsgk-gallery-card h3{
    margin:15px 0 11px;
    font-family:var(--accent-font);
    font-size:31px;
    font-weight:400;
    line-height:1.08;
    text-transform:uppercase;
}

.fsgk-gallery-card h3 a{
    color:var(--primary-color);
    text-decoration:none;
}

.fsgk-gallery-card h3 a:hover{
    color:var(--accent-color);
}

.fsgk-gallery-card p{
    margin:0 0 20px;
    color:#6f7983;
    font-size:14px;
    line-height:1.7;
}

.fsgk-gallery-card__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-top:auto;
    padding-top:18px;
    border-top:1px solid #e9edf0;
}

.fsgk-gallery-card__footer>span{
    overflow:hidden;
    color:#7b858f;
    font-size:11px;
    font-weight:800;
    letter-spacing:.05em;
    text-overflow:ellipsis;
    text-transform:uppercase;
    white-space:nowrap;
}

.fsgk-gallery-card__footer>a{
    display:inline-flex;
    width:38px;
    height:38px;
    flex:0 0 auto;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--accent-color);
    color:#fff;
    text-decoration:none;
    transition:transform .25s ease,background .25s ease;
}

.fsgk-gallery-card__footer>a:hover{
    transform:translateX(3px);
    background:var(--primary-color);
}

.fsgk-directory-pagination{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:20px;
    margin-top:50px;
}

.fsgk-directory-pagination>div{
    display:flex;
    justify-content:center;
    gap:8px;
}

.fsgk-directory-pagination a{
    display:inline-flex;
    min-width:43px;
    height:43px;
    align-items:center;
    justify-content:center;
    border:1px solid #dfe4e8;
    border-radius:9px;
    background:#fff;
    color:var(--primary-color);
    font-size:13px;
    font-weight:800;
    text-decoration:none;
    transition:all .25s ease;
}

.fsgk-directory-pagination a:hover,
.fsgk-directory-pagination a.is-active{
    border-color:var(--accent-color);
    background:var(--accent-color);
    color:#fff;
}

.fsgk-directory-pagination__arrow{
    width:max-content;
    gap:9px;
    padding:0 16px;
}

.fsgk-directory-pagination__arrow:last-child{
    justify-self:end;
}

/* Detail */
.fsgk-gallery-album-hero{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);
    overflow:hidden;
    margin-bottom:70px;
    border-radius:24px;
    background:var(--primary-color);
    box-shadow:0 25px 65px rgba(6,26,43,.18);
}

.fsgk-gallery-album-hero__image{
    min-height:560px;
}

.fsgk-gallery-album-hero__image figure,
.fsgk-gallery-album-hero__image img{
    width:100%;
    height:100%;
    margin:0;
}

.fsgk-gallery-album-hero__image img{
    object-fit:cover;
}

.fsgk-gallery-album-hero__content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:60px;
}

.fsgk-gallery-album-hero .fsgk-section-kicker{
    color:var(--accent-color);
}

.fsgk-gallery-album-hero h2{
    color:#fff;
    font-size:58px;
}

.fsgk-gallery-album-hero p{
    margin:20px 0 0;
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:1.85;
}

.fsgk-gallery-album-stats{
    display:grid;
    width:100%;
    grid-template-columns:repeat(3,1fr);
    margin:30px 0;
    border-top:1px solid rgba(255,255,255,.13);
    border-bottom:1px solid rgba(255,255,255,.13);
}

.fsgk-gallery-album-stats span{
    padding:20px 12px 20px 0;
}

.fsgk-gallery-album-stats span+span{
    padding-left:20px;
    border-left:1px solid rgba(255,255,255,.13);
}

.fsgk-gallery-album-stats strong{
    display:block;
    color:#fff;
    font-family:var(--accent-font);
    font-size:34px;
    font-weight:400;
    line-height:1;
}

.fsgk-gallery-album-stats small{
    display:block;
    margin-top:6px;
    color:rgba(255,255,255,.55);
    font-size:10px;
    font-weight:800;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.fsgk-gallery-album-hero .btn-default i{
    margin-right:8px;
}

.fsgk-gallery-description,
.fsgk-gallery-context{
    margin-bottom:65px;
    padding:42px;
    border:1px solid #e0e5ea;
    border-radius:20px;
    background:#fff;
    box-shadow:0 16px 45px rgba(11,35,57,.06);
}

.fsgk-gallery-description h2,
.fsgk-gallery-context h2{
    font-size:44px;
}

.fsgk-gallery-description>div{
    margin-top:20px;
    color:#69747f;
    font-size:16px;
    line-height:1.9;
}

.fsgk-gallery-media-section{
    margin-bottom:70px;
}

.fsgk-gallery-media-grid{
    display:grid;
    grid-template-columns:repeat(12,1fr);
    grid-auto-flow:dense;
    gap:18px;
}

.fsgk-gallery-media{
    grid-column:span 4;
    min-height:310px;
    overflow:hidden;
    border-radius:15px;
    background:#dfe4e8;
}

.fsgk-gallery-media:nth-child(7n+1),
.fsgk-gallery-media:nth-child(7n+5){
    grid-column:span 8;
}

.fsgk-gallery-media:nth-child(7n+1){
    min-height:470px;
}

.fsgk-gallery-media__button,
.fsgk-gallery-media__unavailable{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    min-height:inherit;
    overflow:hidden;
    border:0;
    padding:0;
    background:#122c42;
    cursor:pointer;
    text-align:left;
}

.fsgk-gallery-media__button figure,
.fsgk-gallery-media__button img{
    width:100%;
    height:100%;
    margin:0;
}

.fsgk-gallery-media__button img{
    position:absolute;
    inset:0;
    object-fit:cover;
    transition:transform .55s ease,filter .35s ease;
}

.fsgk-gallery-media__button:hover img{
    transform:scale(1.06);
    filter:brightness(.82);
}

.fsgk-gallery-media__overlay{
    position:absolute;
    z-index:2;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:55px 22px 20px;
    background:linear-gradient(180deg,transparent,rgba(3,17,29,.9));
    color:#fff;
    pointer-events:none;
}

.fsgk-gallery-media__overlay strong{
    font-family:var(--accent-font);
    font-size:25px;
    font-weight:400;
    line-height:1.08;
    text-transform:uppercase;
}

.fsgk-gallery-media__overlay small{
    margin-top:5px;
    color:rgba(255,255,255,.65);
    font-size:10px;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.fsgk-gallery-media__zoom{
    position:absolute;
    z-index:3;
    top:18px;
    right:18px;
    display:flex;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.92);
    color:var(--primary-color);
    opacity:0;
    transform:translateY(-8px);
    transition:opacity .25s ease,transform .25s ease;
}

.fsgk-gallery-media__button:hover .fsgk-gallery-media__zoom,
.fsgk-gallery-media__button:focus-visible .fsgk-gallery-media__zoom{
    opacity:1;
    transform:translateY(0);
}

.fsgk-gallery-media__video-placeholder{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        radial-gradient(circle at 65% 25%,rgba(227,31,54,.4),transparent 32%),
        linear-gradient(135deg,#183b55,#071c2d);
}

.fsgk-gallery-media__video-placeholder i{
    display:flex;
    width:76px;
    height:76px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--accent-color);
    color:#fff;
    font-size:24px;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    transition:transform .3s ease;
}

.fsgk-gallery-media__button:hover .fsgk-gallery-media__video-placeholder i{
    transform:scale(1.08);
}

.fsgk-gallery-media__unavailable{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    cursor:default;
    color:#fff;
    text-align:center;
}

.fsgk-gallery-media__unavailable i{
    color:var(--accent-color);
    font-size:34px;
}

.fsgk-gallery-media__unavailable small{
    color:rgba(255,255,255,.6);
}

.fsgk-gallery-context>div{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px;
    margin-top:25px;
}

.fsgk-gallery-context a{
    display:flex;
    align-items:center;
    gap:16px;
    min-height:90px;
    padding:18px;
    border:1px solid #e2e7eb;
    border-radius:13px;
    background:#f8fafb;
    color:var(--primary-color);
    text-decoration:none;
    transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

.fsgk-gallery-context a:hover{
    transform:translateY(-3px);
    border-color:rgba(227,31,54,.4);
    background:#fff;
}

.fsgk-gallery-context a>i{
    display:flex;
    width:48px;
    height:48px;
    flex:0 0 auto;
    align-items:center;
    justify-content:center;
    border-radius:11px;
    background:var(--accent-color);
    color:#fff;
    font-size:18px;
}

.fsgk-gallery-context a span{
    display:flex;
    min-width:0;
    flex-direction:column;
}

.fsgk-gallery-context a small{
    color:#7c8690;
    font-size:10px;
    font-weight:800;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.fsgk-gallery-context a strong{
    margin-top:4px;
    overflow:hidden;
    font-size:14px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.fsgk-related-galleries{
    padding-top:10px;
}

/* Lightbox */
html.fsgk-gallery-open,
html.fsgk-gallery-open body{
    overflow:hidden;
}

.fsgk-gallery-lightbox[hidden]{
    display:none!important;
}

.fsgk-gallery-lightbox{
    position:fixed;
    z-index:99999;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:35px;
}

.fsgk-gallery-lightbox__backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,11,19,.94);
    backdrop-filter:blur(8px);
}

.fsgk-gallery-lightbox__dialog{
    position:relative;
    z-index:1;
    display:grid;
    width:min(1180px,94vw);
    height:min(850px,90vh);
    grid-template-columns:70px minmax(0,1fr) 70px;
    grid-template-rows:minmax(0,1fr) auto;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:#071b2c;
    box-shadow:0 35px 90px rgba(0,0,0,.5);
}

.fsgk-gallery-lightbox__content{
    display:flex;
    min-width:0;
    min-height:0;
    grid-column:2;
    align-items:center;
    justify-content:center;
    padding:25px;
}

.fsgk-gallery-lightbox__content img,
.fsgk-gallery-lightbox__content iframe{
    display:block;
    width:100%;
    height:100%;
    border:0;
    object-fit:contain;
}

.fsgk-gallery-lightbox__close,
.fsgk-gallery-lightbox__nav{
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
    transition:color .25s ease,background .25s ease;
}

.fsgk-gallery-lightbox__close:hover,
.fsgk-gallery-lightbox__nav:hover{
    color:var(--accent-color);
}

.fsgk-gallery-lightbox__close{
    position:absolute;
    z-index:3;
    top:15px;
    right:15px;
    display:flex;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(0,0,0,.45);
    font-size:20px;
}

.fsgk-gallery-lightbox__nav{
    display:flex;
    grid-row:1;
    align-items:center;
    justify-content:center;
    font-size:25px;
}

.fsgk-gallery-lightbox__nav.is-prev{
    grid-column:1;
}

.fsgk-gallery-lightbox__nav.is-next{
    grid-column:3;
}

.fsgk-gallery-lightbox__dialog>footer{
    display:flex;
    grid-column:1/-1;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    min-height:86px;
    padding:18px 28px;
    border-top:1px solid rgba(255,255,255,.12);
    background:#051521;
}

.fsgk-gallery-lightbox__dialog>footer strong{
    display:block;
    color:#fff;
    font-family:var(--accent-font);
    font-size:25px;
    font-weight:400;
    line-height:1.05;
    text-transform:uppercase;
}

.fsgk-gallery-lightbox__dialog>footer p{
    margin:5px 0 0;
    color:rgba(255,255,255,.58);
    font-size:12px;
}

.fsgk-gallery-lightbox__dialog>footer>span{
    flex:0 0 auto;
    color:rgba(255,255,255,.75);
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
}

@media(max-width:1199px){
    .fsgk-gallery-toolbar form{
        grid-template-columns:minmax(250px,1fr) 170px 190px auto;
    }
    .fsgk-gallery-reset{
        grid-column:1/-1;
        justify-content:flex-start;
        min-height:auto;
    }
    .fsgk-gallery-album-hero__content{
        padding:45px;
    }
    .fsgk-gallery-album-hero h2{
        font-size:50px;
    }
}

@media(max-width:991px){
    .fsgk-gallery-directory,
    .fsgk-gallery-detail{
        padding:80px 0;
    }
    .fsgk-gallery-intro{
        align-items:flex-start;
        flex-direction:column;
    }
    .fsgk-gallery-intro h2,
    .fsgk-gallery-results__heading h2{
        font-size:46px;
    }
    .fsgk-gallery-toolbar form{
        grid-template-columns:1fr 1fr;
    }
    .fsgk-gallery-search{
        grid-column:1/-1;
    }
    .fsgk-gallery-toolbar .btn-default{
        align-self:end;
    }
    .fsgk-gallery-featured,
    .fsgk-gallery-featured__content{
        min-height:450px;
    }
    .fsgk-gallery-featured__content{
        padding:45px;
    }
    .fsgk-gallery-featured h2{
        font-size:54px;
    }
    .fsgk-gallery-album-hero{
        grid-template-columns:1fr;
    }
    .fsgk-gallery-album-hero__image{
        min-height:430px;
    }
    .fsgk-gallery-media{
        grid-column:span 6!important;
        min-height:330px!important;
    }
}

@media(max-width:767px){
    .fsgk-gallery-directory,
    .fsgk-gallery-detail{
        padding:60px 0;
    }
    .fsgk-gallery-intro h2,
    .fsgk-gallery-results__heading h2,
    .fsgk-gallery-description h2,
    .fsgk-gallery-context h2{
        font-size:38px;
    }
    .fsgk-gallery-stats{
        width:100%;
    }
    .fsgk-gallery-stats span{
        min-width:0;
        flex:1;
        padding:17px 8px;
    }
    .fsgk-gallery-stats strong{
        font-size:30px;
    }
    .fsgk-gallery-toolbar{
        padding:18px;
    }
    .fsgk-gallery-toolbar form{
        grid-template-columns:1fr;
    }
    .fsgk-gallery-search,
    .fsgk-gallery-reset{
        grid-column:auto;
    }
    .fsgk-gallery-featured{
        min-height:500px;
        background:
            linear-gradient(180deg,rgba(5,23,40,.55),rgba(5,23,40,.97) 74%),
            var(--fsgk-gallery-cover) center/cover no-repeat;
    }
    .fsgk-gallery-featured__content{
        min-height:500px;
        justify-content:flex-end;
        padding:30px;
    }
    .fsgk-gallery-featured h2{
        font-size:45px;
    }
    .fsgk-gallery-featured ul{
        gap:10px 18px;
    }
    .fsgk-gallery-results__heading{
        align-items:flex-start;
    }
    .fsgk-gallery-results__heading>strong{
        font-size:35px;
    }
    .fsgk-gallery-card__media{
        height:245px;
    }
    .fsgk-directory-pagination{
        grid-template-columns:1fr;
        justify-items:center;
    }
    .fsgk-directory-pagination__arrow,
    .fsgk-directory-pagination__arrow:last-child{
        justify-self:center;
    }
    .fsgk-directory-pagination>span{
        display:none;
    }
    .fsgk-gallery-album-hero__image{
        min-height:320px;
    }
    .fsgk-gallery-album-hero__content{
        padding:32px 25px;
    }
    .fsgk-gallery-album-hero h2{
        font-size:43px;
    }
    .fsgk-gallery-album-stats span,
    .fsgk-gallery-album-stats span+span{
        padding:15px 8px;
    }
    .fsgk-gallery-description,
    .fsgk-gallery-context{
        padding:28px 22px;
    }
    .fsgk-gallery-media-grid{
        grid-template-columns:1fr;
    }
    .fsgk-gallery-media{
        grid-column:auto!important;
        min-height:300px!important;
    }
    .fsgk-gallery-context>div{
        grid-template-columns:1fr;
    }
    .fsgk-gallery-lightbox{
        padding:10px;
    }
    .fsgk-gallery-lightbox__dialog{
        width:100%;
        height:92vh;
        grid-template-columns:46px minmax(0,1fr) 46px;
        border-radius:12px;
    }
    .fsgk-gallery-lightbox__content{
        padding:12px 0;
    }
    .fsgk-gallery-lightbox__dialog>footer{
        min-height:76px;
        padding:14px 18px;
    }
    .fsgk-gallery-lightbox__dialog>footer strong{
        font-size:20px;
    }
    .fsgk-gallery-lightbox__dialog>footer p{
        display:none;
    }
}
