contents=/* Simple styling for the career modal/form using Bootstrap 5 classes */
.career-container .career-header { margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1rem; }
.form-group.half { width: 48%; display: inline-block; vertical-align: top; }
.form-group.half + .form-group.half { margin-left: 4%; }
.modal { display: none; position: fixed; z-index: 1050; inset: 0; overflow: auto; }
.modal .modal-dialog { max-width: 900px; }