.elementor-14 .elementor-element.elementor-element-61bc689{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-2cdc873 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;}.elementor-14 .elementor-element.elementor-element-2173241 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-accent );}.elementor-14 .elementor-element.elementor-element-5e48be8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-0b2da5b{--display:flex;}.elementor-14 .elementor-element.elementor-element-cacbf29{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + -30px) 0px;text-align:center;}.elementor-14 .elementor-element.elementor-element-cacbf29 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:300;}.elementor-14 .elementor-element.elementor-element-5b567df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-04bbc57{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + -5px) 0px;text-align:center;}.elementor-14 .elementor-element.elementor-element-04bbc57 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:300;}/* Start custom CSS for html, class: .elementor-element-5da6522 *//* --- MODERNIZAÇÃO DOS FILTROS --- */
.mm-filtros-linha {
  display: flex;
  flex-wrap: nowrap; /* Impede que os itens pulem para a linha de baixo */
  gap: 12px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  margin-bottom: 30px;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box; /* Garante que o padding não aumente o tamanho total */
}

.mm-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1; /* Distribui o espaço igualmente */
}

/* Ajuste específico para o campo de busca e botões ficarem juntos */
.mm-field.mm-actions {
  flex: 2; /* Dá um pouco mais de espaço para a área de busca */
  min-width: 300px;
}

.mm-field label {
  font-size: 10px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.mm-input {
  height: 38px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}

.mm-date-nav {
  display: flex;
  gap: 4px;
  align-items: center;
}

.mm-nav-btn {
  min-width: 32px;
  height: 38px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.mm-buttons {
  display: flex;
  gap: 6px;
  width: 100%;
}

.mm-btn {
  height: 38px;
  padding: 0 15px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  background: #fff;
  white-space: nowrap; /* Impede o texto do botão de quebrar */
}

.mm-btn--primary {
  background: #6d4c41;
  color: #fff;
  border: none;
}

/* Responsividade: Se a tela for pequena, aí sim ele quebra linha */
@media (max-width: 1024px) {
  .mm-filtros-linha {
    flex-wrap: wrap;
  }
  .mm-field {
    flex: 1 1 calc(50% - 20px); /* Ocupa metade da largura em tablets */
  }
}

@media (max-width: 600px) {
  .mm-field {
    flex: 1 1 100%; /* Ocupa largura total no celular */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc76ec9 *//* --- MODERNIZAÇÃO DOS FILTROS --- */
.mm-filtros-linha {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  margin-bottom: 30px;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
}

.mm-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 150px;
}

.mm-field.mm-actions {
  flex: 2;
  min-width: 300px;
}

.mm-field label {
  font-size: 10px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.mm-input {
  height: 38px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  background-color: #fafafa;
  transition: all 0.2s;
}

.mm-input:focus {
  border-color: #6d4c41;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(109, 76, 65, 0.1);
}

.mm-date-nav {
  display: flex;
  gap: 4px;
  align-items: center;
}

.mm-nav-btn {
  min-width: 32px;
  height: 38px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.mm-nav-btn:hover {
  background: #f0f0f0;
  border-color: #ccc;
}

.mm-buttons {
  display: flex;
  gap: 6px;
  width: 100%;
}

.mm-btn {
  height: 38px;
  padding: 0 15px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  background: #fff;
  white-space: nowrap;
  transition: all 0.2s;
}

.mm-btn--primary {
  background: #6d4c41;
  color: #fff;
  border: none;
}

.mm-btn--primary:hover {
  background: #5d4037;
  transform: translateY(-1px);
}

/* --- CONTAINER DA TABELA (CARD) --- */
.mm-results {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  padding: 10px 10px 0;
  margin-top: 20px;
}

.mm-results__meta {
  padding: 10px 20px;
  font-size: 11px;
  color: #888;
  background: transparent;
  text-align: center;
  width: 100%;
}

/* --- TABELA TOTALMENTE FLAT --- */
.mm-table-wrap {
  overflow-x: auto;
  padding: 5px 10px 10px;
}

.mm-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  text-align: center;
  border: none;
}

/* Cabeçalho sem bordas laterais */
.mm-table thead th {
  background: #fdf8f5;
  color: #6d4c41;
  font-weight: 700;
  padding: 14px 8px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  border: none; /* Remove todas as bordas */
  border-bottom: 2px solid #f0f0f0; /* Apenas linha inferior */
  cursor: pointer;
  white-space: nowrap;
}

/* Efeito Zebra: 1ª linha branca, 2ª linha cinza */
.mm-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.mm-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.mm-table tbody tr:hover {
  background-color: #fff4ee !important; /* Destaque suave no hover */
}

/* Células sem bordas */
.mm-table td {
  padding: 12px 6px;
  color: #555;
  vertical-align: middle;
  border: none; /* Remove todas as bordas das células */
  font-variant-numeric: tabular-nums;
}

/* Ticker - Alinhamento à esquerda */
.mm-table td:nth-child(2),
.mm-table thead th:nth-child(2) {
  text-align: left;
  font-weight: 700;
  color: #222;
  min-width: 120px;
}

/* Primeira coluna (POS) */
.mm-table td:first-child {
  color: #999;
  font-size: 11px;
}

/* Links YFIN | TVIEW */
.mm-table a {
  color: #d9534f;
  text-decoration: none;
  font-size: 9px;
  font-weight: 400;
  margin-left: 4px;
  padding: 2px 4px;
  background: #fff5f5;
  border-radius: 3px;
}

.mm-table a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Paginação */
.mm-pager {
  padding: 15px;
  display: flex;
  justify-content: center;
  gap: 5px;
  background: #fafafa;
  border-top: 1px solid #eee;
}

.mm-pager button {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s;
}

.mm-pager button:hover {
  background: #f5f5f5;
}

.mm-pager button.active {
  background: #6d4c41;
  color: #fff;
  border-color: #6d4c41;
}

/* RESPONSIVIDADE */
@media (max-width: 1024px) {
  .mm-filtros-linha { flex-wrap: wrap; }
  .mm-field { flex: 1 1 calc(50% - 20px); }
}

@media (max-width: 768px) {
  .mm-field { flex: 1 1 100%; }
  .mm-table { font-size: 11px; }
  .mm-table thead th { font-size: 9px; padding: 8px 5px; }
  .mm-table td { padding: 8px 4px; }
}/* End custom CSS */