.mapban-input__container{}.mapban-input__container>.info{padding:1rem;background-color:var(--grey-010)}.mapban-input__item{margin-top:.3rem}.mapban-input__item.--ban .map::after{content:'';background:var(--red-100);position:absolute;inset:0;opacity:.6;z-index:0}.mapban-input__item.--ban .map .name{color:white;opacity:.6;z-index:10}.mapban-input__item.--pick .map::after{content:'';background:var(--green-100);position:absolute;inset:0;opacity:.6;z-index:0}.mapban-input__item.--pick .map .name{color:white;opacity:.6;z-index:10}.mapban-input__item .map{padding:0 1rem;min-height:4rem;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:space-between;position:relative}.mapban-input__item .info{padding:0 1rem;min-height:1.9rem;color:var(--grey-000);font-size:1.2rem;text-transform:uppercase;background-color:var(--grey-200);display:flex;align-items:center}.mapban-input__item .map .name{font-size:2rem;font-weight:700;color:white;text-transform:uppercase}.mapban-input__item .map .buttons{display:flex;gap:.5rem;z-index:10}.mapban-input__item .map .buttons button{min-width:6rem;color:white}.mapban-input__item .buttons .--ban{background-color:var(--red-100)}.mapban-input__item .buttons .--pick{background-color:var(--green-100)}.mapban-input__item .buttons .--side1{background-color:var(--team1)}.mapban-input__item .buttons .--side2{background-color:var(--team2)}