.mbx-gallery ul.mbx-gallery__items{display:grid;gap:20px;margin:0;padding:0;list-style:none}@media(min-width:768px){.mbx-gallery ul.mbx-gallery__items{grid-template-columns:repeat(var(--mbx-gallery-columns,3),minmax(0,1fr))}}.mbx-gallery__item{min-width:0}.mbx-gallery__link{display:block;cursor:zoom-in}.mbx-gallery img{display:block;width:100%;height:100%;object-fit:cover}.mbx-gallery__items--16-9 img{aspect-ratio:16/9}.mbx-gallery__items--3-2 img{aspect-ratio:3/2}.mbx-gallery__items--4-3 img{aspect-ratio:4/3}.mbx-gallery__items--1-1 img{aspect-ratio:1}.mbx-gallery--carousel .mbx-gallery__slider{position:relative;width:100%;max-width:100%;min-width:0}.mbx-gallery--carousel .mbx-gallery__slider.swiper{overflow:hidden}.mbx-gallery--carousel ul.mbx-gallery__items{display:flex;gap:0}.mbx-gallery--carousel .mbx-gallery__item{flex:0 0 auto;width:100%}.mbx-gallery--carousel .mbx-gallery__arrow{position:absolute;inset-block-start:calc(50% - 24px);z-index:2;display:grid;place-items:center;width:32px;height:48px;padding:0;border:0;border-radius:3px;background:#0003;color:var(--wp--preset--color--white);cursor:pointer;transition:background-color var(--mbx-transition)}.mbx-gallery--carousel .mbx-gallery__arrow:hover{background:#000c}.mbx-gallery--carousel .mbx-gallery__arrow--prev{inset-inline-start:0}.mbx-gallery--carousel .mbx-gallery__arrow--prev svg{transform:rotate(90deg)}.mbx-gallery--carousel .mbx-gallery__arrow--next{inset-inline-end:0}.mbx-gallery--carousel .mbx-gallery__arrow--next svg{transform:rotate(-90deg)}.mbx-gallery--tiles{--mbx-gallery-row:300px}.mbx-gallery--tiles ul.mbx-gallery__items{display:flex;flex-wrap:wrap;gap:10px}.mbx-gallery--tiles .mbx-gallery__item{flex:var(--mbx-gallery-ratio,1.5) 1 calc(var(--mbx-gallery-ratio, 1.5) * var(--mbx-gallery-row));height:var(--mbx-gallery-row);overflow:hidden}@media(max-width:767px){.mbx-gallery--tiles .mbx-gallery__item{flex-basis:100%}}.mbx-gallery--tiles .mbx-gallery__link{display:block;height:100%}.mbx-gallery--tiles img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}@media(max-width:767px){.mbx-gallery--tiles{--mbx-gallery-row:220px}}