.series-list{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5em}.series-list__item{background:var(--bg-light);padding:0;border-radius:5px;cursor:pointer;transition:all .25s cubic-bezier(.68,-.55,.265,1.55);width:100%;display:flex;box-shadow:0 5px 18px #0000004d;max-height:120px;overflow:hidden}.series-list__item:hover{background:var(--bg-lighter)}.series-list__item-image{margin:0;border-radius:0 5px 5px 0;overflow:hidden;flex-grow:0;flex-shrink:0;width:120px}.series-list__item-card{padding:.75em 1em 1em;display:flex;flex-direction:column;gap:.25em}.series-list__item-card a{color:inherit}.series-list__item-card a:hover{text-decoration:none}.series-list__item-title{font-size:1.125rem}.series-list__item-speaker{font-size:.889rem;color:var(--text-darker);display:flex;gap:.25em}.series-list__item-speaker svg{width:16px;flex-shrink:0}@media screen and (min-width: 960px){.series-list{grid-template-columns:repeat(2,1fr)}}
