
:root { --wp-admin-bar-height: 32px; }
body { margin: 0; background: #F4F1EB; }
.admin-bar .werecruit-header { top: var(--wp-admin-bar-height); }
.custom-logo { height: 3.5rem; width: 9.625rem; object-fit: contain; object-position: left center; }
.werecruit-form-notice { margin: 1.25rem; border-left: 3px solid #167BB4; background: #DFF5FF; padding: 1rem 1.25rem; color: #10364F; font-size: .875rem; font-weight: 700; }
.werecruit-content > * + * { margin-top: 1rem; }
.werecruit-content a { color: #167BB4; text-decoration: underline; text-underline-offset: 3px; }
.werecruit-content ul, .werecruit-content ol { padding-left: 1.5rem; }
.werecruit-site iframe { border: 0; }
@media (max-width: 782px) { :root { --wp-admin-bar-height: 46px; } }
.werecruit-form-notice--error { border-left-color: #b42318; background: #fff4f2; color: #7a271a; }
