/* Hide the dashed/dotted main-page placeholder border */
#result .empty{
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Hide the Random Card of the Day box/border while keeping the card content visible */
#randomCardDayWrap,
.random-card-day-wrap,
.random-card-day-btn,
.random-card-day-empty{
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.random-card-day-media{
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove the dashed magnifier outline too, in case this is the dotted line appearing on the main page */
.page-magnifier{
  outline: none !important;
}
