.lyrics-booklet {
  margin-top:2px;
  font-family: Georgia, serif;
  color: #ddd; /* lighter text for dark background */
}

.xi-lyrics-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #eee; /* slightly brighter */
}

.booklet-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.page-number {
  font-size: 12px;
  font-weight: bold;
  color: #aaa; /* softer gray */
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0.2rem;
}

.booklet-page {
  width: 40%;
  padding: 1rem;
  background-color: #242526; /* dark gray, Facebook dark mode bg */
  border: 1px solid #3a3b3c; /* subtle border */
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.5;
  color: #ddd; /* text color */
}

.lyrics-text {
  white-space: pre-wrap;
}

/* Responsive: Single-page view on small screens */
@media (max-width: 768px) {
  .booklet-pages {
    flex-direction: column;
    align-items: center;
  }

  .booklet-page {
    width: 95%;
  }
}
      .heading-bx {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }

      .heading-bx h1 {
        white-space: nowrap;
        font-size: clamp(16px, 4vw, 35px);
        margin: 0.3em 0;
        line-height: 1.1;
      }

      .heading-bx p {
        white-space: nowrap;
        font-size: clamp(10px, 4vw, 20px);
        margin: 0.3em 0;
        line-height: 1.1;
        color: #999;
      }

      .heading-bx p span {
        white-space: nowrap;
        font-weight: bold;
        color: wheat;
      }


.audio-progress-bar{width:100%;height:6px;background:transparent;border-radius:4px;overflow:hidden;margin-top:10px}.audio-progress-fill{height:100%;width:0%;background:linear-gradient(to right,#007bff,#00c6ff);transition:width 0.3s ease}.xi-music-card.playing .audio-progress-fill{box-shadow:0 0 8px rgba(0,123,255,0.6)}.xi-music-card{cursor:pointer;position:relative;background-clip:padding-box}.xi-music-card::before{content:"";pointer-events:none;position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:14px;background:conic-gradient(#007bff 0deg,#007bff 0deg,transparent 0deg,transparent 360deg);z-index:10;transition:background 0.3s;opacity:0}.xi-music-card.playing .music-icon{position:absolute;bottom:10px;right:10px;font-size:1.5em;color:#fff;animation:blinkNote 5s linear infinite;opacity:1;z-index:2;pointer-events:none}@keyframes blinkNote{0%,100%{opacity:1}50%{opacity:0}}.xi-music-card.loading::before{content:"";position:absolute;top:45%;left:45%;width:24px;height:24px;border:3px solid #007bff;border-top:3px solid transparent;border-radius:50%;animation:spinLoader 1s linear infinite;z-index:3;background:none}.loader{border:3px solid #ccc;border-top:3px solid #007bff;border-radius:50%;width:16px;height:16px;animation:spinLoader 1s linear infinite;display:inline-block;vertical-align:middle;margin-right:8px}@keyframes spinLoader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.audio-error-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,0.95);color:#333;padding:6px 12px;border-radius:8px;font-size:0.9em;z-index:20;display:flex;align-items:center;gap:5px;box-shadow:0 0 10px rgba(0,0,0,0.15)}.xi-music-card.error{border-color:#dc3545;background-color:#fff5f5}


  #greeting {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 300;
    color: wheat;
    padding: 10px 12px;
    border-radius: 8px;
    font-family: 'Segoe UI', sans-serif;
    
    /* Prevent line breaks */
    white-space: nowrap;
    
    /* Animation for fading in and out */
    animation: fadeInOut 10s infinite;
  }

  /* Keyframes for fade in and fade out */
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }



  .xi-share-group {
    max-width: 600px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .audio-player {
    display: flex;
    align-items: center;
    background: #181818;
    padding: 15px 15px;
    border-radius: 12px;
    gap: 15px;
    color: #fff;
    user-select: none;
  }

  .play-btn {
    background: #1877F2;
    border: none;
    color: white;
    font-size: 18px;
    width: 45px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
  }
  .play-btn:hover {
    background: #145DBF;
  }

  .progress-bar1 {
    flex-grow: 1;
    height: 6px;
    cursor: pointer;
    border-radius: 4px;
    background: #404040;
    accent-color: #1DB954;
    -webkit-appearance: none;
  }
  .progress-bar1::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #145DBF;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -4px;
    transition: background-color 0.3s ease;
  }
  .progress-bar1::-webkit-slider-thumb:hover {
    background: #145DBF;
  }
  .progress-bar1::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #145DBF;
    border-radius: 50%;
    cursor: pointer;
    border: none;
  }

  .time-info {
    font-size: 12px;
    width: 30px; 
    text-align: center;
    user-select: none;
  }

  .mute-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: color 0.3s ease;
    width: 60px;
    height: 40px;
  }
  .mute-btn:hover {
    color: #145DBF;
  }




