/**
 * AI Engine Parancsgomb CSS stílusok
 */

.ai-parancs-gomb {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ai-parancs-gomb:hover {
  background-color: #45a049;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.ai-parancs-gomb:active {
  background-color: #3e8e41;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}

/* Egyedi stílusok különböző nyelvi szintekhez - opcionális */
.ai-parancs-a1 {
  background-color: #2196F3;
}

.ai-parancs-a1:hover {
  background-color: #0b7dda;
}

.ai-parancs-a2 {
  background-color: #4CAF50;
}

.ai-parancs-b1 {
  background-color: #ff9800;
}

.ai-parancs-b2 {
  background-color: #f44336;
}

.ai-parancs-c1 {
  background-color: #9c27b0;
}
