.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Fundo e tipografia geral ===== */
body.page-id-421 {
  background-color: #f0f2f5; /* tom mais limpo */
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  padding: 40px 20px;
  line-height: 1.6;
}

/* ===== Título da página ===== */
h1.entry-title {
  text-align: center;
  font-size: 36px;
  color: #1e293b;
  margin-bottom: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== Container dos tickets ===== */
.wpas-ticket-list, .wpas-ticket-content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
  margin: 0 auto 60px auto;
  transition: box-shadow 0.3s ease;
}

.wpas-ticket-list:hover, .wpas-ticket-content:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* ===== Tabela de tickets ===== */
table.wpas-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-top: 30px;
}

table.wpas-table th,
table.wpas-table td {
  padding: 16px 18px;
  text-align: left;
  font-size: 15px;
  color: #2f2f2f;
}

table.wpas-table th {
  background-color: #2563eb;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 6px 6px 0 0;
}

table.wpas-table tr {
  background-color: #ffffff;
  border-radius: 8px;
  transition: background-color 0.2s;
}

table.wpas-table tr:hover {
  background-color: #eef6ff;
}

/* ===== Botões do sistema ===== */
.wpas-button,
input[type="submit"].wpas-button {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  padding: 12px 30px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wpas-button:hover,
input[type="submit"].wpas-button:hover {
  background: linear-gradient(135deg, #1e40af, #1e3a8a);
  transform: scale(1.04);
}

/* ===== Campos de filtro e inputs ===== */
.wpas-filters input,
.wpas-filters select {
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  margin-right: 12px;
  margin-bottom: 20px;
  font-size: 15px;
  background-color: #fff;
  color: #1e293b;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* ===== Responsivo para dispositivos móveis ===== */
@media (max-width: 768px) {
  .wpas-ticket-list, .wpas-ticket-content {
    padding: 24px;
  }

  table.wpas-table th, table.wpas-table td {
    padding: 12px;
    font-size: 14px;
  }

  .wpas-button {
    width: 100%;
    text-align: center;
  }

  h1.entry-title {
    font-size: 26px;
  }
}

/* ===== Correção para Elementor se estiver usando ===== */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}
a[href*="meus-tickets"] {
    display: none !important;
}
a.wpas-link-privacy {
    display: none !important;
}/* End custom CSS */