.block__placeholder {
  width: 100%;
  text-align: center;
  padding: 12px 24px;
  color: #222;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f5;
  font-size: 1.1rem;
}

.floating__links {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 200;
}

.floating__links .scrollToTop {
  position: absolute;
  top: -60px;
}

.floating__links a.floating__links--link {
  display: block;
  border: 0px solid transparent;
  border-bottom: 1px solid #e7e7e7;
  text-transform: initial;
  font-size: .875rem;
  color: #fff !important;
  background-color: #505050 !important;
}

.floating__links a.floating__links--link:hover {
  border: 0px solid transparent;
  border-bottom: 1px solid #e7e7e7;
  color: #fff !important;
  background-color: #505050 !important;
}

.floating__links a.floating__links--link:last-of-type {
  border-bottom: 0px !important;
}
