/* Wrap your ticket UI so it doesn’t clash with other styles */
.wca-ticket-wrapper {
  margin: 2em 0;
}

/* List / view container */
.wca-ticket-list,
.wca-ticket-view {
  margin-bottom: 2em;
}

/* “New Ticket” button */
#new-ticket-btn {
  margin-bottom: 1em;
}

/* User messages */
.ticket-reply.user {
  background-color: #f9f9f9;
  padding: 1em;
  border-radius: 4px;
  margin-bottom: 1em;
}

/* Support (admin) messages */
.ticket-reply.support {
  background-color: #e6f7ff;
  padding: 1em;
  border-radius: 4px;
  margin-bottom: 1em;
}
