/* =============================================================================
   modals.css - Modal Styles for Story Manager
   Copied from styles.css: .modal, .modal-header, .modal-footer, and related classes
   ============================================================================= */

.modal, .modal.fade, .modal-dialog, .modal-content {
  /* ... (copy all modal rules here) ... */
}
.modal-header {
  /* ... (copy all modal-header rules here) ... */
}
.modal-footer {
  /* ... (copy all modal-footer rules here) ... */
} 