.pb-module--gallery{padding:0;background:var(--pb-color-surface,#fff);}.pb-module--gallery [data-pb-gallery]{display:grid;gap:12px}.pb-module--gallery [data-pb-gallery-stage]{position:relative;overflow:hidden;border-radius:clamp(14px,3vw,26px);background:var(--pb-color-surface-muted,#f1f3ef);}.pb-module--gallery figure{height:100%;margin:0}.pb-module--gallery [data-pb-gallery-stage] img{width:100%;height:100%;object-fit:contain;transition:transform .28s ease;}.pb-module--gallery [data-pb-gallery-controls]{display:flex;gap:8px;align-items:center;flex-wrap:nowrap;overflow-x:auto;padding:2px 1px 4px;scrollbar-width:thin;}.pb-module--gallery [data-pb-gallery-controls] button{display:grid;width:72px;min-width:72px;height:72px;min-height:72px;place-items:center;overflow:hidden;border:1px solid var(--pb-color-border,#d9ded9);border-radius:12px;background:var(--pb-color-surface,#fff);color:var(--pb-color-text,#17211c);padding:0;}.pb-module--gallery [data-pb-gallery-controls] button img{width:100%;height:100%;object-fit:contain;}.pb-module--gallery [data-pb-gallery-controls] button[aria-pressed="true"]{border-color:var(--pb-color-brand,#171717);box-shadow:inset 0 0 0 2px var(--pb-color-brand,#171717);}.pb-module--gallery [data-pb-gallery-zoom]{width:auto!important;min-width:max-content!important;height:48px!important;min-height:48px!important;padding-inline:14px!important}.pb-module--gallery [data-pb-gallery-zoomed="true"] [data-pb-gallery-stage] img{cursor:zoom-out;transform:scale(1.22);transform-origin:center;}