/* Desktop size */
.wws-popup__open-btn {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
}

.wws-popup__open-btn svg {
  width: 34px !important;
  height: 34px !important;
}

/* Mobile: smaller than before */
@media (max-width: 768px) {
  .wws-popup__open-btn {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
  }

  .wws-popup__open-btn svg {
    width: 36px !important;
    height: 36px !important;
  }
}
