/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sc-video/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.
 */
.wp-block-embed {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

.sc-video {
  display: flex;
  margin-block-end: 24px !important;
  flex-direction: column;
  gap: 32px;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .sc-video {
    padding: 0px;
    gap: 40px;
  }
}
.sc-video__iframe-container {
  background-size: 0;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .sc-video__iframe-container {
    background-size: 100% calc(50% + 50px);
  }
}
.sc-video__iframe-container > .block-editor-inner-blocks {
  border-radius: 25px;
  max-width: 1065px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 597px;
}
@media (min-width: 1024px) {
  .sc-video__iframe-container > .block-editor-inner-blocks {
    padding-top: 80px;
  }
}
.sc-video__iframe-container > .block-editor-inner-blocks > div {
  max-height: 597px;
}
.sc-video__iframe-container > .block-editor-inner-blocks > div > iframe {
  border-radius: 15px;
}
.sc-video__iframe-container > .is-type-video {
  border-radius: 25px;
  max-width: 1065px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 597px;
}
@media (min-width: 1024px) {
  .sc-video__iframe-container > .is-type-video {
    padding-top: 80px;
  }
}
.sc-video__iframe-container > .is-type-video > div {
  top: 150px;
  opacity: 0;
  position: relative;
  max-height: 597px;
}
.sc-video__iframe-container > .is-type-video > div::after {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(50% + 15px);
  outline-offset: 5px;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
}
.sc-video__iframe-container > .is-type-video > div > iframe {
  border-radius: 15px;
}
.sc-video__coment-container {
  max-width: 1065px !important;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--wp--preset--color--dark-blue-10);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 25px;
}
.sc-video__coment-container__comment {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: var(--wp--preset--font-size--body-m);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--body-m);
}
.sc-video__coment-container__comment > img {
  width: 24px;
}
.sc-video__coment-container__comenter {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: var(--wp--preset--color--neutral-0);
  flex-direction: column;
  gap: 4px;
  padding: 8px 16px;
}
.sc-video__coment-container__comenter__name {
  font-size: var(--wp--preset--font-size--body-m);
  font-style: normal;
  font-weight: 700;
  line-height: var(--wp--custom--line-height--body-m);
}
.sc-video__coment-container__comenter__position {
  font-size: var(--wp--preset--font-size--body-m);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--body-m);
}

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