.howdy-live-tickets{
  border:1px solid #d8dde3;
  border-radius:14px;
  padding:24px;
  margin:30px 0;
  background:#fff;
}
.howdy-live-tickets__head h2{
  margin:0 0 12px;
  line-height:1.2;
}
.howdy-live-tickets__explain{
  background:#f6f7f8;
  border-radius:10px;
  padding:14px 16px;
  margin:12px 0;
}
.howdy-live-tickets__explain p{margin:0 0 8px}
.howdy-live-tickets__explain p:last-child{margin-bottom:0}
.howdy-live-tickets__updated,
.howdy-live-tickets__footnote,
.howdy-live-tickets__disclosure{
  font-size:.9em;
  color:#555;
  line-height:1.5;
}
.howdy-live-tickets__cards{
  display:grid;
  gap:16px;
  margin:18px 0;
}
.howdy-ticket-card{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:18px;
  border:1px solid #e1e5e9;
  border-radius:12px;
  padding:14px;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.03);
}
.howdy-ticket-card__image-link{
  display:block;
  align-self:stretch;
  min-height:150px;
}
.howdy-ticket-card__image,
.howdy-ticket-card__image-placeholder{
  display:block;
  width:100%;
  height:100%;
  min-height:150px;
  max-height:190px;
  object-fit:cover;
  border-radius:9px;
  background:#f1f3f5;
}
.howdy-ticket-card__body{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.howdy-ticket-card__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}
.howdy-ticket-card__title{
  margin:0;
  font-size:1.2rem;
  line-height:1.2;
}
.howdy-ticket-card__verdict{
  margin:4px 0 0;
  font-weight:700;
  font-size:.92rem;
}
.howdy-ticket-card__rating{
  flex:0 0 auto;
  text-align:right;
  line-height:1.2;
}
.howdy-ticket-card__rating span{
  display:block;
  font-size:.8rem;
  color:#666;
  margin-top:3px;
}
.howdy-ticket-card__product-title{
  margin:7px 0 12px;
  color:#5f6368;
  font-size:.88rem;
  line-height:1.35;
}
.howdy-ticket-card__facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0 0 14px;
}
.howdy-live-tickets__cards.is-secondary .howdy-ticket-card__facts{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.howdy-ticket-card__facts div{
  border:1px solid #e7eaed;
  border-radius:9px;
  padding:9px 10px;
  background:#fafbfc;
}
.howdy-ticket-card__facts dt{
  font-size:.73rem;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.025em;
  font-weight:700;
  color:#626a73;
  margin-bottom:4px;
}
.howdy-ticket-card__facts dd{
  margin:0;
  line-height:1.25;
}
.howdy-ticket-card__facts dd small{
  display:block;
  color:#70757a;
  font-size:.75rem;
  margin-top:3px;
  line-height:1.3;
}
.howdy-live-tickets__cta{
  display:inline-block;
  align-self:flex-start;
  margin-top:auto;
  padding:10px 14px;
  border:1px solid currentColor;
  border-radius:8px;
  text-decoration:none;
  font-weight:700;
  line-height:1.25;
}
.howdy-live-tickets__secondary{
  margin-top:28px;
  padding-top:8px;
  border-top:1px solid #e5e7eb;
}
.howdy-live-tickets__secondary h3{margin-bottom:8px}

@media(max-width:820px){
  .howdy-live-tickets{padding:18px}
  .howdy-ticket-card{
    grid-template-columns:150px minmax(0,1fr);
    gap:14px;
  }
  .howdy-ticket-card__facts{
    grid-template-columns:1fr 1fr;
  }
  .howdy-ticket-card__facts div:last-child{
    grid-column:1 / -1;
  }
}

@media(max-width:620px){
  .howdy-live-tickets{
    padding:12px;
    margin:20px 0;
    border-radius:10px;
  }
  .howdy-live-tickets__head h2{
    font-size:1.35rem;
  }
  .howdy-ticket-card{
    display:block;
    padding:11px;
    border-radius:11px;
  }
  .howdy-ticket-card__image-link{
    min-height:0;
    margin-bottom:12px;
  }
  .howdy-ticket-card__image,
  .howdy-ticket-card__image-placeholder{
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    min-height:0;
    max-height:none;
  }
  .howdy-ticket-card__top{
    display:block;
  }
  .howdy-ticket-card__rating{
    text-align:left;
    margin-top:6px;
  }
  .howdy-ticket-card__facts,
  .howdy-live-tickets__cards.is-secondary .howdy-ticket-card__facts{
    grid-template-columns:1fr;
    gap:8px;
  }
  .howdy-ticket-card__facts div:last-child{
    grid-column:auto;
  }
  .howdy-live-tickets__cta{
    display:block;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    padding:13px 14px;
  }
  .howdy-live-tickets__footnote,
  .howdy-live-tickets__disclosure,
  .howdy-live-tickets__updated{
    font-size:.85rem;
  }
}
