/*
 * Doctor background mode:
 * each doctor uses the supplied full background image;
 * the editable doctor introduction is placed in the upper blank area of the card;
 * the live schedule keeps its confirmed original position below it.
 */
.poster-stage.reference-poster-mode .profile-overlay {
  display: block !important;
}

/* Keep every doctor's supplied 945×2048 background as the single visual base. */
.poster-stage.reference-poster-mode {
  background-image: var(--poster-image) !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: 100% 100% !important;
}

.poster-stage.reference-poster-mode::before {
  display: none !important;
  content: none !important;
}

/* Doctor introduction editor is enabled in the administrator page. */
