.product-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #fff !important;
}
.tickets-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ticket-card {
  width: 150px;
  height: 100% !important;
  border-radius: 15px !important;
  font-family: sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border: 1px solid #1b1b1b !important;
  background: #0b0b0b !important;
}
.lty-order-instant-winners-wrapper {
  display: none;
}
.lty-instant-win-better-luck-message {
  display: none !important;
}
.ticket-curves-left,
.ticket-curves-right {
  display: none;
}
.ticket-card .top-section {
  height: 20%;
  background: #c29a4c !important;
  color: #fff !important;
  text-align: center;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}
.ticket-card .bottom-section {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  padding: 5px;
  background: #0b0b0b !important;
}
.ticket-number {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ticket-status {
  font-size: 12px;
  font-weight: bold;
}
.prize-name {
  margin-top: 5px;
  font-size: 13px;
  color: #fff !important;
  font-weight: bold;
}

@media (max-width: 767px) {
  .product-title {
    font-size: 14px !important;
  }
  .ticket-card {
    width: 100px !important;
    height: 100% !important;
  }
  .ticket-number {
    margin-top: 10px !important;
    font-size: 14px !important;
  }
  .ticket-status {
    font-size: 14px !important;
  }
  .tickets-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ticket-details-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}
