/* Shared logo styling for navbar and login */
.sidebar-brand .logo-container,
.card .logo-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 64px;
  padding: 0 !important;
}

/* Replace any built-in logo contents with your PNG */
.sidebar-brand .logo-container > *,
.card .logo-container > * {
  display: none !important;
}
.sidebar-brand .logo-container::before,
.card .logo-container::before {
  content: "";
  display: block;
  width: 105px;
  height: 64px;
  background: url("/sinestro-phish.png") center/contain no-repeat;
}

/* Keep the burger button on the right */
.sidebar-brand > .btn { order: 2; margin-left: auto; }

/* Hide Podcasts and Radio */
aside a[href*="podcast"],
aside a[href*="podcasts"],
aside a[href*="radio"],
nav  a[href*="podcast"],
nav  a[href*="podcasts"],
nav  a[href*="radio"] { display: none !important; }

