#fw-section-custom-html-5b114fb1-a4d3-45de-a3c6-db2853c0ee3d {

.streaming-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 20px;
  background-color: #121212 !important; 
  border-radius: 8px;
  flex-wrap: wrap;
}

.platform-label {
  color: #D8D7D1 !important; 
  font-family: 'Interstate', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 5px;
}

.stream-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain; 
  transition: all 0.3s ease;
  filter: brightness(0) invert(1) opacity(0.8);
}

.stream-icon:hover img {
  transform: translateY(-4px);
  opacity: 1;
}

/* Specific Hover Filters */
.icon-soundcloud:hover img { filter: invert(55%) sepia(85%) saturate(2300%) hue-rotate(355deg) !important; }
.icon-youtube:hover img    { filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(95%) contrast(112%) !important; }
.icon-beatport:hover img   { filter: invert(86%) sepia(93%) saturate(658%) hue-rotate(33deg) brightness(103%) contrast(105%) !important; }
.icon-apple:hover img      { filter: invert(34%) sepia(91%) saturate(3041%) hue-rotate(321deg) brightness(105%) contrast(105%) !important; }
.icon-deezer:hover img     { filter: invert(40%) sepia(80%) saturate(2000%) hue-rotate(250deg) !important; }
.icon-tidal:hover img      { filter: invert(80%) sepia(50%) saturate(2000%) hue-rotate(150deg) !important; }
.icon-spotify:hover img    { filter: invert(45%) sepia(95%) saturate(381%) hue-rotate(93deg) !important; }
.icon-bandcamp:hover img   { filter: invert(50%) sepia(20%) saturate(1500%) hue-rotate(130deg) !important; }
}

#fw-section-custom-html-fcf8c39b-d305-4eb7-9c1d-c2ceb7072b8d {

.discography-section {
  background-color: #121212 !important; /* Matches site background */
  padding: 60px 20px;
  text-align: center;
}

.discography-title {
  color: #D8D7D1 !important; /* Matches site text color */
  font-family: 'Interstate', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 40px;
  display: block;
}

.sc-embed-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.sc-item {
  width: calc(33.333% - 24px); 
  min-width: 300px;
  border-radius: 8px;
  overflow: hidden;
  /* Added a subtle shadow to help the players pop against the charcoal */
  box-shadow: 0 10px 30px rgba(0,0,0,0.5); 
  background-color: #121212;
}

/* Tablet: 2 players per row */
@media (max-width: 992px) {
  .sc-item {
    width: calc(50% - 24px);
  }
}

/* Mobile: 1 player per row */
@media (max-width: 600px) {
  .sc-item {
    width: 100%;
  }
  .discography-title {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
}





#fw-section-links-list-1778001270 {
--font-heading-scale: 0.78;
--font-body-scale: 0.81;
}