html.trusted-device-check #login-view {
  visibility: hidden !important;
}

#trusted-device-status {
  margin-top: .75rem;
  font-size: .9rem;
}

#trusted-device-status[data-error="true"] {
  font-weight: 600;
}

.system-consent-card {
  width: min(900px, calc(100vw - 32px));
  max-width: 900px;
}

.system-consent-documents {
  display: grid;
  gap: 16px;
  margin: 22px 0;
}

.system-consent-document {
  border: 1px solid rgba(75, 84, 58, .18);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.system-consent-document > header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  background: #f1f4ee;
  border-bottom: 1px solid rgba(75, 84, 58, .14);
}

.system-consent-document > header small {
  color: #6d7563;
}

.system-consent-text {
  max-height: 240px;
  overflow: auto;
  padding: 16px;
  white-space: pre-wrap;
  line-height: 1.55;
  font-size: .92rem;
  text-align: left;
}

.system-consent-form {
  margin-top: 18px;
}

.system-consent-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.system-consent-check input {
  width: 18px !important;
  min-width: 18px;
  height: 18px;
  margin: 2px 0 0 !important;
}

@media (max-width: 650px) {
  .system-consent-card {
    width: calc(100vw - 20px);
  }

  .system-consent-document > header {
    flex-direction: column;
    gap: 4px;
  }

  .system-consent-text {
    max-height: 210px;
    font-size: .88rem;
  }
}
