/* Components CSS - Extracted from inline styles */

/* Hidden Elements */
.hidden {
  display: none;
}

/* Hidden form inputs (honeypot) */
.hidden-input {
  display: none;
}

/* Security Questions Section */
.security-questions-container {
  text-align: left;
  margin-bottom: 12px;
}

/* Modal Content */
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  margin: auto;
}

/* Small Text Elements */
.small-text {
  color: #666;
  font-size: 11px;
}

/* Link Styling */
.standard-link {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
}

/* Button States */
.button-margin {
  margin-top: 12px;
}

/* Recovery Question */
.recovery-question {
  font-weight: bold;
  margin-bottom: 8px;
}

/* Task Highlight */
.task-highlight {
  background-color: #e0f2f1;
  color: #004d40;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* Notification Elements */
.notification {
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: bold;
}

.notification-unsaved {
  color: #dc3545;
}

.notification-saving {
  color: #ffc107;
}
