
.shadow-inset-control {
  box-shadow: inset 0 0 2rem 2rem rgb(0 0 0 / 10%);
  padding: 2px;
}
.shadow-inset-control > button {
  border-radius: 0.25rem;
}
