.drive-score-consent {
  margin: 13px 0 4px;
  padding: 11px 12px;
  border: 1px solid #344345;
  border-radius: 8px;
  background: #131d20;
  transition: border-color .15s, background .15s;
}

.drive-score-consent:has(input:checked) {
  border-color: #70884a;
  background: #69e3ce0a;
}

.drive-score-consent label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.drive-score-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--lime);
}

.drive-score-consent input:disabled {
  opacity: .58;
}

.drive-score-consent p {
  margin: 5px 0 0 27px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}
