html:not([data-theme=dark]) .podcast-page,html[data-theme=dark] .podcast-page{--color-primary:#000000;--color-primary-content:#ffffff}.podcast-page{--podcast-radius:10px}.podcast-cover-trigger{display:block;padding:0;border:none;background:transparent}.podcast-cover-modal{padding-top:2rem}.podcast-cover{border:1px solid color-mix(in oklch,var(--color-base-content) 18%,transparent)}.podcast-cover,.podcast-page .podcast-brand-btn{border-radius:var(--podcast-radius)}.podcast-series-title{font-size:.8125rem;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:#000000}.podcast-episode-title{font-size:1rem;font-weight:800;line-height:1.35;letter-spacing:-.02em;color:#000000}html[data-theme=dark] .podcast-page .podcast-episode-title,html[data-theme=dark] .podcast-page .podcast-series-title{color:#ffffff}.podcast-description p{text-align:justify;text-justify:inter-word}.podcast-progress{appearance:none;height:4px;border-radius:9999px;background:color-mix(in oklch,var(--color-base-content) 20%,transparent);cursor:pointer}.podcast-progress::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border-radius:9999px;background:var(--color-base-content);border:2px solid var(--color-base-100);box-shadow:0 0 0 1px color-mix(in oklch,var(--color-base-content) 15%,transparent)}.podcast-progress::-moz-range-thumb{width:12px;height:12px;border-radius:9999px;background:var(--color-base-content);border:2px solid var(--color-base-100)}.podcast-episode-list{max-height:0;overflow:hidden;transition:max-height .3s ease}.podcast-episode-list--expanded{max-height:360px;overflow-y:auto}.podcast-episode-item--active{background:color-mix(in oklch,var(--color-primary) 12%,transparent)}