.c44-sidebar-content div.rich-text p {
  padding-bottom: 16px;
}
@media (min-width: 1026px) {
  .c44-left-card {
    min-height: 520px;
  }
}
/* Two-step authentication (2FA) */
.otp-row {
  display: flex;
  gap: 10px;
  margin-bottom: 1.75rem;
  align-items: center;
}

.otp-digit {
  width: 62px;
  height: 68px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: inherit;
  border: 1.5px solid #d0d0d0;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #0d123d;
  transition: border-color 0.15s, box-shadow 0.15s;
  caret-color: #0071ba;
}

@media (max-width: 480px) {
  .otp-digit {
    width: 44px;
    height: 54px;
    font-size: 1.4rem;
  }
}

.otp-digit:focus {
  border-color: #0071ba;
  box-shadow: 0 0 0 3px rgba(0, 113, 186, 0.12);
  outline: none;
}

.otp-digit.filled {
  border-color: #0071ba;
}

.otp-dash {
  font-size: 1.6rem;
  color: #b0b0b0;
  padding: 0 2px;
  flex-shrink: 0;
  line-height: 1;
}

.tfa-btn-continue {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: rgb(255, 204, 91);
  color: rgb(13, 18, 61);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s, opacity 0.15s;
  box-sizing: border-box;
}

.tfa-btn-continue:hover:not(:disabled) {
  background: rgb(255, 214, 112);
}

.tfa-btn-continue:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.tfa-alt-link {
  display: block;
  text-align: center;
  color: #0071ba;
  font-size: 14px;
  font-family: inherit;
  text-decoration: none;
  margin-top: 1.1rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
}

.tfa-alt-link:hover {
  text-decoration: underline;
}

.backup-warn {
  background: #fffbeb;
  border: 1px solid #fde68a;
  padding: 10px 14px;
  font-size: 13px;
  color: #92400e;
  margin-bottom: 1.25rem;
  border-radius: 8px;
  display: flex;
  gap: 7px;
  align-items: flex-start;
}

.tfa-hint {
  font-size: 14px;
  color: #686868;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.tfa-error {
  color: #b3261e;
  font-size: 13px;
  min-height: 18px;
  margin-bottom: 0.5rem;
}

.tfa-backup-input {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: monospace;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0071ba;
  font-size: 13px;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
  margin-bottom: 1rem;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}
