.zendesk-widget-static {
  cursor: pointer;
  vertical-align: top;
  border: none;
  background: none;
  padding: 0 20px;
  

  @media only screen and (min-width: 768px) {
    padding: 0;
  }
}
.zendesk-widget-static__img {
  width: 100%;
  vertical-align: top;
}
.zendesk-widget-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: none;
}
.zendesk-widget-fixed.is-active {
  opacity: 1;
  pointer-events: auto;
}
.zendesk-widget-fixed__close {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -5px;
  top: -11px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media only screen and (min-width: 768px) {
    width: 32px;
    height: 32px;
  }
}
.zendesk-widget-fixed__close::before {
  cursor: pointer;
  font-size: 12px;
  color: #4d4d4d;
  line-height: 1;

  @media only screen and (min-width: 768px) {
    font-size: 20px;
  }
}
.zendesk-widget-fixed__btn {
  width: 165px;
  cursor: pointer;
  vertical-align: top;
  border: none;
  background: none;
  padding: 0;

  @media only screen and (min-width: 768px) {
    width: 200px;
  }
}

.zendesk-widget-fixed__img {
  width: 100%;
}