/* Estilos para la página de ajustes de Scriptoria */
.wrap .status-warning {
  color: orange;
  font-weight: 700;
}

.card {
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  padding: 1px 20px 20px;
  margin-top: 20px;
}

.card h3 {
  margin-top: 20px;
}

.security-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.stat-item {
  padding: 8px 12px;
  background: #f6f7f7;
  border-radius: 3px;
}

.status-ok {
  color: #00a32a;
  font-weight: 700;
}

.status-error {
  color: #d63638;
  font-weight: 700;
}

.status-info {
  color: #2271b1;
  font-weight: 700;
}
