._buttonRoot_5gotr_1 {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  box-sizing: border-box;
}
._buttonRoot_5gotr_1:active {
  filter: brightness(0.9);
}
._buttonRoot_5gotr_1 ._textContent_5gotr_17 {
  overflow: hidden;
  margin: 0;
  padding: 0 8px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}._evaFoldableLayoutContainerRoot_im6qi_1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._evaFoldableLayoutContainerRoot_im6qi_1 ._childrenContainer_im6qi_12 {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
._evaFoldableLayoutContainerRoot_im6qi_1 ._childrenContainer_im6qi_12._fold_im6qi_18 {
  grid-template-rows: 0fr;
}
._evaFoldableLayoutContainerRoot_im6qi_1 ._childrenContainer_im6qi_12 ._childrenBox_im6qi_21 {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}