/* =========================================================
   Theta Catalog Spotify View
========================================================= */

.theta-spotify-catalog {
  --theta-bg: #050507;
  --theta-panel: rgba(255,255,255,.045);
  --theta-border: rgba(255,255,255,.10);
  --theta-blue: #9be8ff;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 330px;
  gap: 12px;
  min-height: 100vh;
  padding: 96px 12px 128px;
  background: #030305;
  color: #fff;
}

.theta-spotify-sidebar,
.theta-spotify-main,
.theta-spotify-inspector {
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(155,232,255,.08), transparent 34%),
    rgba(255,255,255,.035);
  border: 1px solid var(--theta-border);
  min-width: 0;
}

.theta-spotify-sidebar,
.theta-spotify-inspector {
  position: sticky;
  top: 92px;
  height: calc(100vh - 120px);
  overflow-y: auto;
}

.theta-spotify-sidebar {
  padding: 18px;
}

.theta-spotify-main {
  overflow: hidden;
}

.theta-spotify-inspector {
  padding: 18px;
}

.theta-spotify-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.theta-spotify-brand span,
.theta-spotify-inspector-empty span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #030305;
  background: linear-gradient(135deg, #9be8ff, #b49cff);
  font-weight: 900;
}

.theta-spotify-brand strong {
  color: #fff;
  font-size: 14px;
}

.theta-spotify-side-search input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(155,232,255,.18);
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  color: #fff;
  padding: 0 14px;
  outline: none;
}

.theta-spotify-nav {
  display: grid;
  gap: 8px;
  margin: 18px 0 24px;
}

.theta-spotify-nav button,
.theta-spotify-tax-section button {
  border: 0;
  text-align: left;
  border-radius: 12px;
  background: transparent;
  color: rgba(255,255,255,.72);
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 800;
  transition: .22s ease;
}

.theta-spotify-nav button:hover,
.theta-spotify-nav button.is-active,
.theta-spotify-tax-section button:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.theta-spotify-tax-section {
  margin-bottom: 22px;
}

.theta-spotify-tax-section h4 {
  margin: 0 0 8px;
  color: var(--theta-blue);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.theta-spotify-tax-section div {
  display: grid;
  gap: 4px;
  max-height: 220px;
  overflow-y: auto;
}

.theta-spotify-main {
  padding: 0;
}

.theta-spotify-hero {
  padding: 44px 44px 22px;
}

.theta-spotify-hero h1 {
  color: #fff !important;
  font-size: clamp(44px, 6vw, 92px);
  line-height: .86;
  letter-spacing: -.075em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.theta-spotify-hero p:not(.section-kicker) {
  color: #aeb0c2 !important;
  max-width: 720px;
  font-size: 16px;
}

.theta-spotify-discovery .theta-discovery-engine {
  padding-top: 22px !important;
  background: transparent !important;
  border: 0 !important;
}

.theta-spotify-catalog-native {
  padding: 0 20px 34px;
}

/* Make native catalog blend into the spotify layout */
.theta-spotify-catalog .theta-catalog-pro {
  background: transparent !important;
  border: 0 !important;
  padding-top: 0 !important;
}

.theta-spotify-catalog .theta-catalog-ux-pro {
  margin-top: 0 !important;
}

.theta-spotify-catalog .theta-track-row {
  border-radius: 16px !important;
  background: rgba(255,255,255,.035) !important;
  border-color: rgba(255,255,255,.075) !important;
}

.theta-spotify-inspector-empty {
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #aeb0c2;
}

.theta-spotify-inspector-empty strong {
  display: block;
  color: #fff;
  font-size: 22px;
  margin-top: 18px;
}

.theta-spotify-inspector-cover {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: #111 center/cover no-repeat;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.10);
  margin-bottom: 20px;
}

.theta-spotify-inspector h3 {
  color: #fff !important;
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.05em;
}

.theta-spotify-inspector-album {
  color: #aeb0c2 !important;
  margin: 0 0 16px;
}

.theta-spotify-inspector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.theta-spotify-inspector-tags span {
  border: 1px solid rgba(155,232,255,.20);
  color: var(--theta-blue);
  background: rgba(155,232,255,.07);
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.theta-spotify-inspector-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 26px;
}

.theta-spotify-inspector-actions button {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(155,232,255,.28);
  background: rgba(255,255,255,.04);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 10px;
}

.theta-spotify-inspector-actions button:first-child {
  background: linear-gradient(90deg, #9be8ff, #b49cff);
  color: #030305;
}

.theta-spotify-related h4 {
  color: var(--theta-blue);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.theta-spotify-related div {
  display: grid;
  gap: 8px;
}

.theta-spotify-related button {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 12px;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.theta-spotify-related button:hover {
  background: rgba(255,255,255,.07);
}

.theta-spotify-related button span {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #111 center/cover no-repeat;
}

.theta-spotify-related button strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width: 1180px) {
  .theta-spotify-catalog {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .theta-spotify-inspector {
    display: none;
  }
}

@media(max-width: 850px) {
  .theta-spotify-catalog {
    display: block;
    padding: 82px 10px 110px;
  }

  .theta-spotify-sidebar {
    position: relative;
    top: auto;
    height: auto;
    margin-bottom: 12px;
  }

  .theta-spotify-taxonomies {
    display: none;
  }

  .theta-spotify-main {
    border-radius: 20px;
  }

  .theta-spotify-hero {
    padding: 34px 20px 14px;
  }
}


/* =========================================================
   v1.1 Polish
========================================================= */

.theta-spotify-side-group {
  margin: 18px 0 24px;
}

.theta-spotify-side-group h4 {
  margin: 0 0 9px;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.theta-spotify-side-group .theta-spotify-nav {
  margin: 0;
}

.theta-spotify-view-toggle {
  display: inline-flex;
  gap: 6px;
  margin: 0 44px 18px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
}

.theta-spotify-view-toggle button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.66);
  padding: 9px 15px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.theta-spotify-view-toggle button.is-active {
  color: #030305;
  background: linear-gradient(90deg, #9be8ff, #b49cff);
}

.theta-spotify-view-browse .theta-spotify-discovery {
  display: none;
}

.theta-spotify-view-discover .theta-spotify-catalog-native {
  padding-top: 0;
}

.theta-spotify-inspector-content.is-updated {
  animation: thetaInspectorIn .28s ease both;
}

@keyframes thetaInspectorIn {
  from {
    opacity: .35;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.theta-spotify-inspector-actions {
  grid-template-columns: 1fr 1fr !important;
}

.theta-spotify-inspector-actions a,
.theta-spotify-inspector-actions button {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(155,232,255,.28);
  background: rgba(255,255,255,.04);
  color: #fff !important;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theta-spotify-inspector-actions button:first-child {
  background: linear-gradient(90deg, #9be8ff, #b49cff);
  color: #030305 !important;
}

.theta-spotify-inspector-actions a:hover,
.theta-spotify-inspector-actions button:hover {
  border-color: rgba(155,232,255,.72);
  box-shadow: 0 0 22px rgba(155,232,255,.13);
}

.theta-spotify-catalog .theta-discovery-engine {
  padding-bottom: 26px !important;
}

.theta-spotify-catalog .theta-discovery-section {
  margin-bottom: 24px !important;
}

.theta-spotify-catalog .theta-discovery-card {
  flex-basis: 132px !important;
}

.theta-spotify-catalog .theta-discovery-info h4 {
  font-size: 13px !important;
}

@media(max-width: 850px) {
  .theta-spotify-view-toggle {
    margin: 0 20px 16px;
  }
}


/* =========================================================
   v1.2 Fixes
========================================================= */

/* Hero is now managed outside the plugin/page builder */
.theta-spotify-hero {
  display: none !important;
}

.theta-spotify-view-toggle {
  display: flex !important;
  justify-content: center !important;
  width: fit-content;
  margin: 26px auto 30px !important;
  padding: 6px !important;
  position: sticky;
  top: 86px;
  z-index: 20;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.theta-spotify-view-toggle button {
  min-width: 118px;
  text-align: center;
}

.theta-spotify-view-discover .theta-spotify-catalog-native {
  display: none !important;
}

.theta-spotify-view-browse .theta-spotify-discovery {
  display: none !important;
}

.theta-spotify-view-browse .theta-spotify-catalog-native {
  display: block !important;
}

.theta-spotify-view-discover .theta-spotify-discovery {
  display: block !important;
}

.theta-spotify-main {
  padding-top: 8px;
}

.theta-spotify-inspector-cover:not(.has-cover) {
  background:
    radial-gradient(circle at 50% 0%, rgba(155,232,255,.15), transparent 42%),
    linear-gradient(135deg, #101018, #050507) !important;
}

.theta-spotify-inspector-cover:not(.has-cover)::after {
  content: "Θ";
  display: grid;
  place-items: center;
  height: 100%;
  color: rgba(255,255,255,.22);
  font-size: 64px;
  font-weight: 900;
}

@media(max-width: 850px) {
  .theta-spotify-view-toggle {
    position: static;
    width: calc(100% - 40px);
  }

  .theta-spotify-view-toggle button {
    flex: 1;
    min-width: 0;
  }
}


/* =========================================================
   v1.3 Fixes
========================================================= */

/* Remove duplicated mood/genre/style navigation from left sidebar */
.theta-spotify-taxonomies,
.theta-spotify-tax-section {
  display: none !important;
}

/* Cleaner custom scrollbars */
.theta-spotify-sidebar,
.theta-spotify-inspector,
.theta-spotify-tax-section div,
.theta-spotify-main,
.theta-discovery-row {
  scrollbar-width: thin;
  scrollbar-color: rgba(155,232,255,.42) rgba(255,255,255,.05);
}

.theta-spotify-sidebar::-webkit-scrollbar,
.theta-spotify-inspector::-webkit-scrollbar,
.theta-spotify-tax-section div::-webkit-scrollbar,
.theta-spotify-main::-webkit-scrollbar,
.theta-discovery-row::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.theta-spotify-sidebar::-webkit-scrollbar-track,
.theta-spotify-inspector::-webkit-scrollbar-track,
.theta-spotify-tax-section div::-webkit-scrollbar-track,
.theta-spotify-main::-webkit-scrollbar-track,
.theta-discovery-row::-webkit-scrollbar-track {
  background: rgba(255,255,255,.045);
  border-radius: 999px;
}

.theta-spotify-sidebar::-webkit-scrollbar-thumb,
.theta-spotify-inspector::-webkit-scrollbar-thumb,
.theta-spotify-tax-section div::-webkit-scrollbar-thumb,
.theta-spotify-main::-webkit-scrollbar-thumb,
.theta-discovery-row::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(155,232,255,.62), rgba(180,156,255,.52));
  border-radius: 999px;
}

/* Toggle no longer overlays native Albums / Tracks switch */
.theta-spotify-view-toggle {
  position: static !important;
  top: auto !important;
  z-index: 1 !important;
  margin: 22px auto 42px !important;
}

.theta-spotify-catalog-native {
  padding-top: 18px !important;
}

/* Native catalog switch labels/spacing */
.theta-spotify-catalog .theta-catalog-mode-switch {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 0 !important;
  margin-bottom: 34px !important;
}

.theta-spotify-catalog .theta-catalog-mode-switch button {
  min-width: 138px;
}

/* Give the right inspector more visible feedback */
.theta-spotify-inspector {
  min-width: 0;
}

.theta-spotify-inspector-content[hidden],
.theta-spotify-inspector-empty[hidden] {
  display: none !important;
}

.theta-spotify-inspector-empty {
  min-height: 420px;
}

.theta-spotify-inspector-cover {
  min-height: 220px;
}

/* Prevent the native catalog from starting underneath controls */
.theta-spotify-view-browse .theta-spotify-catalog-native {
  margin-top: 0 !important;
}

@media(max-width: 850px) {
  .theta-spotify-view-toggle {
    margin-bottom: 28px !important;
  }
}


/* =========================================================
   v1.4 Spotify fixed layout + simplified discovery
========================================================= */

/* Fixed app-like layout: page does not become endless, each pane scrolls */
.theta-spotify-catalog {
  height: calc(100vh - 92px);
  min-height: 680px;
  overflow: hidden;
  padding-bottom: 96px !important;
}

.theta-spotify-sidebar,
.theta-spotify-main,
.theta-spotify-inspector {
  position: relative !important;
  top: auto !important;
  height: 100% !important;
  max-height: none !important;
  overflow-y: auto;
}

/* Hide scrollbars until hover/focus */
.theta-spotify-sidebar,
.theta-spotify-main,
.theta-spotify-inspector,
.theta-discovery-row {
  scrollbar-width: none;
}

.theta-spotify-sidebar:hover,
.theta-spotify-main:hover,
.theta-spotify-inspector:hover,
.theta-discovery-row:hover,
.theta-spotify-sidebar:focus-within,
.theta-spotify-main:focus-within,
.theta-spotify-inspector:focus-within,
.theta-discovery-row:focus-within {
  scrollbar-width: thin;
}

.theta-spotify-sidebar::-webkit-scrollbar,
.theta-spotify-main::-webkit-scrollbar,
.theta-spotify-inspector::-webkit-scrollbar,
.theta-discovery-row::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.theta-spotify-sidebar:hover::-webkit-scrollbar,
.theta-spotify-main:hover::-webkit-scrollbar,
.theta-spotify-inspector:hover::-webkit-scrollbar {
  width: 8px;
}

.theta-discovery-row:hover::-webkit-scrollbar {
  height: 8px;
}

/* Simplify duplicate Discovery wording inside module */
.theta-spotify-discovery .theta-discovery-head {
  display: none !important;
}

.theta-spotify-discovery .theta-discovery-engine {
  padding-top: 8px !important;
}

/* Only keep Recommended + New Releases visually if an older shortcode still outputs more */
.theta-spotify-discovery [data-discovery-section="continue"],
.theta-spotify-discovery [data-discovery-section="favorites"],
.theta-spotify-discovery [data-discovery-section="trending"],
.theta-spotify-discovery [data-discovery-section="popular"] {
  display: none !important;
}

/* Larger discover covers */
.theta-spotify-catalog .theta-discovery-card {
  flex-basis: 178px !important;
}

.theta-spotify-catalog .theta-discovery-cover {
  border-radius: 22px !important;
}

.theta-spotify-catalog .theta-discovery-info h4 {
  font-size: 16px !important;
}

/* Toggle more readable and separated from native catalog toggle */
.theta-spotify-view-toggle {
  margin: 18px auto 34px !important;
  transform: scale(1.04);
}

/* Keep native album/track switch lower in Browse */
.theta-spotify-view-browse .theta-spotify-catalog-native {
  padding-top: 28px !important;
}

.theta-spotify-view-browse .theta-catalog-mode-switch {
  margin-bottom: 42px !important;
}

/* Sidebar less cramped now that filters are gone */
.theta-spotify-sidebar {
  padding-bottom: 32px !important;
}

.theta-spotify-side-group {
  margin-bottom: 30px !important;
}

@media(max-width: 1180px) {
  .theta-spotify-catalog {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .theta-spotify-sidebar,
  .theta-spotify-main,
  .theta-spotify-inspector {
    height: auto !important;
    overflow: visible;
  }
}

@media(max-width: 850px) {
  .theta-spotify-catalog {
    height: auto;
    padding-bottom: 110px !important;
  }

  .theta-spotify-catalog .theta-discovery-card {
    flex-basis: 148px !important;
  }
}


/* =========================================================
   v1.7 Search + Likes
========================================================= */

.theta-spotify-side-search input:focus {
  border-color: rgba(155,232,255,.72) !important;
  box-shadow: 0 0 22px rgba(155,232,255,.14);
}

.theta-track-like {
  position: static !important;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.58);
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  transition: .22s ease;
}

.theta-track-like:hover,
.theta-track-like.is-active {
  color: #9be8ff;
  border-color: rgba(155,232,255,.72);
  background: rgba(155,232,255,.10);
  box-shadow: 0 0 22px rgba(155,232,255,.14);
}

/* Add one extra compact action column when possible */
.theta-spotify-catalog .theta-track-row {
  grid-template-columns: auto 1fr auto minmax(140px, auto) 60px auto auto !important;
}

@media(max-width: 900px) {
  .theta-track-like {
    width: 34px;
    height: 34px;
  }

  .theta-spotify-catalog .theta-track-row {
    grid-template-columns: auto 1fr auto auto !important;
  }
}


/* =========================================================
   v1.8 Topbar quick navigation
========================================================= */

.theta-spotify-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px auto 34px;
  width: fit-content;
  position: relative;
  z-index: 30;
}

.theta-spotify-topbar .theta-spotify-view-toggle {
  margin: 0 !important;
  position: static !important;
}

.theta-spotify-mini-nav {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.theta-spotify-mini-nav a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  text-decoration: none;
  transition: .22s ease;
}

.theta-spotify-mini-nav a:hover {
  color: #030305;
  background: linear-gradient(90deg, #9be8ff, #b49cff);
  box-shadow: 0 0 24px rgba(155,232,255,.16);
}

/* CSS icons: home / film reel / mail */
.theta-spotify-mini-nav span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.theta-icon-home::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 14px;
  height: 10px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
}

.theta-icon-home::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}

.theta-icon-reel {
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
}

.theta-icon-reel::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.theta-icon-reel::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 7px;
  width: 7px;
  height: 4px;
  background: currentColor;
  border-radius: 1px;
}

.theta-icon-mail::before {
  content: "";
  position: absolute;
  inset: 2px 1px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.theta-icon-mail::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 12px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

@media(max-width: 760px) {
  .theta-spotify-topbar {
    width: calc(100% - 28px);
    flex-wrap: wrap;
    gap: 10px;
  }

  .theta-spotify-topbar .theta-spotify-view-toggle {
    width: 100%;
  }

  .theta-spotify-mini-nav {
    margin: 0 auto;
  }
}


/* =========================================================
   v1.9 Force visible mini navigation
========================================================= */

.theta-spotify-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin: 18px auto 34px !important;
  width: fit-content !important;
  position: relative !important;
  z-index: 9999 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.theta-spotify-topbar .theta-spotify-view-toggle {
  margin: 0 !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.theta-spotify-mini-nav {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 5px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.065) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  visibility: visible !important;
  opacity: 1 !important;
}

.theta-spotify-mini-nav a {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  transition: .22s ease !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.theta-spotify-mini-nav a:hover {
  color: #030305 !important;
  background: linear-gradient(90deg, #9be8ff, #b49cff) !important;
  box-shadow: 0 0 24px rgba(155,232,255,.16) !important;
}

/* CSS icons */
.theta-spotify-mini-nav span {
  position: relative !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  color: currentColor !important;
}

.theta-icon-home::before {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  top: 7px !important;
  width: 14px !important;
  height: 10px !important;
  border: 2px solid currentColor !important;
  border-top: 0 !important;
  border-radius: 2px !important;
}

.theta-icon-home::after {
  content: "" !important;
  position: absolute !important;
  left: 3px !important;
  top: 1px !important;
  width: 12px !important;
  height: 12px !important;
  border-left: 2px solid currentColor !important;
  border-top: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
  border-radius: 2px 0 0 0 !important;
}

.theta-icon-reel {
  border: 2px solid currentColor !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
}

.theta-icon-reel::before {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  border: 2px solid currentColor !important;
  border-radius: 50% !important;
}

.theta-icon-reel::after {
  content: "" !important;
  position: absolute !important;
  right: -4px !important;
  top: 7px !important;
  width: 7px !important;
  height: 4px !important;
  background: currentColor !important;
  border-radius: 1px !important;
}

.theta-icon-mail::before {
  content: "" !important;
  position: absolute !important;
  inset: 2px 1px !important;
  border: 2px solid currentColor !important;
  border-radius: 3px !important;
}

.theta-icon-mail::after {
  content: "" !important;
  position: absolute !important;
  left: 3px !important;
  top: 5px !important;
  width: 12px !important;
  height: 8px !important;
  border-left: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(-45deg) !important;
}

@media(max-width: 760px) {
  .theta-spotify-topbar {
    width: calc(100% - 28px) !important;
    flex-wrap: wrap !important;
  }

  .theta-spotify-topbar .theta-spotify-view-toggle {
    width: 100% !important;
  }
}
