/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/simple-gallery/style.css ***!
  \**********************************************************************************************************************************************************************************/
.simple-gallery .gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery-item {
  position: relative;
}

.gallery-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.gallery-caption {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    border-bottom: 1px solid #979797;
    text-align: center;
    padding: 20px;
}

.wp-block-p7-simple-gallery {
    width: 100%;
    max-width: 100% !important;
}


/*# sourceMappingURL=style-index.css.map*/