/* Escopo para evitar impacto no layout geral */
.ticketpro-admin .panel_s { box-shadow: none; }
.ticketpro-admin .m-b-15 { margin-bottom: 15px; }

/* Modal (cliente) */
.tp-steps-carousel {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.tp-steps-inner .tp-step-card {
  display: inline-block;
  min-width: 220px;
  max-width: 260px;
  margin-right: 10px;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  padding: 10px;
}
.tp-timeline { list-style: none; padding-left: 0; }
.tp-timeline li { margin-bottom: 10px; border-left: 3px solid #ddd; padding-left: 10px; }
.tp-modal-header .label { margin-right: 6px; }
