/* Review artwork defaults to the flat Swift treatment. The display control
   below opt-ins the familiar soft lift without affecting pack or practice art. */
.flashcard > .artwork > img {
  filter: none;
}

.flashcard.artwork-shadow-enabled > .artwork > img {
  filter: drop-shadow(0 10px 8px rgba(0,0,0,.11));
}
