/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/site/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.modal-trigger {
  gap: 1em;
}

.basicLightbox {
  overflow-y: auto;
}

.basicLightbox__placeholder {
  width: 100%;
  max-width: 1250px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-modal {
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.modal.swap-icon .modal-trigger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.modal-close {
  background-color: #fff;
  width: 23px;
  height: 23px;
  border-radius: 12px;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 99;
}
.modal-close img {
  width: 17px;
}

.close-icon {
  margin-left: 3px;
  margin-bottom: 0;
}

.trigger-lightbox {
  cursor: pointer;
}

.cmp-ape-wrapper .text-section .text-item {
  margin: 0;
  gap: 1em;
}

.position-relative {
  position: relative;
}

@media (orientation: landscape) and (max-height: 600px) {
  .basicLightbox--visible {
    overflow-y: scroll;
  }
  .basicLightbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal-close {
    right: -3px;
  }
}
