#czc-fp-btn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
  font-size:1rem;
  border: 1px solid #000;
  background: var(--wp--preset--color--secondary);
  color: #000;
}

#czc-fp-btn.czc-position-tr,
#czc-fp-btn.czc-position-br{
  right: 1rem
}

#czc-fp-btn.czc-position-tl,
#czc-fp-btn.czc-position-bl{
  left: 1rem
}

#czc-fp-btn.czc-position-tl,
#czc-fp-btn.czc-position-tr{
  top: 1rem
}

#czc-fp-btn.czc-position-tr,
#czc-fp-btn.czc-position-br{
  bottom: 1rem
}

@media screen and (min-width:767.98px) {
  #czc-fp-btn.czc-position-tr,
    #czc-fp-btn.czc-position-br {
      right: 5rem
    }

    #czc-fp-btn.czc-position-ts,
    #czc-fp-btn.czc-position-bs {
      left: 1rem
    }
}



.czc-popover {
  --bs-popover-max-width: 400px;
  --bs-popover-border-color: #fff;
  --bs-popover-header-color: var(--bs-body-color);
  --bs-popover-header-bg: #fff;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
  box-shadow: 0px 3px 20px 0px #ccc;
  margin:1rem;
}

#czc-panel {
  width: var(--bs-offcanvas-width);
  z-index: 9999;
}

.czc-offcanvas-close{
  background: var(--wp--preset--color--secondary);
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
  text-align: center;
  cursor: pointer !important;
}

.czc-offcanvas-close *{
  cursor: pointer;
}



@media screen and (min-width:767.98px) {
  #czc-panel {
    width: 40%;
  }
}