.widget-game-result__team-logo img{
    width: 70px;
    height: 100%;
    object-fit: contain;
}


.collapsible-toggle {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: none;
    position: relative;
}

.collapsible-toggle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5ae4a7;
    border-bottom: 0;
}

.collapsible-toggle.active::after {
    border-top: 0;
    border-bottom: 8px solid #5ae4a7;
}

.collapsible-content {
    display: none;
}

.widget-game-result__team {
    margin-bottom: 10px;
}


.page-id-1710.widget-game-result__team--even{
    position: relative !important;
}

.page-id-1710 .widget-game-result__team--even .collapsible-toggle{
    position: absolute;
    top:50%;
    right:30px !important;
    transform: translateY(-50%);
    background: #292c31;
    rotate: 90deg;
}


.page-id-1710 .widget-game-result__main{
    position:relative;
  }
  
 