.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-02d1897:#D24F37;--e-global-color-15dad35:#A62712;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.nomeTimeRodadaUm {
    font-size: 11px;
    font-weight: 500;
  }

  .match-wrapperRodadaUm {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
  }

  .match-containerRodadaUm {
    background-color: #282842;
    border-radius: 10px;
    padding: 6px;
    color: white;
    min-width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 colunas */
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
	maax-width: 360px;
  }

  /* Linha 1: 3 partidas (três colunas) */
  .linha1RodadaUm {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colunas */
    gap: 20px;
    width: 100%;
  }

  /* Linha 2: 2 partidas (duas colunas) */
  .linha2RodadaUm {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
    gap: 20px;
    width: 100%;
  }

  /* Coluna de cada partida */
  .match-columnRodadaUm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  /* Coluna de Time 1 */
  .time1RodadaUm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  /* Coluna de Time 2 */
  .time2RodadaUm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .teamRodadaUm {
    text-decoration: none;
    color: white;
  }

  .teamRodadaUm img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px;
  }

  .match-detailsRodadaUm {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .x-buttonRodadaUm {
    font-size: 18px;
    background-color: #ccc;
    color: #000;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 50%;
  }

  @media (max-width: 768px) {
    .match-wrapperRodadaUm {
      flex-direction: column;
      align-items: center;
    }

    .match-containerRodadaUm {
      max-width: 100%;
    }

    /* Para telas pequenas, uma partida por linha */
    .linha1RodadaUm, .linha2RodadaUm {
      grid-template-columns: 1fr; /* Uma partida por linha */
    }
  }
  
   .jogos {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .match-row {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #ddd;
  }
  .score-card {
    background: #fff;
    padding: 16px 28px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
  }
  .scoreline {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-weight: 800;
    color: #444;
    gap: 8px;
  }
  .scoreline .x {
    color: red;
    font-size: 38px;
  }
  .horario {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    background: black;
    color: white;
    padding: 4px 10px;
    border-radius: 8px;
  }
  .data {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
  }/* End custom CSS */