.elementor-33328 .elementor-element.elementor-element-75b4813{--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 ), Arial;font-size:var( --e-global-typography-text-font-size );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-33328 .elementor-element.elementor-element-4155c6c{--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 ), Arial;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-33328 .elementor-element.elementor-element-0b621e3 img{width:64%;}.elementor-33328 .elementor-element.elementor-element-b0bf51b{--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-33328 .elementor-element.elementor-element-3193aef{--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-33328 .elementor-element.elementor-element-487f244 img{width:63%;}.elementor-33328 .elementor-element.elementor-element-d3e84f4{--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-33328 .elementor-element.elementor-element-7e84b99{--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-33328 .elementor-element.elementor-element-0160d7d{--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-33328 .elementor-element.elementor-element-7bf595c{--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-33328 .elementor-element.elementor-element-7a36767{--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;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-a5d8723 *//* =========================================================
   BYD — Vendas Automóveis Dupla (.byd-rt-*)
   v3 — Largura total + anti-wrap
   Colar em: Aparência → Personalizar → CSS Adicional
   ========================================================= */

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

.byd-rt-wrap{
  --blue:#3498db;
  --border:#dbe7fb;
  --soft:#eef2f5;
  --head:#e9eaee;
  --red:#d51f1f;
  width:100% !important;
  max-width:100% !important;
  font-weight:500;
  font-family:inherit;
}

.byd-rt-inner{
  width:100% !important;
  max-width:100% !important;
  margin:0 auto;
  padding:0 12px;
}

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

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

/* ---- Grid lado a lado ---- */
.byd-rt-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:20px !important;
  align-items:stretch !important;
  width:100% !important;
}

@media (max-width:960px){
  .byd-rt-grid{
    grid-template-columns:1fr !important;
  }
}

/* ---- Card ---- */
.byd-rt-card{
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
}

.byd-rt-card-head{
  padding:16px 18px 10px;
  min-height:62px;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.byd-rt-card-title{
  font-size:15px;
  font-weight:700;
  color:#222;
  margin:0 !important;
  text-align:center;
  line-height:1.3;
}

/* ---- Tabela ---- */
.byd-rt-tablewrap{
  padding:0 14px 14px;
  flex:1;
  overflow-x:auto;
}

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

.byd-rt-table thead th{
  background:var(--head);
  padding:10px 10px;
  text-align:left;
  font-weight:700;
  font-size:13px;
  border-bottom:1px solid rgba(0,0,0,.12);
  white-space:nowrap !important;
}

.byd-rt-th-rank{text-align:center !important;width:44px}
.byd-rt-th-num{text-align:right !important}

.byd-rt-table tbody td{
  padding:9px 10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  vertical-align:middle;
  color:#333;
  white-space:nowrap !important;
  overflow:visible !important;
}

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

.byd-rt-td-rank{
  text-align:center !important;
  font-weight:700;
  color:#555;
  width:44px;
}

.byd-rt-td-num{
  text-align:right !important;
  white-space:nowrap !important;
}

/* ---- Destaque BYD ---- */
.byd-rt-highlight > td{
  border-top:2px solid var(--red) !important;
  border-bottom:2px solid var(--red) !important;
  background:#fff3b0 !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;
}

.byd-rt-highlight .byd-rt-td-rank{color:var(--red) !important}

.byd-rt-highlight td{
  font-weight:700 !important;
  color:#111 !important;
}

/* ---- Fonte / Legenda ---- */
.byd-rt-fonte{
  text-align:right;
  font-size:11px;
  color:#888;
  margin:12px 4px 0 0;
}

/* ---- Responsivo ---- */
@media (max-width:600px){
  .byd-rt-table{font-size:12px !important}
  .byd-rt-table thead th{padding:8px 6px;font-size:11px}
  .byd-rt-table tbody td{padding:7px 6px}
  .byd-rt-card-title{font-size:13px}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-276a935 *//* =========================================================
   BYD — Vendas Varejo (.byd-rt-*) — WordPress/Elementor
   Colar em: Aparência → Personalizar → CSS Adicional
   ========================================================= */

.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:700px;
  margin:0 auto;
  padding:0 18px;
}

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

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

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

.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:10px 12px;
  text-align:left;
  font-weight:700;
  font-size:13px;
  border-bottom:1px solid rgba(0,0,0,.12);
  white-space:normal;
}

.byd-rt-th-rank{width:42px;text-align:center}
.byd-rt-th-num{text-align:right}

.byd-rt-table tbody td{
  padding:8px 12px;
  border-bottom:1px solid rgba(0,0,0,.08);
  vertical-align:middle;
  color:#333;
  white-space:normal;
  overflow:visible;
}

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

.byd-rt-td-rank{
  text-align:center;
  font-weight:700;
  color:#555;
  min-width:36px;
}

.byd-rt-td-num{text-align:right;white-space:nowrap}

/* ---- Destaque BYD ---- */
.byd-rt-highlight > td{
  border-top:2px solid var(--red) !important;
  border-bottom:2px solid var(--red) !important;
  background:#fff3b0 !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;
}

.byd-rt-highlight .byd-rt-td-rank{
  color:var(--red);
}

.byd-rt-highlight td{
  font-weight:700;
  color:#111;
}

/* ---- Responsivo ---- */
@media (max-width:600px){
  .byd-rt-inner{padding:0 8px}
  .byd-rt-table{font-size:12px}
  .byd-rt-table thead th,
  .byd-rt-table tbody td{padding:6px 8px}
  .byd-rt-topbar-title{font-size:14px}
}


/* ---- Tabela simples (1 card) — largura contida ---- */
.byd-rt-single .byd-rt-inner{
  max-width:750px !important;
}/* End custom CSS */