.w153c-icon-floating {
  --size: 65px;

  display: block;
  width: var(--size);
  height: var(--size);

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  text-decoration: none;

  background-color: var(--awb-color4);
  color: #ffffff;
  font-size: calc( var(--size) / 3 );
}

.w153c-icon-floating:hover {
  background-color: var(--awb-custom_color_2);
  color: #ffffff;
}

.w153c-icon-floating--phone {
  position: fixed;
  z-index: 999;
  bottom: 95px;
  right: 20px;
}

@media (min-width: 800px) {
  .w153c-icon-floating--phone {
    display: none;
  }
}
