.list{min-height:25rem;padding:0}
.list .container{padding:0}
.component-list--force-open .component-events-list__item:last-child{margin-right:0 !important}
.component-list__info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1.25rem 0}
.component-list__info--top{border-bottom:solid .0625rem #ccc;margin-bottom:1.25rem}
.component-list__info--bottom{border-top:solid .0625rem #ccc;margin-top:1.25rem}
.component-list__button-container{margin-top:1.25rem}
.component-list__item{display:flex;margin-bottom:1.25rem;background-color:#fff}
.component-list__item:last-child{margin-bottom:0}
.component-list__item-picture{align-self:center;flex-shrink:0}
.component-list__item-body{display:flex;flex-direction:column;flex:1 0}
.component-list__item-title{margin-bottom:.625rem}
.component-list__item-title-anchor{color:#5514b4;text-decoration:none}
.component-list__item-title-anchor:hover,.component-list__item-title-anchor:active{border-bottom:solid 1px #5514b4}
.component-list__item-title-anchor:focus-visible{outline:2px transparent solid;box-shadow:0 0 0 2px #000,0 0 0 3px #fff;border-radius:2px}
.component-list__item-event-info{font-size:.875rem}
.component-list__item-event-info-label{font-family:bt-bold-font}
.component-list__item-description{margin-bottom:.625rem;word-break:break-word;word-wrap:break-word;hyphens:auto}
.component-list__item-footer{border-top:1px solid #ccc;margin-top:auto;padding-top:.875rem;font-size:.875rem;display:flex;flex-direction:row;justify-content:space-between}
.component-list__item-author-separator{padding-right:.5rem;margin-right:.5rem;border-right:1px solid #ccc}
.component-list__item-tags{list-style:none}
.component-list__item-tags-tag{display:inline;border-right:1px solid #ccc;padding-right:.5rem;margin-right:.5rem}
.component-list__item-tags-tag:last-child{border-right:0;padding-right:0;margin-right:0}
.component-list__item-tags-tag-anchor{color:#5514b4;text-decoration:none}
.component-list__item-tags-tag-anchor:hover,.component-list__item-tags-tag-anchor:focus,.component-list__item-tags-tag-anchor:active{text-decoration:none;border-bottom:1px solid #5514b4}
@media screen and (min-width:0){.component-list__info{display:none}
.component-list__item{flex-direction:column}
.component-list__item-picture{width:100%;max-height:230px;overflow:hidden;margin-bottom:.625rem}
.component-list__item-picture-img--desktop{display:none}
.component-list__item-picture-img--mobile{max-width:100%;display:block;margin:0 auto}
.component-list__item-tags{display:none}
}
@media screen and (min-width:54.000em){.component-list__info{display:flex}
.component-list__item{padding:1.25rem;flex-direction:row}
.component-list__item-picture{max-width:20%;height:100%;margin-right:1.25rem;margin-bottom:0}
.component-list__item-picture-img{width:100%}
.component-list__item-picture-img--desktop{display:inline}
.component-list__item-picture-img--mobile{display:none}
.component-list__item-tags{display:inline}
}