.wlp-ts-resell {
  max-width: 720px;
  margin: 0 auto;
}

.wlp-ts-resell table {
  width: 100%;
  border-collapse: collapse;
}

.wlp-ts-resell th,
.wlp-ts-resell td {
  border: 1px solid #ccd0d4;
  padding: 8px;
  text-align: left;
}

.wlp-ts-resell .wlp-ts-error {
  color: #b32d2e;
}

.wlp-ts-actions {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 20px;
}

.wlp-ts-ticket-list {
  display: grid;
  gap: 12px;
}

.wlp-ts-ticket-card {
  border: 1px solid #ccd0d4;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.wlp-ts-ticket-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #eef0f1;
}

.wlp-ts-ticket-row:last-of-type {
  border-bottom: 0;
}

.wlp-ts-label {
  color: #50575e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wlp-ts-value {
  font-weight: 600;
  text-align: right;
}

.wlp-ts-resell button {
  background: #2271b1;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  cursor: pointer;
}

.wlp-ts-resell button.wlp-ts-secondary {
  background: #f0f0f1;
  color: #1d2327;
}

@media (min-width: 768px) {
  .wlp-ts-ticket-card {
    padding: 16px;
  }

  .wlp-ts-ticket-row {
    padding: 8px 0;
  }
}
