.custom-tickets-page.page-node #content {
  flex: 0 0 100%;
  max-width: 100%;
}

.tickets-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}

.ticket-item {
  margin-bottom: 50px;
}

.ticket {
  /* border: 1px solid #222; */
  padding: 0;
  width: 370px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  direction: rtl;
  display: inline-block;
}

.ticket table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6px;
}

.ticket table:last-child {
  margin-bottom: 0;
}

.ticket th,
.ticket td {
  border: 1px solid #000;
  padding: 4px 0;
  text-align: center;
}

.ticket-header th {
  width: 20%;
}

.ticket-header td {
  width: 30%;
}

.ticket-header td.date {
  direction: ltr;
}

.ticket-body th {
  background-color: #f0f0f0;
}

.ticket-summary th {
  text-align: left;
  padding: 4px 6px;
}

.ticket-summary td {
  text-align: center;
  padding: 4px 6px;
}

.ticket-summary tr:last-child>td {
  /* background: #555; */
  /* color: #fff; */
}

.ticket-header td,
.ticket-header th {
  /* border: 1px solid #aaa; */
  text-align: right;
  padding: 4px 6px;
}

.tickets-session-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}