@import "common/var";

.block-panel {
  display: flex;
  justify-content: left;
  padding: 20px 0;
  border-radius: var(--border-radius-2);
  box-shadow: var(--shadow-2);
}