/* WordPress theme additions (mockup styles.css stays untouched). */

.msb-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 1.75rem;
  background: #000;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
}

.msb-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.stream-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 0 0 1.5rem;
  list-style: none;
  padding: 0;
}

.stream-filters a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-mono); /* Special Elite — same as .tag */
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  line-height: 1;
  color: var(--text-muted);
  text-decoration: none;
}
.stream-filters__label {
  display: block;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  /* Keep btn-center-6 optical for Special Elite. */
  transform: translateY(0.14em);
}

.stream-filters a:hover,
.stream-filters a.is-active {
  color: var(--bg);
  background: var(--gold);
  border-color: var(--gold);
}

.podcast__art a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.podcast__art a:hover img {
  outline-color: rgba(201, 162, 39, 0.45);
}

.alignnone, .aligncenter, .alignleft, .alignright, .wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}
