.elementor-31831 .elementor-element.elementor-element-8b3cc23{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-31831 .elementor-element.elementor-element-432e56a{--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-31831 .elementor-element.elementor-element-48d1535{--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-31831 .elementor-element.elementor-element-1d8bb88{--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-31831 .elementor-element.elementor-element-8b84f3d{--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;}/* Start custom CSS for html, class: .elementor-element-d7d251a *//* =========================================================
   BYD — Tabela Ranking (.byd-rt-*) — WordPress/Elementor
   ========================================================= */

.byd-rt-wrap,
.byd-rt-wrap *{box-sizing:border-box}

.byd-rt-wrap{
  --blue:#3498db;
  --border:#dbe7fb;
  --soft:#eef2f5;
  --head:#e9eaee;
  --red:#d51f1f;

  width:100%;
  font-weight:500;
  font-family:inherit;
}

.byd-rt-inner{
  max-width:1100px;
  margin:0 auto;
  padding:0 18px;
}

.byd-rt-topbar{
  background:var(--soft);
  border-radius:0px;
  padding:12px 20px;
  margin:0 0 20px 0;
}

.byd-rt-topbar-title{
  color:var(--blue);
  font-size:18px;
  line-height:1.2;
}

.byd-rt-grid{
  display:grid;
  grid-template-columns:minmax(360px, 1fr) minmax(360px, 1fr);
  gap:34px;
  align-items:start;
}

@media (max-width: 860px){
  .byd-rt-grid{grid-template-columns:1fr}
}

.byd-rt-card{
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  min-width:0;
}

.byd-rt-card-head{
  padding:18px 18px 10px;
}

.byd-rt-card-h1{
  margin:0 0 10px 0;
  font-size:20px;
  line-height:1.2;
}

.byd-rt-cat{
  display:flex;
  align-items:center;
  gap:10px;
}

.byd-rt-icon{
  width:22px;
  height:22px;
  transform:scale(1.0);
}

.byd-rt-cat-title{
  font-size:13px;
  letter-spacing:.01em;
}

.byd-rt-tablewrap{
  padding:0 16px 16px;
}

.byd-rt-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  font-size:14px;
  table-layout:auto;
}

.byd-rt-table thead th{
  background:var(--head);
  padding:9px 10px;
  text-align:left;
  border-bottom:1px solid rgba(0,0,0,.12);
}

.byd-rt-col-rank{width:52px}
.byd-rt-th-num{text-align:right}
.byd-rt-td-num{text-align:right;white-space:nowrap}

.byd-rt-table tbody td{
  padding:8px 10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  vertical-align:middle;
}

.byd-rt-table tbody tr:nth-child(odd) td{
  background:rgba(0,0,0,.03);
}

/* Destaque BYD com borda vermelha */
.byd-rt-highlight > td{
  border-top:2px solid var(--red) !important;
  border-bottom:2px solid var(--red) !important;
  background:#fff !important;
}

.byd-rt-highlight > td:first-child{
  border-left:2px solid var(--red) !important;
}

.byd-rt-highlight > td:last-child{
  border-right:2px solid var(--red) !important;
}/* End custom CSS */