.elementor-4778 .elementor-element.elementor-element-393ef4c{--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-4778 .elementor-element.elementor-element-393ef4c:not(.elementor-motion-effects-element-type-background), .elementor-4778 .elementor-element.elementor-element-393ef4c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-4778 .elementor-element.elementor-element-be7dd31 > .elementor-widget-container{padding:50px 0px 100px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-be7dd31 */.todos-jogos-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.placar-card.todos-jogos {
  width: 280px;
  border: 1px solid #ccc;
  border-left: 5px solid transparent;
  border-radius: 8px;
  background: white;
  padding: 10px 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
}

.placar-card.todos-jogos .topo {
  font-weight: bold;
  font-size: 13px;
  color: #003366;
  margin-bottom: 4px;
}

.placar-card.todos-jogos .linha {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.placar-card.todos-jogos .status {
  margin-top: 4px;
  font-size: 11px;
  text-align: right;
  color: #666;
}

.placar-card.todos-jogos .placar-valor {
  background-color: #faffff;
  padding: 1px 4px;
  border-radius: 4px;
}

.placar-card.todos-jogos .placar-valor.vencedor {
  background-color: #c8facc;
  color: #034a00;
  font-weight: bold;
}/* End custom CSS */