/* Legacy styles imported from beatshouse-enhanced-plugin-2-11 */
/* === GLOBAL BASE === */
body {
  background: #000;
  color: #fff;
  font-family: 'Share Tech Mono', 'Orbitron', 'Bebas Neue', sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
main, .neon-wrapper, .bh-container {
  margin: auto;
  max-width: 1100px;
  padding: 30px;
}
.neon-wrapper {
  background: #000;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
}

/* === CONTAINERS === */
.bh-container {
  background: #111;
  border-radius: 12px;
  box-shadow: 0 0 15px #ffffff55;
}
.bh-box {
  background: #1a1a1a;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 15px;
}
.bh-box ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

/* === FORM ELEMENTS === */
.profile-form textarea,
.profile-form input,
.profile-form select,
.bh-profile-form textarea,
.bh-profile-form input,
.bh-profile-form select {
  width: 100%;
  background: #1a1a1a;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 15px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  appearance: none;
}
.profile-form input::placeholder,
.profile-form textarea::placeholder {
  color: #ffffffaa;
}

/* === BUTTONS === */
.button-comment, .bh-btn, .neon-btn, .player-btn {
  background: #ffffff;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Bebas Neue', sans-serif;
  transition: all 0.3s ease;
}
.neon-btn:hover, .player-btn:hover {
  background: #ffffff;
  box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
}
.avatar-upload {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 6px;
  background: #ffffff;
  color: #000;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.avatar-upload:hover {
  background: #ffffff;
  box-shadow: 0 0 10px #ffffff;
}
.edit-profile-section button[type="submit"] {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.edit-profile-section button[type="submit"]:hover {
  background-color: #ffffff;
}

/* === PROFILE === */
.profile-card, .bh-profile-header {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.avatar-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.user-info {
  flex: 1;
}
.neon-title {
  font-size: 2.5rem;
  margin: 0;
  color: #ffffff;
}
.neon-subtext, .stats {
  font-size: 1.1rem;
  opacity: 0.8;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.neon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 16px;
}

/* === DOWNLOAD / PLAYER === */
.download-list, .player-container {
  background: #0a0a0a;
  border: 2px solid #ffffff;
  padding: 20px;
  border-radius: 12px;
  color: #ffffff;
  margin: 40px auto;
  max-width: 600px;
}
.download-list a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
.download-list a:hover {
  color: #ffffff;
}
#waveform {
  margin-bottom: 20px;
  height: 100px;
}
.player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #ffffff;
}
#volumeSlider {
  width: 100px;
  accent-color: #ffffff;
}

/* === RESPONSIVE === */
@media screen and (max-width: 600px) {
  main {
    padding: 20px 15px !important;
  }
  .profile-card {
    flex-direction: column;
    text-align: center;
  }
  .avatar-img {
    width: 100px;
    height: 100px;
  }
  .neon-title {
    font-size: 2.2rem;
  }
  .neon-section-title {
    font-size: 1.5rem;
  }
  .actions {
    justify-content: center;
  }
  .play-btn, .cart-btn, .follow-btn, .like-btn {
    font-size: 22px;
    padding: 8px 12px;
  }
}
/* RESPONSIVE FIX: Reduce padding horizontal en móvil */
@media screen and (max-width: 768px) {
  main.wp-block-group {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .wp-block-columns {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wp-block-woocommerce-related-products .products-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .wp-block-woocommerce-product-meta {
    flex-wrap: wrap !important;
  }
}
.beats-genres-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
}

.beats-genres-title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 40px;
}

.genres-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}

.genre-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: #111;
  border: 2px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  font-size: 22px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.genre-box:hover {
  background-color: #ffffff;
  color: #000;
  transform: scale(1.03);
}

@media (max-width: 600px) {
  .beats-genres-title {
    font-size: 30px;
  }

  .genre-box {
    font-size: 18px;
    height: 100px;
  }
}
.beats-vertical-wrap {
  gap: 28px;
}
.beats-genre-card {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 900;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 1em 1.6em;
}
.beats-genre-card .genre-icon,
.beats-genre-card .genre-label {
  display: flex;
  align-items: center;
  height: 2em;
}
.beats-genre-card .genre-label {
  font-size: 1.07em;
  line-height: 1;
}
.beats-genre-card .coming-soon-tooltip {
  position: absolute !important;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
  z-index: 10;
}
