.roadie-podcast-sidebar {
  background: #0f0f0f;
  border: 1px solid #1f1f1f;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.roadie-title-link:hover,
.roadie-author-link:hover {
  color: #10b981 !important;
}

.roadie-img-link:hover img {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.roadie-podcast-sidebar img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.roadie-podcast-header {
  color: #10b981;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
}

.roadie-divider {
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 20px;
}

.roadie-podcast-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.roadie-podcast-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.roadie-podcast-item.has-border {
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 16px;
}

.roadie-thumb-wrapper {
  flex-shrink: 0;
  width: 75px;
}

.roadie-thumb-wrapper img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0;
}

.roadie-content-wrapper {
  flex-grow: 1;
  min-width: 0;
}

.roadie-meta-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  color: #888;
  font-size: 11px;
  font-weight: 500;
}

.roadie-author-link {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.roadie-badge-explicit {
  background: #333;
  color: #aaa;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 3px;
  line-height: 1;
}

.roadie-episode-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.roadie-episode-title .roadie-title-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.roadie-desc-container {
  margin-top: 2px;
}

.roadie-desc-trigger {
  color: #10b981;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}

.roadie-desc-content {
  display: none;
  color: #888;
  font-size: 11px;
  line-height: 1.35;
  margin: 4px 0 0 0;
  cursor: pointer;
}

.roadie-spotify-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  color: #000;
  font-weight: 800;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 25px;
  font-size: 13px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.roadie-platforms-section {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #1f1f1f;
}

.roadie-platforms-title {
  display: block;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.roadie-platforms-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.roadie-platforms-icons a {
  color: #aaa;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  display: inline-block;
}

.roadie-platforms-icons a:hover {
  color: #10b981;
  transform: translateY(-2px);
}

.roadie-platforms-icons svg {
  width: 20px;
  height: 20px;
}
