/* Additional custom styles for the Aya AYA website */

.meme-text {
  font-family: 'Comic Neue', cursive;
  font-weight: 900;
  line-height: 0.9;
  user-select: none;
}

#base-selector img {
  border: 3px solid transparent;
  transition: all 0.15s ease;
  cursor: pointer;
  border-radius: 12px;
}

#base-selector img.active {
  border-color: #ff8ac4;
  box-shadow: 0 0 0 3px rgba(255, 138, 196, 0.3);
  transform: scale(1.05);
}

#image-modal img {
  box-shadow: 0 30px 90px rgb(0 0 0 / 0.7);
}

/* Extra cute flair */
button, .cute-btn {
  -webkit-tap-highlight-color: transparent;
}

.nav-link {
  transition: color 0.15s;
}

/* Simple responsive polish */
@media (max-width: 640px) {
  .section-title {
    font-size: 2.75rem;
  }
}