.stubhub-listings {
  width: 100%;
  max-width: 900px;
  margin: 24px auto;
  border-top: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
  background: #fff;
}
.stubhub-event-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 12px;
  border-bottom: 1px solid #e4e7eb;
}
.stubhub-event-row:last-of-type {
  border-bottom: 0;
}
.stubhub-date-block {
  width: 120px;
  min-width: 120px;
  padding-right: 16px;
  border-right: 1px solid #e4e7eb;
}
.stubhub-date-main {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
}
.stubhub-date-sub {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #4b5563;
}
.stubhub-details-block {
  flex: 1 1 auto;
  min-width: 0;
}
.stubhub-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
}
.stubhub-title a {
  color: #111827 !important;
  text-decoration: none !important;
}
.stubhub-title a:hover {
  color: #0b5ed7 !important;
}
.stubhub-venue {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.4;
  color: #d83a40;
}
.stubhub-action-block {
  width: 150px;
  min-width: 150px;
  text-align: right;
}
.stubhub-ticket-button,
.stubhub-more-button {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 6px;
  background: #41a62a;
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}
.stubhub-ticket-button:hover,
.stubhub-more-button:hover {
  opacity: 0.9;
}
.stubhub-more-wrap {
  text-align: center;
  padding: 22px 12px 26px;
}
.stubhub-more-button {
  background: #0b5ed7;
}
.stubhub-empty {
  width: 100%;
  max-width: 900px;
  margin: 24px auto;
  padding: 18px 12px;
  border-top: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
  text-align: center;
}
@media (max-width: 700px) {
  .stubhub-event-row {
    display: block;
    padding: 16px 12px;
  }
  .stubhub-date-block,
  .stubhub-action-block {
    width: auto;
    min-width: 0;
    border-right: 0;
    padding-right: 0;
    text-align: left;
  }
  .stubhub-action-block {
    margin-top: 14px;
  }
}
