.wp-2fa-config {
  max-width: 600px;
  margin: 2em auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wp-2fa-steps {
  list-style-type: decimal;
  margin: 20px 0;
  padding-left: 20px;
}

.wp-2fa-steps li {
  margin-bottom: 15px;
}

#qrcode {
  margin: 20px 0;
  text-align: center;
}

.status-active {
  color: #28a745;
  font-weight: bold;
}

#codigo_verificacion {
  width: 120px;
  padding: 8px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}

.button {
  background: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.button:hover {
  background: #0056b3;
}
