.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub {
  --podcast-bg: #f7f4ee;
  --podcast-accent: #7a8f7a;
  --podcast-text: #2c3338;
  --podcast-muted: #6b7378;
  --podcast-surface: #ffffff;
  --podcast-heading-font: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --podcast-body-font: "Avenir Next", "Segoe UI", system-ui, sans-serif;

  background: var(--podcast-bg);
  color: var(--podcast-text);
  font-family: var(--podcast-body-font);
  padding: clamp(40px, 6vw, 72px) clamp(16px, 4vw, 48px);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 40px);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-intro {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--podcast-accent) 16%, #fff);
  color: color-mix(in srgb, var(--podcast-accent) 55%, var(--podcast-text));
  font-size: 12px;
  font-weight: 550;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-title {
  margin: 0;
  font-family: var(--podcast-heading-font);
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-subtitle {
  margin: 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--podcast-muted);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--podcast-text) 22%, transparent);
  color: var(--podcast-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 550;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-cta:hover {
  background: var(--podcast-surface);
  border-color: var(--podcast-accent);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
  align-items: stretch;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-player {
  min-width: 0;
  min-height: 320px;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-player-placeholder {
  min-height: 320px;
  border-radius: 28px;
  background: color-mix(in srgb, var(--podcast-accent) 18%, #dfe6df);
  display: grid;
  place-items: center;
  color: var(--podcast-muted);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-sidebar-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  border-radius: 16px;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-sidebar-item:hover .podcast-ep {
  border-color: color-mix(in srgb, var(--podcast-accent) 45%, transparent);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--podcast-text) 6%, transparent);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-sidebar-item--active .podcast-ep {
  border-color: color-mix(in srgb, var(--podcast-accent) 70%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--podcast-accent) 35%, transparent);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-sidebar-item .podcast-ep {
  background: var(--podcast-surface);
  color: var(--podcast-text);
  border-color: color-mix(in srgb, var(--podcast-text) 8%, transparent);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--podcast-surface) 72%, transparent);
  border: 1px solid color-mix(in srgb, var(--podcast-text) 6%, transparent);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--podcast-accent) 16%, #fff);
  color: var(--podcast-accent);
  overflow: hidden;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-feature-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-feature-title {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-feature-text {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--podcast-muted);
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-empty {
  padding: 40px 24px;
  border-radius: 24px;
  border: 1px dashed color-mix(in srgb, var(--podcast-accent) 40%, transparent);
  background: color-mix(in srgb, var(--podcast-surface) 70%, transparent);
  text-align: center;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-empty-title {
  margin: 0 0 8px;
  font-family: var(--podcast-heading-font);
  font-size: 1.4rem;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-empty-text {
  margin: 0;
  color: var(--podcast-muted);
  font-size: 14px;
}

.cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-leaf {
  color: color-mix(in srgb, var(--podcast-accent) 75%, #fff);
}

@media (max-width: 960px) {
  .cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-grid {
    grid-template-columns: 1fr;
  }

  .cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-header {
    flex-direction: column;
    align-items: stretch;
  }

  .cc_I1vIPjnu8K_h2G2PBCY81 .podcast-hub-cta {
    align-self: flex-start;
  }
}
