.surface-elevated {
  box-shadow: 0 3px 10px rgb(from var(--card-shadow) r g b / 80%);
}

.surface-elevated :is(input, select):not(:focus),
.surface-elevated .custom-select-trigger:not(:focus-visible),
:is(input, select).surface-elevated:not(:focus) {
  box-shadow: none;
}
