
.ticket-wrap {
    padding: 7.5px 0;
}

.ticket-item {
    padding: 7.5px 15px;
    /*align-items: unset;*/
}

.ticket-item .cover-wrap {
    width: 125px;
    height: 75px;
}

.ticket-info {
    padding-left: 15px;
    padding-bottom: 24px;
}

.ticket-tags {
    margin: 5px 0 2.5px;
}

.ticket-tag {
    display: inline-block;
    padding: 2.5px 5px;
    margin: 0 2.5px 2.5px 0;
    border: 1px solid #eee;
    border-radius: 2px;
}

.ticket-price {
    top: unset!important;
    right: unset!important;
    bottom: 7.5px;
    left: 155px;
}

.btn-buy {
    right: 15px;
    bottom: 7.5px;
    padding: 5px 12.5px;
    line-height: 1;
    font-size: 14px;
    border-radius: 14px;
    background: #f77311;
    color: #fff!important;
}
