.xtd-acr-lead {
  background: #fff;
  border-radius: 8px;
  bottom: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
  left: 24px;
  max-width: 380px;
  opacity: 0;
  padding: 28px;
  pointer-events: none;
  position: fixed;
  transform: translateY(20px);
  transition: .25s ease;
  width: calc(100% - 48px);
  z-index: 9999;
}

.xtd-acr-lead__close {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 6px;
}

.xtd-acr-lead.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.xtd-acr-lead input:not([type=checkbox]) {
  display: block;
  margin: 9px 0;
  padding: 9px;
  width: 100%;
}

.xtd-acr-lead button[type=submit] {
  background: #2fb5d2;
  border: 0;
  color: #fff;
  margin-top: 10px;
  padding: 10px 18px;
}

.xtd-acr-hp {
  left: -10000px !important;
  position: absolute !important;
}

.xtd-acr-unsubscribe {
  margin: 0 auto;
  max-width: 760px;
  padding: 24px 0 48px;
}

.xtd-acr-unsubscribe__status {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d7dde6;
  border-left-width: 5px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(22, 34, 51, .08);
  display: flex;
  gap: 18px;
  padding: 24px;
}

.xtd-acr-unsubscribe__status--success {
  border-left-color: #247a4b;
}

.xtd-acr-unsubscribe__status--warning {
  border-left-color: #b7791f;
}

.xtd-acr-unsubscribe__icon {
  align-items: center;
  background: #eef7f1;
  border-radius: 50%;
  color: #247a4b;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 24px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.xtd-acr-unsubscribe__status--warning .xtd-acr-unsubscribe__icon {
  background: #fff8e6;
  color: #9a5b00;
}

.xtd-acr-unsubscribe h2 {
  color: #1f2d3d;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.xtd-acr-unsubscribe p {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.xtd-acr-unsubscribe__email {
  background: #f4f7fb;
  border: 1px solid #dfe6ef;
  border-radius: 6px;
  color: #1f2d3d;
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 10px 12px;
}

.xtd-acr-unsubscribe__details {
  border-top: 1px solid #e5eaf0;
  margin-top: 22px;
  padding-top: 20px;
}

.xtd-acr-unsubscribe__muted {
  color: #718096;
}

@media (max-width: 575px) {
  .xtd-acr-unsubscribe__status {
    display: block;
    padding: 20px;
  }

  .xtd-acr-unsubscribe__icon {
    margin-bottom: 16px;
  }
}
