.music-sidebar {
  width: 100%;
  background-color: #fafafa;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  font-family: 'Arial', sans-serif;
}

.sidebar-section {
  margin-bottom: 30px;
}

.sidebar-section h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

.sidebar-section p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.4;
}

.highlight {
  color: #d40072;
  font-weight: bold;
}

.cta-button {
  display: inline-block;
  margin-top: 10px;
  background-color: #d40072;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
.cta-button:hover {
  background-color: #b1005f;
}

.streaming-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.platform-btn {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.platform-btn.spotify { background-color: #1db954; }
.platform-btn.youtube { background-color: #ff0000; }
.platform-btn.bandcamp { background-color: #629aa9; }

.social-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.social-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eee;
  border-radius: 6px;
  padding: 8px 12px;
}

.social-btn a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.counter {
  font-size: 0.9rem;
  background-color: #ddd;
  padding: 4px 8px;
  border-radius: 4px;
}

.wpdudecom-social-container {
    display: flex;
    flex-direction: column;
}

.wpdudecom-social-button {
    display: flex;
    align-items: center;
    width: 225px;
    margin: 6px 15px;
    font-family: "Baloo Bhai", cursive;
    color: #f5f8fa;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.wpdudecom-social-button:active {
    transform: translateY(10px);
    box-shadow: none;
}

/* Social Media Communication Buttons */
.button--facebook {
    background: #1877f2;
    box-shadow: 0 10px 0 #1464c7;
}

.button--instagram {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 10px 0 #8c0615;
}

.button--twitter {
    background: #1da1f2;
    box-shadow: 0 10px 0 #167ac6;
}

/* Music Platform Buttons */
.button--youtube {
    background: #ff0000;
    box-shadow: 0 10px 0 #cc0000;
}

.button--spotify {
    background: #1db954;
    box-shadow: 0 10px 0 #169443;
}

.button--x {
    background: #000000;
    box-shadow: 0 10px 0 #333333;
}

.button--apple {
    background: #000000;
    box-shadow: 0 10px 0 #333333;
}

.button--bandcamp {
    background: #629aa0;
    box-shadow: 0 10px 0 #4e7b80;
}

.button--more {
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 0 #5a3c82;
}

/* Legacy buttons (if still needed) */
.button--linkedin {
    background: #0077b5;
    box-shadow: 0 10px 0 #005983;
}

.button--pinterest {
    background: #bd081c;
    box-shadow: 0 10px 0 #8c0615;
}

.wpdudecom-social-icon {
    flex-grow: 1;
    font-size: 38px;
    text-align: right;
}

.wpdudecom-social-text {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    text-align: center;
    font-size: 30px;
}

.wpdudecom-social-follow {
    font-size: 15px;
    margin-top: 7px;
    padding: 0;
}

.wpdudecom-social-name {
    margin-bottom: 5px;
    font-size: 18px;
}
