.ticket-card {
  @include run-transition(all);
  position: relative;
  padding: 5px;
  overflow: hidden;
  height: 92px;
  box-sizing: border-box;
  cursor: pointer;

  figure {
    position: absolute;
    top: 50%;
    left: 13px;
    margin: 0;
    margin-top: -25px;
    padding: 0;
    border-radius: 50%;
    @include run-transition(all);
    i {
      width: 50px;
      height: 50px;
      display: block;
      text-align: center;
      line-height: 50px;
      font-size: 24px;
    }
  }
  section {
    margin-left: 70px;
    margin-top: 5px;
    h5 {
      margin: 0;
      line-height: normal;
      padding-top: 13px;
      span {
        font-size: 13px;
      }
    }
    p,
    em {
      overflow: hidden;
      display: block;
      height: 27px;
      margin: 0;
      padding: 5px 2px 0 2px;
      font-size: 9px;
      line-height: normal;
      vertical-align: middle;
      text-align: left;
    }
    p {
      font-size: 11px;
    }
  }
  section + i {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0px 10px 5px 12px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: normal;
    @include run-transition(all);
  }
}
