.content {
  box-shadow: var(--shadow-small);
  background: var(--bg-base-primary);
  border-radius: 12px;
  width: 100%;
}

.scroll-inside {
  overflow: auto;
  height: 100%;
  border-radius: 0;
}
