/* Wheel of Fortune — Azino777 v1.2 */

.az-section--wheel .az-section__title { margin-bottom: 6px; }

#az-wheel {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

@media (max-width: 400px) {
  #az-wheel { max-width: 260px; }
}

.az-wheel-canvas-wrap {
  filter: drop-shadow(0 0 24px rgba(11,128,220,0.45));
}

#az-wheel-spin:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
}

.az-wheel-result--win .az-wheel-result__text { color: #a8c94e; }
.az-wheel-result--loss .az-wheel-result__text { color: #e74c3c; }
