.container {
  height: 150px;
}

.isHovered {
  background-color: var(--sb-primary-background-hover-color);
}
