.elementor-27951 .elementor-element.elementor-element-abcf704{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-27951 .elementor-element.elementor-element-856f95e{--display:flex;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-98f5ae6 *//* ====== CONTAINER ====== */
.tabela-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* ====== TABELA ====== */
.tabela-relatorios {
  width: 100%;
  min-width: 700px; /* garante largura mínima para scroll */
  border-collapse: collapse;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
}

.tabela-relatorios thead {
  background-color: #1F6C8F;
  color: #fff;
  font-weight: 700;
}

.tabela-relatorios th,
.tabela-relatorios td {
  padding: 14px 18px;
  white-space: nowrap; /* impede quebra em colunas pequenas */
}

.tabela-relatorios tbody tr:nth-child(odd) {
  background-color: #dce8ef;
}

.tabela-relatorios tbody tr:nth-child(even) {
  backgro/* End custom CSS */