.date-envelope-card,
.date-ticket-container {
  border-radius: 16px;
  padding: 14px 16px;
  margin: 2px auto;
  width: min(320px, calc(100vw - 64px));
  box-sizing: border-box;
}
.date-envelope-card {
  background: radial-gradient(circle at center, #fffbfc 0%, #f9f5f0 100%);
  border: 1px solid rgba(197, 160, 146, 0.6);
  box-shadow: 0 10px 26px rgba(92, 32, 40, 0.12);
}
.date-envelope-title {
  font-size: 16px;
  color: #5c2028;
  font-weight: 800;
  margin-bottom: 10px;
}
.date-envelope-line {
  font-size: 12px;
  line-height: 1.6;
  color: #3a2e2b;
}
.date-ticket-container {
  background: #0a0a0c;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}
.date-ticket-main {
  border: 1px dashed rgba(212, 175, 55, 0.45);
  border-radius: 10px;
  padding: 12px;
}
.date-ticket-head {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 1.4px;
  margin-bottom: 8px;
  font-weight: 800;
}
.date-ticket-route {
  color: #fdfbf7;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}
.date-ticket-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #ddd;
  font-size: 12px;
  margin: 5px 0;
}
.date-ticket-row strong { color: #fdfbf7; }
.date-status-pending { color: #a67c52; font-weight: 800; }
.date-status-accepted { color: #2d7d46; font-weight: 800; }
.date-status-rejected { color: #a12424; font-weight: 800; }
.date-status-expired { color: #7b7b7b; font-weight: 800; }
