.tlh-preview-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483647;
  max-width: 360px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #06283d;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  color: #fff;
  font: 600 14px/1.45 Arial, sans-serif;
}

.tlh-callrail-test-badge {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 2147483647;
  max-width: 330px;
  padding: 10px 14px;
  border: 2px solid #f4dc58;
  border-radius: 8px;
  background: #06283d;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  color: #fff;
  font: 600 13px/1.35 Arial, sans-serif;
}

.tlh-callrail-test-badge strong,
.tlh-callrail-test-badge span {
  display: block;
}

.tlh-callrail-test-badge span {
  margin-top: 3px;
  color: #f4dc58;
  font-weight: 500;
}

.tlh-callrail-test-badge[data-attached="true"] {
  border-color: #43d9c8;
}

.tlh-callrail-test-badge[data-attached="true"] span {
  color: #8ff0e5;
}

form[data-callrail-enabled="true"] [type="submit"]:disabled,
form[data-callrail-test="true"] [type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
}
