/*
Theme Name: NeoBeat Child
Theme URI: https://neobeat.qodeinteractive.com/
Description: A child theme of NeoBeat
Author: Bryzant Labs
Author URI: https://bryzant.com
Version: 1.0.0
Text Domain: neobeat
Template: neobeat
*/

/* ============================
   Best Chill Deep House — Custom Styles
   ============================ */

/* Hide page title on homepage */
.home .entry-title,
body.home h1,
.home .qodef-m-title { display: none !important; }

/* Brand accent color */
a:hover { color: #00bcd4 !important; }
.bcy-stores a:hover,
.bcy-track-preview-btn:hover { color: #00bcd4 !important; }

/* Playlist card — homepage */
.bcy-playlist-card {
  max-width: 400px;
  margin: 20px auto;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.bcy-playlist-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.bcy-playlist-card img { border-radius: 0; }

/* Header — show site name as text logo */
.qodef-header-logo-link {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #212121;
  text-decoration: none;
  letter-spacing: -0.5px;
}

/* Navigation inline */
.qodef-header-navigation ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.qodef-header-navigation ul li a {
  color: #212121;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-decoration: none;
}
.qodef-header-navigation ul li a:hover {
  color: #00bcd4 !important;
}

/* ============================
   Logo & Title Fixes (2026-04-12)
   ============================ */

/* Hide NeoBeat theme logo image — desktop AND mobile */
.qodef-header-logo-link img.qodef-header-logo-image,
.qodef-mobile-header-logo-link img {
  display: none !important;
}

/* Show site brand name instead of logo image — desktop */
.qodef-header-logo-link::after {
  content: "Best Chill Deep House";
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  font-family: 'Poppins', 'Inter', sans-serif;
}

/* Show site brand name instead of logo image — mobile */
.qodef-mobile-header-logo-link::after {
  content: "Best Chill Deep House";
  font-size: 18px;
  font-weight: 800;
  color: #212121;
  letter-spacing: -0.5px;
  font-family: 'Poppins', 'Inter', sans-serif;
}

/* Hide the empty page title section */
.qodef-page-title {
  display: none !important;
}
