/* Structure/centering/backdrop come from daisyUI's .modal/.modal-box/.modal-backdrop;
   layout, color, and typography live as Tailwind utilities directly in the templates.
   Only the modal close button's small custom look remains here. */
.employment-modal__close { position: absolute; z-index: 5; top: 1rem; right: 1rem; padding: .4rem .6rem; border: 0; color: #883b39; background: rgb(255 255 255 / .92); font-size: .75rem; font-weight: 700; text-transform: uppercase; cursor: pointer; }
