.feedback-button {
  position: fixed;
  top: 65%;
  left: -3.5rem;
  transform: rotate(-90deg);
  background: #0787ea;
  color: #fff !important;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.2s;
}

.feedback-button:hover, .feedback-button:focus {
  left: -3.25rem;
}

.feedback-button .ec {
  font-size: 1.4rem;
  margin-left: -0.5rem;
}

html.with-featherlight {
  overflow: visible !important;
}
