/* Seasons-only public gallery albums and filters */
body.seasons-theme .seasons-page-content>section.seasons-gallery-page.py-5{
  justify-content:flex-start!important;
  padding:28px 20px 72px!important;
}
.seasons-gallery-container{max-width:980px}
.seasons-gallery-panel{padding:36px;background:#fff;border:1px solid rgba(120,104,91,.16)}
.seasons-gallery-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:0 0 30px}
.seasons-gallery-tab{
  min-width:110px;
  padding:11px 22px;
  border:1px solid var(--admin-button-1);
  border-radius:0;
  background:#fff;
  color:var(--admin-button-1);
  font-size:15px;
  cursor:pointer;
  transition:background .2s,color .2s;
}
.seasons-gallery-tab.is-active,.seasons-gallery-tab:hover{
  background:linear-gradient(90deg,var(--admin-button-1),var(--admin-button-2));
  color:#fff;
}
.seasons-gallery-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.seasons-gallery-item{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:var(--admin-main-2)}
.seasons-gallery-item[hidden]{display:none!important}
.seasons-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.seasons-gallery-item:hover img{transform:scale(1.035)}
.seasons-gallery-caption{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  padding:28px 12px 11px;
  background:linear-gradient(to top,rgba(15,12,10,.76),transparent);
  color:#fff;
}
.seasons-gallery-caption strong,.seasons-gallery-caption small{display:block}
.seasons-gallery-caption strong{font-size:15px;font-weight:500}
.seasons-gallery-caption small{margin-top:3px;font-size:11px;opacity:.86}
.seasons-gallery-empty{padding:55px 20px;color:#777;text-align:center}
html[dir="rtl"] .seasons-gallery-tabs,
html[dir="rtl"] .seasons-gallery-caption{direction:rtl}
html[dir="rtl"] .seasons-gallery-caption{text-align:right}
@media(max-width:991px){.seasons-gallery-items{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){
  body.seasons-theme .seasons-page-content>section.seasons-gallery-page.py-5{padding:16px!important}
  .seasons-gallery-container{width:100%;max-width:none;padding:0}
  .seasons-gallery-panel{padding:20px 16px;border:0}
  .seasons-gallery-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;margin-bottom:20px;padding-bottom:4px;-webkit-overflow-scrolling:touch}
  .seasons-gallery-tab{flex:0 0 auto;min-width:auto;padding:9px 18px;font-size:14px}
  .seasons-gallery-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
}
