@media (max-width: 600px) {
  #tarotInfoBtn {
    top: 195px !important;
    right: 20px !important;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

@keyframes fadeInMoonBtn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

#tarotInfoBtn .moon-bookings-btn {
  width: 124px;
  height: 124px;
  background: #fff;
  color: #222;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 16px #0005, 0 0 32px #fff8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Orbitron', 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
  z-index: 20;
  overflow: hidden;
  opacity: 0;
  animation: fadeInMoonBtn 2s ease 6s forwards;
}
#tarotInfoBtn .moon-bookings-btn:hover {
  box-shadow: 0 4px 32px #ffd700cc, 0 0 64px #fff;
  transform: scale(1.07);
}
#tarotInfoBtn .moon-bookings-btn .moon-text {
  font-family: 'Orbitron', 'Cinzel', serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222;
  width: 100px;
  text-align: center;
  line-height: 1.1;
  word-break: break-word;
  padding: 0;
  margin: 0;
  user-select: none;
}
