.pmh-ticket-reading-card {
  display: grid;
  gap: 9px;
  margin: 14px 0;
  padding: 15px;
  border: 1px solid #d8d0f2;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7f4ff 0%, #fff 100%);
}

.pmh-ticket-reading-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pmh-ticket-reading-card header small {
  color: #684bcd;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}

.pmh-ticket-reading-card header span {
  color: var(--aos-muted, #776b65);
  font-size: 11px;
  font-weight: 750;
}

.pmh-ticket-reading-card p {
  margin: 0;
  color: var(--aos-ink, #2f211c);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.pmh-ticket-reading-card footer {
  display: grid;
  gap: 4px;
  padding-top: 9px;
  border-top: 1px solid #e5def8;
}

.pmh-ticket-reading-card footer strong {
  color: #5b41b4;
  font-size: 12px;
}

.pmh-ticket-reading-card footer span {
  color: var(--aos-text, #584943);
  font-size: 12px;
  line-height: 1.45;
}

.pmh-active-context.has-ticket-reading {
  position: relative;
}

.pmh-reading-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #684bcd;
  box-shadow: 0 0 0 3px rgba(104, 75, 205, .12);
}

[data-drawer-ticket-reading] {
  margin: 0 0 16px;
}

[data-drawer-ticket-reading] .pmh-ticket-reading-card {
  margin-top: 0;
}

@media (max-width: 640px) {
  .pmh-ticket-reading-card header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
