/*
 * LEADCRAFT_MANUAL_REPLY_PRE_SEND_FAILURE_UI_CSS_V101_SCHEMA_SAFE
 */

.lc-send-uncertain-badge,
.lc-send-uncertain-summary-label {
  font-weight: 800 !important;
  letter-spacing: .02em;
}

.lc-send-uncertain-summary-card {
  cursor: pointer;
}

.lc-send-uncertain-summary-card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.lc-send-uncertain-warning {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid currentColor;
  border-radius: 12px;
}

.lc-send-uncertain-warning strong {
  font-size: 12px;
  letter-spacing: .06em;
}

.lc-send-uncertain-warning span {
  opacity: .86;
  line-height: 1.45;
}

.lc-send-uncertain-attempt {
  outline: 1px solid currentColor;
  outline-offset: -1px;
}

/*
 * Needs Reply now has five independent truths:
 * Needs reply / Unread / Reply queued / Send uncertain / Oldest waiting.
 */
@media (min-width: 1280px) {
  .lc-needs-reply-five-card-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}


/* A provider send was never established; this is not a confirmed outbound. */
.lc-send-failed-pre-send-attempt {
  outline: 1px dashed currentColor;
  outline-offset: -1px;
}
