.tfa-overview-page .region-content {
  color: #252a34;
  font-size: 14px;
  line-height: 1.55;
}

.tfa-overview-page .region-content h1,
.tfa-overview-page .region-content h2,
.tfa-overview-page .region-content h3 {
  color: #171b24;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
}

.tfa-overview-page .region-content p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.tfa-overview-page .region-content details {
  background: #fff;
  border: 1px solid #d9dde5;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(23, 27, 36, 0.04);
  margin: 18px 0 12px;
  padding: 0 18px 18px;
}

.tfa-overview-page .region-content details > summary {
  color: #252a34;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 0;
}

.tfa-overview-page .region-content details h2,
.tfa-overview-page .region-content details h3 {
  font-size: 18px;
  margin: 6px 0 14px;
}

.tfa-overview-page .region-content details ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.tfa-overview-page .region-content small,
.tfa-overview-page .region-content .description,
.tfa-overview-page .region-content details + p,
.tfa-overview-page .region-content form + p {
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.tfa-overview-page .region-content a[href*="/security/tfa/disable"],
.tfa-overview-page .region-content a[href*="/security/tfa/"][href*="/reset"],
.tfa-overview-page .region-content .button,
.tfa-overview-page .region-content input[type="submit"] {
  align-items: center;
  background: #d2242a !important;
  border: 1px solid #d2242a !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 700 !important;
  justify-content: center;
  line-height: 1;
  min-height: 34px;
  padding: 0 14px !important;
  text-decoration: none !important;
}

.tfa-overview-page .region-content a[href*="/security/tfa/disable"]:hover,
.tfa-overview-page .region-content a[href*="/security/tfa/"][href*="/reset"]:hover,
.tfa-overview-page .region-content .button:hover,
.tfa-overview-page .region-content input[type="submit"]:hover {
  background: #b9171d !important;
  border-color: #b9171d !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .tfa-overview-page .region-content details {
    padding: 0 14px 14px;
  }
}
