/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/to-top/src/scss/view.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.ucllb-to-top {
  --spacing: var( --wp--preset--spacing--xxl, 3rem );
  border-radius: calc(infinity * 1px);
  background-color: var(--wp--preset--color--coral, #ff7875);
  text-decoration: underline;
  font-weight: 700;
  position: fixed;
  bottom: var(--spacing);
  right: var(--spacing);
  transform: translateY(-0.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99;
}
.ucllb-to-top[hidden] {
  opacity: 0;
  display: none !important;
}
.ucllb-to-top__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 1.25rem;
  border-radius: calc(infinity * 1px);
}

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