/* Support ticket pages (public + shared tokens) */
.ticket-pages .font-serif {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
}

.ticket-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(15, 45, 56, 0.08);
}

.ticket-pages .ticket-header a {
  color: #0f2d38;
}

.ticket-pages .ticket-header a:hover {
  color: #2d6a7a;
}

.ticket-thread .msg {
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(15, 45, 56, 0.1);
}

.ticket-thread .msg-customer {
  background: #f8fafb;
}

.ticket-thread .msg-staff {
  background: rgba(45, 106, 122, 0.08);
  border-color: rgba(45, 106, 122, 0.2);
}

.ticket-admin-wrap {
  min-height: 100vh;
  background: #f0f4f5;
}

.ticket-admin-wrap .navbar {
  background: #0f2d38 !important;
}
