.tb-orders-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.tb-orders-config-summary {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(217, 217, 217, 1 );
  background: rgba(217, 217, 217, 0.2 );
  border-radius: 0.5rem;
}

.tb-orders-config-summary__title {
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.tb-orders-config-summary__list {
  margin: 0;
  padding-left: 1rem;
}

.tb-orders-config-summary__list li {
  margin-bottom: 0.25rem;
}

.tb-orders-config-summary__empty {
  margin: 0;
  color: #555;
}

.tb-orders-consent {
  display: block;
  line-height: 1.4;
}

.tb-orders-response {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #8d1f1f;
}

.wpcf7 form.sent .tb-orders-response {
  color: #1f6f39;
}
