/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/edge-panel/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.edge-panel {
  position: fixed;
  bottom: 50%;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1000;
  padding: 0 !important;
  mix-blend-mode: difference;
  transform: translate(100%, 50%);
  transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 24px 0 0 24px;
}
@media (min-width: 782px) {
  .edge-panel {
    bottom: 50%;
    right: 0;
    transform: translate(0, 50%);
  }
}
.edge-panel.is-open {
  transform: translate(0, 50%);
}
.edge-panel__reveal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  bottom: 50%;
  right: 0;
  width: 40px;
  height: 52px;
  z-index: 1000;
  padding: 0 !important;
  mix-blend-mode: difference;
  transform: translate(0, 50%);
  transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 24px 0 0 24px;
}
@media (min-width: 782px) {
  .edge-panel__reveal {
    display: none;
  }
}
.edge-panel__reveal svg {
  transition: all 0.3s ease-in-out;
}
.edge-panel__reveal.is-open {
  transform: translate(-100%, 50%);
}
.edge-panel__reveal.is-open svg {
  transform: rotate(180deg);
}
.edge-panel__reveal-icon {
  background-color: var(--wp--preset--color--alpha-white-10);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 40px;
  height: 52px;
  border-radius: 24px 0 0 24px;
}
.edge-panel__icons {
  background-color: var(--wp--preset--color--alpha-white-10);
  width: 40px;
  padding: 14px 8px 48px;
  border-radius: 24px 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}
.edge-panel__icons-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edge-panel__icons-icon a {
  line-height: 1;
}
.edge-panel__icons-icon svg {
  width: 16px;
  height: 16px;
}
.edge-panel__icons-spacer {
  line-height: 1;
  transform: translateY(-11px);
}
.edge-panel__eu {
  position: fixed;
  bottom: calc(50% - 133px);
  right: 0;
  padding: 0 !important;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1001;
}
@media (min-width: 782px) {
  .edge-panel__eu {
    right: 8px;
    transform: translateX(0);
    bottom: calc(50% - 133px);
  }
}
.edge-panel__eu.is-open {
  right: 8px;
  transform: translateX(0);
}
.edge-panel__eu svg {
  mix-blend-mode: normal;
  width: 24px;
  height: 24px;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--alpha-white-10);
  border-radius: 50%;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 12px !important;
  mix-blend-mode: difference;
}
@media (min-width: 782px) {
  .scroll-to-top {
    display: none;
  }
}

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