.applexe-buttons-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.applexe-button {
  padding: 10px 18px;
  font-size: 16px;
  background-color: #00aaff;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.applexe-button:hover {
  background-color: #008ecc;
}

.applexe-state-display {
  margin-top: 12px;
  font-weight: bold;
  color: #333;
}
