/* Protege la composicion ante enunciados, materias y correos excepcionalmente largos. */
:where(h1, h2, h3, h4, h5, h6, p, td, th, li, label, button, a, .card, .badge) {
  overflow-wrap: anywhere;
}

.min-w-0 { min-width: 0; }

.question-media-holder {
  display: grid;
  place-items: center;
  margin: 0 0 1.25rem;
  padding: .75rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1rem;
  background: rgba(0, 0, 0, .2);
}

.question-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(55vh, 680px);
  object-fit: contain;
  border-radius: .75rem;
}

.private-subjects summary { cursor: pointer; }
.private-subjects code { user-select: all; }

@media (max-width: 575.98px) {
  .question-media-holder { padding: .4rem; margin-bottom: 1rem; }
  .question-image { width: 100%; max-height: 42vh; }
  #pane-privacidad .btn,
  .private-subjects .btn { white-space: normal; }
  #pane-privacidad td { min-width: 8rem; }
}
