/* ELECTRIC_INTAKE_SOURCE_V1 */

.electric-handoff-v1 {
  display: grid;
  gap: 18px;
}

.electric-handoff-v1__intro {
  margin: 0;
  line-height: 1.6;
}

.electric-handoff-v1__summary {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-left: 4px solid #b87034;
  background: rgba(255, 255, 255, 0.09);
}

.electric-handoff-v1__summary strong,
.electric-handoff-v1__summary span {
  display: block;
}

.electric-handoff-v1__consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  line-height: 1.5;
  cursor: pointer;
}

.electric-handoff-v1__consent input {
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
}

.electric-handoff-v1__button {
  width: 100%;
}

.electric-handoff-v1__button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.electric-handoff-v1__status {
  min-height: 24px;
  margin: 0;
  line-height: 1.5;
}

.electric-handoff-v1__status[data-state="error"] {
  color: #ffb2aa;
}

.electric-handoff-v1__status[data-state="success"] {
  color: #b9efc8;
}

.electric-handoff-v1__privacy {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.82;
}

.electric-handoff-v1__privacy a {
  color: inherit;
  font-weight: 700;
}
