.rh-rhea-contact {
  --box-shadow: 0 0 10px #00000025;
  align-items: center;
  box-shadow: var(--box-shadow);
  display: flex;
  height: 142px;
  padding: 0 !important;
  padding: 2rem;
  position: fixed;
  right: -21rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  width: 260px;
  z-index: 100;
}
.rh-rhea-contact:focus, .rh-rhea-contact:hover {
  right: 0;
}
.rh-rhea-contact a {
  vertical-align: 3px;
}
.rh-rhea-contact .rh-block-icon.is-inline {
  vertical-align: 0;
}
.rh-rhea-contact .wp-block-column:first-child {
  position: relative;
}
.rh-rhea-contact .wp-block-heading {
  bottom: -0.6rem;
  font-size: 2.4rem;
  margin: 0;
  position: relative;
  right: -1.7rem;
  text-align: center;
  transform-origin: bottom;
  transform: rotate(-90deg);
  white-space: nowrap;
}