/* LUUPIGO objects-2h-c-submit-pro-20260715-01 */
.submit-2h-intro {
  margin: 12px 14px;
  padding: 14px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: #1e3a8a;
}

.submit-2h-intro strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.submit-2h-intro span {
  display: block;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.choice-card.is-selected {
  border-color: #1263f1;
  box-shadow: 0 0 0 3px rgba(18, 99, 241, 0.14);
}

.submit-2h-help {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 10px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #d8e6f7;
  border-radius: 8px;
  background: #f8fbff;
}

.submit-2h-help span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #1263f1;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.submit-2h-help p {
  margin: 0;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.submit-2h-message {
  margin-bottom: 14px;
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.submit-2h-message.is-info {
  background: #eff6ff;
  color: #1d4ed8;
}

.submit-2h-message.is-error {
  background: #fef2f2;
  color: #b91c1c;
}

.submit-2h-safe {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #fde68a;
  border-radius: 8px;
  background: #fffbeb;
  color: #92400e;
}

.submit-2h-safe strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.submit-2h-safe span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.submit-primary:disabled {
  opacity: 0.65;
  cursor: wait;
}
