.player{color:#fff;grid-template-columns:auto 1fr;align-items:center;gap:.75em;margin-top:1em;margin-left:1em;margin-right:1em;display:grid}.player .play-icon{grid-row:1/3;margin-top:-.45em;padding:0;font-size:3rem}.player .row-2{grid-template-columns:1fr auto;padding-top:.5em;display:grid}.player .row-2 button.toggle-transcript{color:#fff;padding:0;font-size:.8em;text-decoration:underline}.player .row-2 button.toggle-transcript svg{padding-right:.5em}.player .audio-scrubber input{appearance:none;cursor:pointer;background:0 0;width:100%;height:6px}.player .audio-scrubber input::-webkit-slider-runnable-track{background:#3c3c3c;border-radius:3px;height:6px}.player .audio-scrubber input::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:50%;width:20px;height:20px;margin-top:-7px}.player .audio-scrubber input::-webkit-slider-thumb{background:#fff}.player .audio-scrubber input::-webkit-slider-runnable-track{background:linear-gradient(to right,#3c3c3c 0%,#3c3c3c calc(var(--percent)*1%),#fff5c9 calc(var(--percent)*1%),#fff5c9 100%)}.player .audio-scrubber input::-moz-range-track{background:#3c3c3c;border-radius:3px;height:6px}.player .audio-scrubber input::-moz-range-progress{background:#fff5c9;border-radius:3px;height:6px}.player .audio-scrubber input::-moz-range-thumb{background:#3c3c3c;border:none;border-radius:50%;width:18px;height:18px}.player .audio-scrubber input::-ms-track{color:#0000;background:0 0;border-color:#0000;height:6px}.player .audio-scrubber input::-ms-fill-lower{background:#3c3c3c}.player .audio-scrubber input::-ms-fill-upper{background:#fff5c9}.player .audio-scrubber input::-ms-thumb{background:#3c3c3c;border-radius:50%;width:18px;height:18px}.transcript{opacity:0;max-height:0;padding:0;transition:max-height .6s,opacity .5s,padding .5s;overflow:hidden}.transcript.open{opacity:1;padding-top:1em;padding-bottom:1em}
.curator-perspective{margin-inline:auto}.curator-perspective h4{margin-bottom:0}.curator-perspective .poster-image{--poster-height:220px;padding-bottom:.5em}@media (min-width:768px){.curator-perspective .poster-image{--poster-height:300px}}.curator-perspective .poster-image{width:100%;min-height:var(--poster-height);position:relative}.curator-perspective .poster-image .img-wrapper{position:relative}.curator-perspective .poster-image .img-wrapper img{width:100%;height:var(--poster-height);object-fit:cover;display:block}.curator-perspective .poster-image .img-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#000 100%);height:5em;position:absolute;bottom:0;left:0;right:0}.curator-perspective .poster-image .player{margin-top:-4em;position:relative}.curator-perspective .poster-image .transcript p+p{margin-top:1em}
