.test {
  border: 1px solid var(--gray200);
  border-radius: 5px;
  padding: 0 20px 20px 20px;
}

.hidden {
  transform: rotate(-90deg);
}
