/* PA Web Carnival — final visual cleanup: full-bleed sections, restrained borders, no black gutters */
html,body{margin:0!important;padding:0!important;width:100%!important;min-width:0!important;overflow-x:hidden!important}
*,*:before,*:after{box-sizing:border-box}
img,video{max-width:100%}
/* Full-bleed safety: sections/footers must paint to viewport edges even when inner wrappers are constrained. */
footer,.footer,.site-footer,.footer-top,.footer-bottom{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
/* Avoid heavy/black-looking outlines; use quiet 1px separators only where structure needs them. */
.card,.category-card,.portal-job,.jobs-card,.job-filter,.faq details,.editorial-card,.process-card,.pe-card,.location-card,.career-card,.contact-card{border-width:1px!important;border-style:solid!important;border-color:rgba(19,38,55,.10)!important}
button,input,select,textarea{outline-color:rgba(19,38,55,.12)}
/* Consistent focus ring without dark borders. */
:focus-visible{outline:2px solid rgba(19,111,180,.38)!important;outline-offset:2px}
