.container-palpite-side-min .wpex-post-cards-list {
  gap: 0;
}


.palpite-side-min  {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    line-height: 1;
    border-top: solid 1px var(--light-grey-1);
}

[class^=wpex-post-cards-entry]:first-of-type .palpite-side-min  {
  border-top: none;
  padding-top: 10px;

}



.palpite-side-min .odds-palpites-ico-liga {
    width: 50px;
    height: 50px;
    background: var(--light-purple-3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 3px var(--mid-grey);
    padding: 5px;
    box-sizing: border-box;
    flex-basis: 50px;
    flex-shrink: 0;
}

.palpite-side-min .odds-palpites-ico-liga img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.palpite-side-min .odds-palpite-detalle-fecha-lugar {
    background: var(--light-purple-3);
    padding: 8px 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    overflow: hidden;
    flex-basis: auto;
    color: var(--text-color);
  }

  .palpite-side-min .odds-palpite-detalle-fecha-lugar .vcex-heading-inner {
    flex-grow: 1;
    flex-shrink: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

  .palpite-side-min .odds-palpite-detalle-fecha {
    background: var(--green-acom);
    color: var(--dark-purple);
    border-radius: 40px;
    padding: 2px 5px;
    font-weight: 700;
    line-height: 1;
}

  .palpite-side-min .odds-palpite-table {
    display: flex;
  }

  .palpite-side-min .odds-palpite-table .vcex-heading-inner {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
    font-size: 20px;
    align-items: center;
    padding-top: 8px;
    margin-top: 8px;
    border-top: solid 1px var(--light-grey-50);
    width: 100%;
    justify-items: center;
    justify-content: space-between;
}

.palpite-side-min .card-team {
    display: flex;
    align-items: center;
}
  .palpite-side-min .odds-palpite-table img {
    height: 32px;
    object-fit: contain;
    width: auto;
  }

  .palpite-side-min .odds-palpite-table .odds-palpite-value {
    background: var(--green-acom);
    padding: 4px 7px;
    border-radius: 30px;
    font-size: 13px;
    color: var(--dark-purple);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

  .palpite-side-min .odd-value-1 {
    justify-self: start;
}

  .palpite-side-min .odd-value-2 {
    justify-self: end;
}

  .palpite-side-min .odd-value-empate {
    margin-top: 8px;
}

