/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/youtube/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-wppros-youtube .grid {
  display: flex;
  max-width: 100%;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid {
    gap: 20px;
  }
}
.wp-block-wppros-youtube .grid .column-one {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid .column-one {
    flex: 1 1 50%;
    gap: 20px;
  }
}
.wp-block-wppros-youtube .grid .column-two {
  flex: 1 0 100%;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid .column-two {
    flex: 1 1 20%;
  }
}
.wp-block-wppros-youtube .grid .column-two.items-1 .youtube-video {
  height: 100%;
}
.wp-block-wppros-youtube .grid .column-two.items-1 .youtube-video a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.wp-block-wppros-youtube .grid .column-two.items-1 .youtube-video a img {
  display: block;
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid .column-two.items-1 .youtube-video a img {
    display: none;
  }
}
.wp-block-wppros-youtube .grid .column-two.items-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block-wppros-youtube .grid .column-two.items-2 .youtube-video {
  height: 50%;
}
.wp-block-wppros-youtube .grid .column-two.items-2 .youtube-video a {
  display: block;
  height: 100%;
  background-size: 110%;
  background-position: center center;
}
.wp-block-wppros-youtube .grid .column-two.items-2 .youtube-video a img {
  display: block;
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid .column-two.items-2 .youtube-video a img {
    display: none;
  }
}
.wp-block-wppros-youtube .grid .column-three {
  flex: 1 1 30%;
}
.wp-block-wppros-youtube .grid .column-three.items-1 .youtube-video {
  height: 100%;
}
.wp-block-wppros-youtube .grid .column-three.items-1 .youtube-video a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.wp-block-wppros-youtube .grid .column-three.items-1 .youtube-video a img {
  display: block;
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid .column-three.items-1 .youtube-video a img {
    display: none;
  }
}
.wp-block-wppros-youtube .grid .column-three.items-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block-wppros-youtube .grid .column-three.items-2 .youtube-video {
  height: 50%;
}
.wp-block-wppros-youtube .grid .column-three.items-2 .youtube-video a {
  display: block;
  height: 100%;
  background-size: 110%;
  background-position: center center;
}
.wp-block-wppros-youtube .grid .column-three.items-2 .youtube-video a img {
  display: block;
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid .column-three.items-2 .youtube-video a img {
    display: none;
  }
}
.wp-block-wppros-youtube .grid .thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.wp-block-wppros-youtube .grid .thumbs .youtube-video {
  flex: 0 0 calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .wp-block-wppros-youtube .grid .thumbs {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .wp-block-wppros-youtube .grid .thumbs .youtube-video {
    flex: auto;
  }
}
.wp-block-wppros-youtube .grid .youtube-video {
  background-color: aqua;
  overflow: hidden;
  border-radius: 5px;
}
.wp-block-wppros-youtube .grid .youtube-video img {
  width: 100%;
  margin: 0;
  vertical-align: top;
}
.wp-block-wppros-youtube .theme-light {
  --brand-primary: rgb(47, 112, 193);
  --brand-secondary: rgb(116, 97, 195);
  --brand-alternative: rgb(19, 120, 134);
  --background-site: rgb(249, 249, 249);
  --background-code: rgb(244, 244, 244);
  --text-body: rgb(54, 49, 61);
  --text-comment: rgb(99, 94, 105);
  --text-high-contrast: rgb(49, 49, 49);
  --text-medium-contrast: rgb(99, 94, 105);
  --text-low-contrast: rgb(116, 109, 118);
  --detail-high-contrast: rgb(192, 192, 192);
  --detail-medium-contrast: rgb(234, 234, 234);
  --detail-low-contrast: rgb(240, 240, 242);
  --admonition-note: rgb(46, 109, 188);
  --admonition-warning: rgb(255, 196, 9);
  --admonition-danger: rgb(220, 38, 38);
  --brand-primary-rgb-value: 47, 112, 193;
  --brand-secondary-rgb-value: 116, 97, 195;
  --brand-alternative-rgb-value: 19, 120, 134;
  --background-site-rgb-value: 249, 249, 249;
  --background-code-rgb-value: 244, 244, 244;
  --text-body-rgb-value: 54, 49, 61;
  --text-comment-rgb-value: 99, 94, 105;
  --text-high-contrast-rgb-value: 49, 49, 49;
  --text-medium-contrast-rgb-value: 99, 94, 105;
  --text-low-contrast-rgb-value: 116, 109, 118;
  --detail-high-contrast-rgb-value: 192, 192, 192;
  --detail-medium-contrast-rgb-value: 234, 234, 234;
  --detail-low-contrast-rgb-value: 240, 240, 242;
  --admonition-note-rgb-value: 46, 109, 188;
  --admonition-warning-rgb-value: 255, 196, 9;
  --admonition-danger-rgb-value: 220, 38, 38;
}
.wp-block-wppros-youtube .theme-dark {
  --brand-primary: rgb(138, 180, 248);
  --brand-secondary: rgb(193, 168, 226);
  --brand-alternative: rgb(136, 186, 191);
  --background-site: rgb(0, 0, 0);
  --background-code: rgb(12, 12, 12);
  --text-body: rgb(222, 222, 222);
  --text-comment: rgb(170, 170, 170);
  --text-high-contrast: rgb(230, 230, 230);
  --text-medium-contrast: rgb(202, 202, 202);
  --text-low-contrast: rgb(170, 170, 170);
  --detail-high-contrast: rgb(101, 101, 101);
  --detail-medium-contrast: rgb(25, 25, 25);
  --detail-low-contrast: rgb(21, 21, 21);
  --admonition-note: rgb(138, 180, 248);
  --admonition-warning: rgb(253, 186, 116);
  --admonition-danger: rgb(220, 38, 38);
  --brand-primary-rgb-value: 138, 180, 248;
  --brand-secondary-rgb-value: 193, 168, 226;
  --brand-alternative-rgb-value: 136, 186, 191;
  --background-site-rgb-value: 0, 0, 0;
  --background-code-rgb-value: 12, 12, 12;
  --text-body-rgb-value: 222, 222, 222;
  --text-comment-rgb-value: 170, 170, 170;
  --text-high-contrast-rgb-value: 230, 230, 230;
  --text-medium-contrast-rgb-value: 202, 202, 202;
  --text-low-contrast-rgb-value: 170, 170, 170;
  --detail-high-contrast-rgb-value: 101, 101, 101;
  --detail-medium-contrast-rgb-value: 25, 25, 25;
  --detail-low-contrast-rgb-value: 21, 21, 21;
  --admonition-note-rgb-value: 138, 180, 248;
  --admonition-warning-rgb-value: 253, 186, 116;
  --admonition-danger-rgb-value: 220, 38, 38;
}
.wp-block-wppros-youtube .embla {
  max-width: 100%;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 40%;
  position: relative;
}
.wp-block-wppros-youtube .embla__viewport {
  overflow: hidden;
}
.wp-block-wppros-youtube .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  align-items: flex-start; /* Add this */
  transition: height 0.2s;
}
.wp-block-wppros-youtube .embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.wp-block-wppros-youtube .embla__slide .embla__slide__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wp-block-wppros-youtube .embla__slide .embla__slide__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.wp-block-wppros-youtube .embla__slide .embla__slide__wrapper .embla__slide__content {
  display: block;
  width: 100%;
}
.wp-block-wppros-youtube .embla__slide .embla__slide__wrapper.wppros-has-background .embla__slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-wppros-youtube .embla__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 10px;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons .embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons .embla__button .embla__button__svg {
  width: 35%;
  height: 35%;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons .embla__button:disabled {
  color: var(--detail-high-contrast);
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides .embla__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  outline: none !important;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides .embla__button .embla__button__svg {
  width: 100%;
  height: 100%;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides .embla__button--prev {
  left: -70px;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides .embla__button--next {
  right: -70px;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides-overlay .embla__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  outline: none !important;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides-overlay .embla__button .embla__button__svg {
  width: 100%;
  height: 100%;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides-overlay .embla__button--prev {
  left: 10px;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.sides-overlay .embla__button--next {
  right: 10px;
}
.wp-block-wppros-youtube .embla__controls .embla__buttons.under .embla__button {
  box-shadow: inset 0 0 0 2px var(--detail-medium-contrast);
}
.wp-block-wppros-youtube .embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.wp-block-wppros-youtube .embla__dots.center {
  justify-content: center;
}
.wp-block-wppros-youtube .embla__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
}
.wp-block-wppros-youtube .embla__dot:after {
  box-shadow: inset 0 0 0 2px var(--detail-medium-contrast);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
}
.wp-block-wppros-youtube .embla__dot--selected:after {
  box-shadow: inset 0 0 0 2px var(--text-body);
}

.wp-block-wppros-youtube.embla.has-dots .embla__viewport {
  margin-bottom: 20px;
}
.wp-block-wppros-youtube.embla.has-dots .embla__controls .embla__buttons.sides .embla__button, .wp-block-wppros-youtube.embla.has-dots .embla__controls .embla__buttons.sides-overlay .embla__button {
  top: calc(50% - 25px);
}
.wp-block-wppros-youtube.embla.has-arrows .embla__viewport {
  margin-bottom: 20px;
}

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