/* Click Happens Action Button live-site compatibility fixes. */
.chab .chab__trigger,
.elementor .chab .chab__trigger {
  width: var(--chab-outer) !important;
  height: var(--chab-outer) !important;
  min-width: var(--chab-outer) !important;
  min-height: var(--chab-outer) !important;
  max-width: var(--chab-outer) !important;
  max-height: var(--chab-outer) !important;
  aspect-ratio: 1 / 1 !important;
  flex: 0 0 var(--chab-outer) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  line-height: normal !important;
  appearance: none;
  -webkit-appearance: none;
}

.chab .chab__trigger:hover,
.chab .chab__trigger:focus,
.chab .chab__trigger:active,
.elementor .chab .chab__trigger:hover,
.elementor .chab .chab__trigger:focus,
.elementor .chab .chab__trigger:active {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.chab .chab__inner,
.elementor .chab .chab__inner {
  width: var(--chab-inner) !important;
  height: var(--chab-inner) !important;
  min-width: var(--chab-inner) !important;
  min-height: var(--chab-inner) !important;
  max-width: var(--chab-inner) !important;
  max-height: var(--chab-inner) !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
}

/* Keep popup interactions consistent when the theme supplies button styles. */
.chab .chab__choice:hover,
.chab .chab__choice:focus-visible,
.elementor .chab .chab__choice:hover,
.elementor .chab .chab__choice:focus-visible {
  background: #ff3cac !important;
  border-color: #ff3cac !important;
  color: #1c1c3a !important;
}

.chab button.chab__close,
.elementor .chab button.chab__close {
  box-sizing: border-box !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  line-height: 1 !important;
}

.chab button.chab__close:hover,
.chab button.chab__close:focus-visible,
.elementor .chab button.chab__close:hover,
.elementor .chab button.chab__close:focus-visible {
  padding: 0 !important;
  border-color: #ff3cac !important;
  border-radius: 50% !important;
  background: #ff3cac !important;
  color: #1c1c3a !important;
}
