/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/gallery-block/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
body.no-scroll {
  overflow: hidden !important;
}

.wp-block-superprof-gallery-block {
  margin: 2rem 0 !important;
  padding: 0;
}
.wp-block-superprof-gallery-block[data-piano=true] {
  margin: 0 !important;
}
.wp-block-superprof-gallery-block[data-piano=true][data-view=slider] .dots {
  display: none;
}
.wp-block-superprof-gallery-block[data-view=grid] .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 auto;
}
.wp-block-superprof-gallery-block[data-view=grid] .gallery-wrapper .wp-block-superprof-gallery-image {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
}
.wp-block-superprof-gallery-block[data-view=grid] .gallery-wrapper .wp-block-superprof-gallery-image img {
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.wp-block-superprof-gallery-block[data-view=grid] .gallery-wrapper .wp-block-superprof-gallery-image figcaption {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
}
.wp-block-superprof-gallery-block[data-view=grid][data-orientation=portrait] .wp-block-superprof-gallery-image picture img {
  aspect-ratio: 9/10;
}
.wp-block-superprof-gallery-block[data-view=grid][data-orientation=landscape] .gallery-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.wp-block-superprof-gallery-block[data-view=grid][data-orientation=landscape] .wp-block-superprof-gallery-image picture img {
  aspect-ratio: 3/2;
}
.wp-block-superprof-gallery-block[data-view=grid][data-columns="3"] .wp-block-superprof-gallery-image picture img {
  aspect-ratio: 3/4;
}
.wp-block-superprof-gallery-block[data-view=slider] {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  transition: 1s;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image {
  position: relative;
  margin: 0;
  width: 87vw;
  opacity: 0;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image.active {
  opacity: 1;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image picture {
  display: block;
  position: relative;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image picture img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 87vw;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image figcaption {
  display: none;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image.has-caption:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%);
  border-radius: 24px;
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 1;
  z-index: 1;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image.has-caption figcaption {
  position: absolute;
  bottom: 35px;
  padding: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 12;
  pointer-events: none;
  transition: opacity 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image:hover::before {
  opacity: 0;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image:hover figcaption {
  opacity: 0;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-nav {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-nav button {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  justify-content: space-between;
}
.wp-block-superprof-gallery-block[data-view=slider] .slider-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wp-block-superprof-gallery-block[data-view=slider] .dots {
  position: absolute;
  z-index: 12;
  color: #fff;
  left: 0;
  width: 100%;
  margin: -35px 0 0 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  transition: 1s;
}
.wp-block-superprof-gallery-block[data-view=slider] .dots li {
  list-style: none !important;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 5px !important;
  border-radius: 20px;
}
.wp-block-superprof-gallery-block[data-view=slider] .dots li.active {
  width: 30px;
}
.wp-block-superprof-gallery-block[data-view=slider] .dots li:hover {
  cursor: pointer;
}
.wp-block-superprof-gallery-block[data-view=slider] .score-difficulty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wp-block-superprof-gallery-block[data-view=slider] .score-difficulty a {
  background: #5ca4fd;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 4px;
  margin: 5px;
}
.wp-block-superprof-gallery-block[data-view=slider] .score-difficulty a:hover, .wp-block-superprof-gallery-block[data-view=slider] .score-difficulty a.active {
  background: #157dfe;
}
.wp-block-superprof-gallery-block[data-view=slider][data-orientation=portrait] .slider-track .wp-block-superprof-gallery-image {
  width: auto;
}
.wp-block-superprof-gallery-block[data-view=slider][data-orientation=portrait] .slider-track .wp-block-superprof-gallery-image picture img {
  max-height: calc(85vh - 60px);
}
.wp-block-superprof-gallery-block[data-view=before-after] {
  position: relative;
  overflow: hidden;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper {
  display: flex;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  opacity: 0;
  left: 50%;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image picture {
  display: block;
  max-width: 100%;
  max-height: calc(85vh - 60px);
  height: 100%;
  cursor: pointer;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image picture img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image figcaption {
  display: none;
  flex-shrink: 0;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image.active {
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.wp-block-superprof-gallery-block[data-view=before-after] .gallery-wrapper .wp-block-superprof-gallery-image + .wp-block-superprof-gallery-image.active {
  transform: translateX(-100%);
  left: 0;
}
.wp-block-superprof-gallery-block[data-view=before-after] .before-after-controls {
  text-align: center;
  z-index: 2;
  width: 100%;
  margin-bottom: 10px;
}
.wp-block-superprof-gallery-block[data-view=before-after] .before-after-controls button {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  padding: 1rem 3rem;
  font-size: 2rem;
  width: 45%;
  margin: 0 0.5rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.wp-block-superprof-gallery-block[data-view=before-after] .before-after-controls button.active {
  background: #ff6363;
  color: #fff;
  border-color: #ff6363;
}
.wp-block-superprof-gallery-block[data-view=before-after][data-orientation=landscape] .gallery-wrapper .wp-block-superprof-gallery-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-superprof-gallery-block.show-caption figcaption {
  display: block !important;
  text-align: center;
}
.wp-block-superprof-gallery-block.show-caption[data-view=slider] .has-caption:before {
  content: "";
}
.wp-block-superprof-gallery-block .blocks-gallery-caption {
  margin: 0 24px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .wp-block-superprof-gallery-block[data-view=slider] .score-difficulty {
    flex-direction: unset;
  }
  .wp-block-superprof-gallery-block[data-view=slider] .score-difficulty a {
    margin: 10px;
  }
  .wp-block-superprof-gallery-block[data-view=slider] .dots li {
    margin: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-superprof-gallery-block {
    margin: 3rem 0 !important;
  }
  .wp-block-superprof-gallery-block[data-view=grid][data-columns="3"] .gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .wp-block-superprof-gallery-block[data-view=grid][data-orientation=landscape] .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image {
    width: 840px;
  }
  .wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image picture img {
    max-width: 100%;
  }
  .wp-block-superprof-gallery-block[data-view=slider] .slider-track .wp-block-superprof-gallery-image.has-caption::before {
    border-radius: 40px;
  }
  .wp-block-superprof-gallery-block[data-view=before-after] .before-after-controls button {
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    width: auto;
  }
  .wp-block-superprof-gallery-block .blocks-gallery-caption {
    margin: 0 40px;
  }
}

/* Lightbox overlay */
.lightbox-overlay {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px 50px;
}
.lightbox-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-overlay .lightbox-image {
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
  width: 100%;
  flex-shrink: 0;
}
.lightbox-overlay .lightbox-caption {
  color: white;
  font-size: 1em;
  width: 100%;
  flex-shrink: 0;
  padding: 2rem 0;
  height: -moz-fit-content;
  height: fit-content;
}
.lightbox-overlay .lightbox-caption.empty {
  display: none;
}
.lightbox-overlay .lightbox-close,
.lightbox-overlay .lightbox-prev,
.lightbox-overlay .lightbox-next {
  position: fixed;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
}
.lightbox-overlay .lightbox-close span,
.lightbox-overlay .lightbox-prev span,
.lightbox-overlay .lightbox-next span {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.lightbox-overlay .lightbox-close {
  top: 1rem;
  right: 1rem;
}
.lightbox-overlay .lightbox-prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-overlay .lightbox-next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .lightbox-overlay {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    overflow: hidden;
  }
  .lightbox-overlay .lightbox-image {
    max-width: 60%;
  }
  .lightbox-overlay .lightbox-caption {
    max-width: 40%;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    overflow: auto;
  }
  .lightbox-overlay .lightbox-caption.empty {
    display: none;
  }
  .lightbox-overlay.portrait .lightbox-image {
    max-width: 50%;
    max-height: 90vh;
  }
  .lightbox-overlay.portrait .lightbox-caption {
    max-width: 50%;
  }
}

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