/* Admin layout */
.tnfa-page-title {
  margin-bottom: 10px;
}

.tnfa-page-desc {
  max-width: 720px;
  color: #555;
}

/* Card */
.tnfa-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px 22px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
  border: 1px solid #e5e7eb;
}

.tnfa-card h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.tnfa-subtitle {
  font-size: 13px;
  color: #6b7280;
  margin-top: 0;
}

.tnfa-help {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 15px;
}

/* Table helpers */
.tnfa-table th {
  background: #f9fafb;
}

.tnfa-select,
.tnfa-input {
  width: 100%;
}

.tnfa-center {
  text-align: center;
}

.tnfa-actions {
  margin-top: 15px;
}

/* Footer */
.tnfa-footer {
  margin-top: 25px;
  text-align: center;
  color: #6b7280;
  font-size: 12px;
}

.tnfa-footer a {
  color: inherit;
  text-decoration: underline;
}