{"version":3,"file":"blocks/MediaGalleryItem/style-index.css","mappings":";;;AACA;EACE;EACA;AAAF;AAGE;EACE;EACA;EACA;AADJ;AAME;EACE;AAJJ;AAOE;EACE;AALJ;AAcI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AAZN;AAgBE;EAAwC;EAAU;AAZpD;AAaE;EAAyC;EAAU;AATrD;AAUE;EAA2C;EAAa;AAN1D;AAOE;EAA4C;EAAa;AAH3D;AAIE;EACE;EACA;EACA;EACA;EACA;AAFJ;AAKE;EAEE;AAJJ,C","sources":["webpack://brandy-blocks/./src/blocks/MediaGalleryItem/style.scss"],"sourcesContent":["// Gallery Item — frontend + editor figure styles.\n.brandy-media-gallery__item {\n  position: relative;\n  margin: 0;\n\n  // Inner image fills the figure box.\n  img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  // Zoom-in cursor only when the parent gallery actually opens a lightbox.\n  // `.has-lightbox` is added by view.js bootstrap when lightbox is enabled.\n  .brandy-media-gallery.has-lightbox & {\n    cursor: zoom-in;\n  }\n\n  &-inner {\n    display: contents;\n  }\n\n  // Title position overlays — applied via parent context (is-title-{position})\n  &.is-title-top-left,\n  &.is-title-top-right,\n  &.is-title-bottom-left,\n  &.is-title-bottom-right,\n  &.is-title-center {\n    .wp-block-heading {\n      position: absolute;\n      margin: 0;\n      padding: 6px 10px;\n      background: rgba(0, 0, 0, 0.55);\n      color: #fff;\n      border-radius: 4px;\n      max-width: calc(100% - 16px);\n    }\n  }\n\n  &.is-title-top-left .wp-block-heading { top: 8px; left: 8px; }\n  &.is-title-top-right .wp-block-heading { top: 8px; right: 8px; }\n  &.is-title-bottom-left .wp-block-heading { bottom: 8px; left: 8px; }\n  &.is-title-bottom-right .wp-block-heading { bottom: 8px; right: 8px; }\n  &.is-title-center .wp-block-heading {\n    inset: auto;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    text-align: center;\n  }\n\n  &.is-title-hidden .wp-block-heading,\n  &.is-title-hidden .wp-block-paragraph {\n    display: none;\n  }\n}\n"],"names":[],"sourceRoot":""}