/* MAIN FIXES - Add these specific rules to your existing CSS */
.art-wheel-current {
  font-size: 1rem;
  color: #7f8c8d;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

/* UNIFIED BUTTON STYLING */
.art-wheel-btn {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 500;
  width: 150px;
  background: white;
  color: #7f8c8d;
  border: 2px solid #bdc3c7;
  padding: 10px 24px;
  margin: 0 10px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.art-wheel-btn:hover {
  background: #ecf0f1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #7f8c8d;
}

/* Smaller buttons for other UI elements */
.btn-small {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 500;
  width: auto;
  background: white;
  color: #7f8c8d;
  border: 2px solid #bdc3c7;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-decoration: none;
  display: inline-block;
}

.btn-small:hover {
  background: #ecf0f1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #7f8c8d;
  text-decoration: none;
}

/* UPDATED: Remove height restrictions and overflow */
.art-wheel-content {
  flex: 1;
  min-width: 450px;
  max-width: 550px;
  background: white;
  border-radius: 12px;
  padding: 25px 25px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  /* Remove fixed height - let content expand */
  min-height: 400px;
  height: auto !important;
  /* Remove overflow restrictions */
  overflow: visible !important;
  scroll-behavior: smooth;
  position: relative;
  border: 2px solid #f1f1f1;
}

.scroll-prompt {
  font-size: .85rem;
  color: #3498db;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}

.art-wheel-container * {
  margin: 0;
  box-sizing: border-box;
}

.art-wheel-container {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  background: transparent;
  width: 100%;
  min-height: 650px;
  padding: 20px;
  border-radius: 12px;
}

.art-wheel-main {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}

.art-wheel-section {
  position: relative;
  flex-shrink: 0;
}

.art-wheel-wrapper {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

.art-wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url('https://cdn.prod.website-files.com/6456e5686dba017ff2d4469c/67b6909c75f578e2ec8dd3e6_04698fb538b05998379e378d5110aff2_wheel.svg');
  background-size: cover;
  background-position: center;
  cursor: grab;
  transition: transform .3s ease-out;
  user-select: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.art-wheel:active {
  cursor: grabbing;
}

.art-wheel-pointer {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #e74c3c;
  z-index: 10;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.art-wheel-controls {
  text-align: center;
  margin-top: 20px;
}

.art-wheel-btn:hover {
  background: #ecf0f1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Remove scrollbar styling since we're removing fixed height */
.art-wheel-content::-webkit-scrollbar {
  display: none;
}

.art-wheel-movement-title {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 20px;
  margin-top: 5px;
  border-left: 4px solid #e74c3c;
  padding-left: 15px;
  line-height: 1.2;
}

.art-wheel-movement-description {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.4;
  color: #34495e;
  margin-bottom: 20px;
}

.art-wheel-artists {
  margin-bottom: 25px;
}

.art-wheel-artists h3,
.art-wheel-artists h4 {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 10px;
}

.art-wheel-artist-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}

/* ARTIST MENU ITEMS - Match button styling with orange theme */
.art-wheel-artist-item {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 400;
  background: white;
  padding: 8px 16px;
  border-radius: 25px !important; /* Explicitly match back button radius */
  font-size: .9rem;
  color: #7f8c8d;
  border: 2px solid #bdc3c7; /* Match button border */
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* Subtle shadow like buttons */
}

.art-wheel-artist-item:hover {
  background: #e67e22; /* Orange instead of blue */
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3); /* Orange shadow */
  border-color: #d35400;
}

.art-wheel-artist-item.active {
  background: #e67e22; /* Orange active state */
  color: white;
  border-color: #d35400;
  box-shadow: 0 2px 8px rgba(230, 126, 34, 0.4);
}

/* CLICKABLE ARTWORK SECTION */
.art-wheel-artwork {
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.art-wheel-artwork:hover {
  background: rgba(52, 152, 219, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.art-wheel-artwork:hover .art-wheel-artwork-image {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.art-wheel-artwork::after {
  content: "Click to learn more";
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 0.75rem;
  color: #3498db;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 500;
}

.art-wheel-artwork:hover::after {
  opacity: 1;
}

.artwork-image-container {
  margin-bottom: 20px;
}

.art-wheel-artwork-image {
  max-width: 100%;
  max-height: 350px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.artwork-details {
  text-align: center;
  margin-top: 20px;
}

/* Enhanced artwork title styling */
.art-wheel-artwork-title {
  font-family: "Averia Sans Libre", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important; /* Keep same font size */
  color: #e67e22 !important; /* Orange color */
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

/* Enhanced artist name styling */
.art-wheel-artist {
  font-family: "Averia Sans Libre", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important; /* Smaller font size */
  color: #525f7f !important;
  margin-bottom: 15px !important;
  font-style: italic !important; /* Make it italic */
}

.art-wheel-artwork-description {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  text-align: left;
  font-size: 0.95rem;
  margin-top: 15px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .art-wheel-wrapper {
    width: 400px;
    height: 400px;
  }
  
  .art-wheel-content {
    min-width: auto;
    max-width: 100%;
    padding: 20px;
  }
  
  .art-wheel-movement-title {
    font-size: 1.5rem;
  }
  
  .art-wheel-artwork-image {
    max-height: 250px;
  }
  
  .art-wheel-artwork::after {
    display: none; /* Hide "click to learn more" on mobile */
  }
}