.team_b-info {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.team_b-info[data-status='open'] {background: white;}
.team_b-info[data-status='open'] .c-white {color: black !important;}

.team_b-title button {
    top: 0;
    right: 0;
    border: 1px solid white;
    padding: .7rem;
}
.team_b-info[data-status='open'] .team_b-title button {border: 1px solid black;}

.team_b-title img {
    height: 1rem;
    transition: rotate 500ms ease-in-out;
}
.team_b-info[data-status='open'] .team_b-title img {
    rotate: 45deg;
    mix-blend-mode: difference;
}


.team_b-info[data-status='close'] .team_b-description {height: 0;}
.team_b-info[data-status='open'] .team_b-description {height: auto;}