.elementor-22795 .elementor-element.elementor-element-42c1cd4 > .elementor-widget-container{margin:0px 0px 20px 0px;padding:5px 5px 5px 5px;}.elementor-22795 .elementor-element.elementor-element-d5626b3{margin-top:0px;margin-bottom:40px;}.elementor-22795 .elementor-element.elementor-element-af484cc:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-22795 .elementor-element.elementor-element-af484cc > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-22795 .elementor-element.elementor-element-af484cc > .elementor-element-populated{border-style:solid;border-width:0px 0px 5px 0px;border-color:#DCDCDC;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-22795 .elementor-element.elementor-element-af484cc > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22795 .elementor-element.elementor-element-34235d0{text-align:center;color:#FFFFFF;font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:600;z-index:1;}.elementor-22795 .elementor-element.elementor-element-34235d0 > .elementor-widget-container{margin:-25px 30px 0px 30px;padding:5px 0px 5px 0px;background-color:#4363C1;border-style:none;border-radius:5px 5px 5px 5px;}.elementor-22795 .elementor-element.elementor-element-b76f625{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-22795 .elementor-element.elementor-element-d726efa > .elementor-widget-container{margin:0px 0px 20px 0px;padding:5px 5px 5px 5px;}@media(min-width:768px){.elementor-22795 .elementor-element.elementor-element-1a1a1b0{width:11.153%;}.elementor-22795 .elementor-element.elementor-element-af484cc{width:73.407%;}.elementor-22795 .elementor-element.elementor-element-db3d48b{width:15.102%;}}/* Start custom CSS for text-editor, class: .elementor-element-b76f625 */.container {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            font-size: 24px;
        }
        .logos {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .team-logo {
            width: 100px;
            height: 100px;
            margin: 0 20px;
            border: 1px solid #000000; /* Borde de 1px de color negro */
            box-sizing: border-box;
        }
        .result {
            font-weight: bold;
            margin: 10px 0;
        }
        .details-button {
            padding: 5px 20px;
            margin-top: -30px;
            font-size: 12px;
            cursor: pointer;
            background-color: #FF0000; /* Color de fondo rojo */
            color: white;
            border: none;
            border-radius: 5px; /* Bordes redondeados a 5px */
        }
        .details-button:hover {
            background-color: #CC0000; /* Color de fondo más oscuro en hover */
        }
.elementor a {
    box-shadow: none;
    text-decoration: none;
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-d5626b3 *//* CONTENEDOR DEL PARTIDO */
.partido {
  text-align: center;
  margin-bottom: 15px;
}

/* FILA LOGOS + RESULTADO */
.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* LOGOS */
.team img {
  width: 80px;
  height: 80px;
  border: 1px solid #cdb718;
  box-sizing: border-box;
}

/* BLOQUE RESULTADO */
.result {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px; /* evita que se rompa el marcador */
}

/* MARCADOR */
.score {
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap; /* SIEMPRE en una línea */
}

/* BOTÓN DETALLES */
.details-button {
  margin-top: 4px;
  padding: 4px 10px;
  font-size: 12px;
  background-color: #d60000;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.2;
  display: inline-block;
}

.details-button:hover {
  background-color: #b50000;
}

/* 📱 AJUSTES PARA MÓVIL */
@media (max-width: 480px) {
  .team img {
    width: 60px;
    height: 60px;
  }

  .score {
    font-size: 18px;
  }
}/* End custom CSS */