/* src/component/src/component/style.module.css */
@layer ddsweb-small-atoms {
  @layer ddsweb-back-to-top {
    .a65f63_avS3_G_container {
      z-index: 1;
      bottom: var(--ddsweb-theme-spacing-md);
      width: 56px;
      height: 56px;
      margin: var(--ddsweb-theme-spacing-xxx);
      opacity: 0;
      transition: opacity .3s ease-in-out;
      position: sticky;
      left: 50%;
      transform: translateX(calc(-50% - 56px));
    }
    .a65f63_avS3_G_show {
      opacity: 1;
    }
    .a65f63_avS3_G_button {
      width: 56px;
      height: 56px;
      padding: var(--ddsweb-theme-spacing-xs);
    }
  }
}


/*# sourceMappingURL=6e59becacc3cdc14eb1d.css.map*/