.cmp-findticket__list{display:flex;flex-flow:column wrap;justify-content:space-between}
@media screen and (min-width:768px){.cmp-findticket__list{flex-flow:row wrap}
}
.cmp-findticket__list__item{background-color:#fff;display:flex;flex-basis:50%;margin-top:1.5rem;width:100%}
.cmp-findticket__list__item:first-child{margin-top:0}
@media screen and (min-width:768px){.cmp-findticket__list__item{max-width:calc(48%)}
.cmp-findticket__list__item:nth-child(2){margin-top:0}
}
@media screen and (min-width:480px){.cmp-findticket__list__item{flex-flow:row nowrap;align-items:center}
}
.cmp-findticket__list__item:hover .cmp-findticket__title{text-decoration:underline}
.cmp-findticket__list__item:focus{border:2px solid #d7192d !important}
.cmp-findticket__list__item:focus .cmp-findticket__title{text-decoration:underline}
.cmp-findticket__list__item__link{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:3.875rem;padding:1rem 1.5rem .875rem;cursor:pointer}
.cmp-findticket__list__item__link:focus{outline:2px solid #f08400}
.cmp-findticket__list__item__text-link{width:85%}
.cmp-findticket__list__item__title{display:block;font-size:1.625rem;color:#d7192d;font-family:"IberiaHeadlineLight",Verdana,sans-serif !important;max-width:90%;line-height:2.5rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.cmp-findticket__list__item .icon-arrow{display:flex;align-items:center;margin-left:.75rem;transform:translateY(0.0625rem)}
.cmp-findticket__list__item .icon-arrow::before{font-size:.625rem;color:#d7192d;transform:rotate(270deg)}
@media screen and (min-width:576px){.cmp-findticket__list__item .icon-arrow{margin-left:1.5rem}
}
.cmp-findticket__list__item__price{display:flex;font-size:1.75rem;font-family:"IberiaHeadlineLight",Verdana,sans-serif !important;margin-left:.563rem;margin-top:1rem;white-space:nowrap}
@media screen and (min-width:480px){.cmp-findticket__list__item__price{margin-top:0}
}
.cmp-findticket__container-expand-button{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;margin-top:1.5rem}
.cmp-findticket__container-expand-button__icon.icon-close{width:1rem;height:1rem;padding-bottom:1.25rem;transition:all 500ms ease;transform:rotate(45deg)}
.cmp-findticket__container-expand-button__icon.icon-close::before{color:#666;font-size:.75rem;font-weight:700}
.cmp-findticket__container-expand-button__action-btn{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#fff;border:2px solid #666;border-radius:50%;cursor:pointer}
.cmp-findticket__container-expand-button__action-btn:focus{outline:2px solid #f08400}