.back-to-top {
  position: fixed;
  right: 12px;
  bottom: 20%;
  display: none;
  width: 64px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 98;
}

.back-to-top__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 86px;
  padding: 10px 6px;
  border-radius: 28px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 0 0 4px #7b7b7b;
  cursor: pointer;
  overflow: hidden;
}

.back-to-top__content__consult {
  margin-bottom: 6px;
  width: 24px;
  max-width: 100%;
}

.back-to-top__content > div {
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

.back-to-top__goto {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px #7b7b7b;
  cursor: pointer;
}

.back-to-top__goto__img {
  width: 20px;
  aspect-ratio: 1;
  object-fit: contain;
}
