{"version":3,"file":"blocks/imgGallery/fseGallery/style-index.css","mappings":";;;AACI;EACI;AAAR;AAEI;EACI;EACA;EACA;AAAR;AAEI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;KAAA;AAAR;AACQ;EACI;AACZ;AAEQ;EACI;EACA;EACA;AAAZ,C","sources":["webpack://fse-blocks/./src/blocks/imgGallery/fseGallery/style.scss"],"sourcesContent":[".wp-block-fse-blocks-fse-gallery {\r\n    .fse-gallery-imgprev {\r\n        width: 100%;\r\n    }\r\n    .fse-gal-thumbnails {\r\n        display: grid;\r\n        grid-template-columns: repeat(6, 1fr);\r\n        gap: 10px;\r\n    }\r\n    .fse-gallery-thumb {\r\n        border-radius: 12px;\r\n        border: 3px solid transparent;\r\n        transition: 0.2s ease all;\r\n        filter: brightness(0.6);\r\n        display: block;\r\n        cursor: pointer;\r\n        transform: scale(1);\r\n        box-sizing: border-box;\r\n        height: 75px;\r\n        object-fit: cover;\r\n        &:hover {\r\n            filter: brightness(1);\r\n        }\r\n\r\n        &.fseg-selected {\r\n            border: 3px solid #026ae0;\r\n            transform: scale(1.1);\r\n            filter: brightness(1);\r\n        }\r\n    }\r\n}"],"names":[],"sourceRoot":""}