/* lawdesistimiento - front office styles */

/* Honeypot: hidden from humans, still present for bots */
.lawd-form .lawd-hp {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.lawd-page .lawd-intro,
.lawd-page .lawd-no-account {
  margin-bottom: 1rem;
}

.lawd-form .form-group {
  margin-bottom: 1rem;
}

/* The single confirm button must be at least as prominent as anything else */
.lawd-form .lawd-confirm-btn {
  font-weight: bold;
  min-width: 16rem;
}

.lawd-exceptions {
  margin-top: 2rem;
  font-size: 0.875em;
  color: #555;
}

.lawd-confirmation .lawd-timestamp {
  font-size: 1.125em;
}

.lawd-summary dt {
  font-weight: bold;
}

.lawd-summary dd {
  margin: 0 0 0.5rem 0;
}

.lawd-product-info {
  margin: 0.75rem 0;
  padding: 0.625rem 0.75rem;
  background: #f7f7f7;
  border-left: 3px solid #5cb85c;
  font-size: 0.875em;
}

.lawd-checkout-block {
  margin-bottom: 1rem;
}

.lawd-order-button {
  margin: 1rem 0;
}

.lawd-footer-link {
  margin: 0.25rem 0;
}

.lawd-history-link {
  display: inline-block;
  margin-top: 0.25rem;
  white-space: nowrap;
}
