/* WolfJob: shared theme tokens and map-first working surface. */
:root{--wj-bg:#f3f7fa;--wj-surface:#fff;--wj-text:#0e173a;--wj-muted:#526584;--wj-border:#e1e9f2;--wj-red:#ff0733;--wj-soft:#fff0f3;--wj-shadow:0 3px 12px #18325c09;--wj-radius:12px;--wj-header:78px;--wj-font:Arial,Helvetica,sans-serif}
html[data-wj-theme=dark]{--wj-bg:#111827;--wj-surface:#1c2637;--wj-text:#f0f4ff;--wj-muted:#b0bdd1;--wj-border:#354156;--wj-soft:#442333;--wj-shadow:0 3px 12px #0003}
html{scroll-padding-top:100px}.wolfjob-ui{background:var(--wj-bg);color:var(--wj-text);font-family:var(--wj-font);font-size:16px;line-height:1.5}.wolfjob-ui .wrapper{background:var(--wj-bg);overflow:visible}.wolfjob-ui *{box-sizing:border-box}.wolfjob-ui [hidden]{display:none!important}.wolfjob-ui h1,.wolfjob-ui h2,.wolfjob-ui h3,.wolfjob-ui h4,.wolfjob-ui h5,.wolfjob-ui h6{font-family:var(--wj-font);color:var(--wj-text);font-weight:700;letter-spacing:-.025em}.wolfjob-ui a{color:inherit;text-decoration:none}.wolfjob-ui button,.wolfjob-ui input,.wolfjob-ui select,.wolfjob-ui textarea{font-family:inherit}.wolfjob-ui :focus-visible{outline:3px solid #1984ff;outline-offset:3px}.wolfjob-ui button{cursor:pointer}.wolfjob-ui button:disabled{opacity:.5;cursor:wait}.wolfjob-ui .wj-skip{position:fixed;top:-100px;left:15px;z-index:999999;background:var(--wj-surface);padding:12px}.wolfjob-ui .wj-skip:focus{top:10px}#wj-content{height:0;outline:none}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wj-header{height:var(--wj-header);display:flex;align-items:center;gap:32px;padding:8px 28px;background:var(--wj-surface);border-bottom:1px solid var(--wj-border);position:relative;z-index:1020}.wj-brand{flex:0 0 240px;display:flex;align-items:center}.wj-brand img{object-fit:contain;object-position:left center;max-width:235px;width:auto;height:58px}.wj-brand strong{font-size:28px}.wj-brand strong span{color:var(--wj-red)}.wj-nav{display:flex;align-items:center;gap:32px;margin-right:auto;height:100%}.wj-nav a{display:flex;align-items:center;height:100%;font-size:15px;white-space:nowrap;position:relative;font-weight:600}.wj-nav a[aria-current=page]:after{content:"";position:absolute;bottom:3px;left:0;right:0;height:4px;border-radius:3px;background:var(--wj-red)}.wj-header-actions{display:flex;align-items:center;gap:16px}.wj-icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:44px;font-size:23px;background:transparent;border:0;color:var(--wj-text);padding:0;flex:none}.wj-icon-button:hover{color:var(--wj-red)}.wj-theme-toggle{border:1px solid var(--wj-border);border-radius:9px;color:#f4a100;font-size:24px}.wj-primary,.wolfjob-ui .btn-main,.wolfjob-ui input[type=submit],.wolfjob-ui button[type=submit].button{border:1px solid var(--wj-red);background:var(--wj-red);color:white;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;font-weight:600;padding:12px 20px;min-height:46px;font-size:14px;text-transform:none;box-shadow:none}.wj-primary:hover,.wolfjob-ui .btn-main:hover{background:#da0027;color:#fff;border-color:#da0027}.wj-header-submit{white-space:nowrap}.wj-header-submit i{font-size:21px}.wj-menu-toggle{display:none}
.wj-explorer{height:calc(100dvh - var(--wj-header));min-height:570px;display:flex;flex-direction:column}.admin-bar .wj-explorer{height:calc(100dvh - var(--wj-header) - 32px)}.wj-categories{display:flex;gap:9px;padding:16px 24px 18px;flex-shrink:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#cbd7e5 transparent}.wj-category{border:1px solid transparent;flex:1 0 80px;min-width:80px;max-width:130px;min-height:102px;padding:7px 5px 10px;border-radius:13px;background:var(--wj-surface);color:var(--wj-text);box-shadow:var(--wj-shadow);display:flex;flex-direction:column;align-items:center;gap:7px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.wj-category-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:32px;border-radius:50%;color:var(--category);background:color-mix(in srgb,var(--category) 6%,var(--wj-surface))}.wj-category:hover{border-color:var(--category)}.wj-category.is-active{background:var(--category);color:#fff}.wj-category.is-active .wj-category-icon{background:transparent;color:#fff}
.wj-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(420px,38%) minmax(0,1fr);gap:18px;padding:0 24px 14px}.wj-results-panel{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccd6e1 transparent;min-height:0;padding-right:3px}.wj-search{display:grid;grid-template-columns:minmax(100px,1fr) minmax(105px,1fr) auto;gap:8px;position:sticky;top:0;z-index:5;background:var(--wj-bg);padding-bottom:12px}.wj-input-icon{position:relative;margin:0;min-width:0}.wj-input-icon>i{position:absolute;top:16px;left:14px;font-size:18px;color:var(--wj-text);z-index:1}.wolfjob-ui .wj-search input,.wolfjob-ui .wj-search select{width:100%;min-height:48px;height:48px;max-width:100%;border:1px solid var(--wj-border);border-radius:9px;background:var(--wj-surface);color:var(--wj-text);font-size:14px;box-shadow:none;margin:0;padding:8px 10px 8px 40px}.wolfjob-ui .wj-search input::placeholder{color:var(--wj-muted)}.wj-search .wj-primary{padding:10px 18px;min-height:48px}.wj-search .wj-keyword{grid-column:1/3;margin:0}.wolfjob-ui .wj-keyword input{height:36px;min-height:36px;padding-left:14px;background:transparent}.wj-clear{background:transparent;border:0;font-size:12px;color:var(--wj-muted)}.wj-clear:hover{text-decoration:underline}.wj-result-header{display:flex;align-items:center;gap:10px;justify-content:space-between;background:var(--wj-surface);padding:12px;border-radius:10px 10px 0 0}.wj-result-header h1{font-size:21px;line-height:1.2;margin:0}.wj-result-header label{display:flex;align-items:center;gap:6px;margin:0;white-space:nowrap}.wolfjob-ui .wj-result-header select{border:0;background:transparent;padding:5px 0;color:var(--wj-text);font-size:12px;font-weight:600;width:auto;margin:0;box-shadow:none}.wj-search-status{font-size:12px;color:var(--wj-muted);margin:6px 10px}.wj-job-card{display:flex;gap:14px;padding:9px 12px 9px 9px;margin:0 0 8px;border:1px solid var(--wj-border);border-radius:10px;background:var(--wj-surface);min-height:114px;box-shadow:var(--wj-shadow);transition:border-color .15s}.wj-job-card.is-selected{border-color:var(--wj-red);box-shadow:inset 3px 0 var(--wj-red)}.wj-job-photo{width:118px;min-width:118px;align-self:stretch;min-height:94px;max-height:125px;border-radius:7px;overflow:hidden;background:color-mix(in srgb,var(--category,#5b75a0) 9%,var(--wj-surface));display:flex;align-items:center;justify-content:center;font-size:34px;color:var(--category)!important}.wj-job-photo img{display:block;width:100%;height:100%;min-height:94px;object-fit:cover}.wj-job-copy{flex:1;min-width:0;align-self:center}.wj-job-copy h2{font-size:15px;line-height:1.35;margin:0 0 4px;letter-spacing:-.02em}.wj-job-copy h2 a:hover{color:var(--wj-red)}.wj-job-copy p,.wj-company-name{font-size:13px;line-height:1.4;color:var(--wj-muted);margin:0 0 3px;display:block}.wj-company-name:hover{color:var(--wj-red)}.wj-job-location{display:flex!important;gap:7px;align-items:baseline}.wj-job-location i{font-size:13px}.wj-job-meta{display:flex;gap:5px 13px;flex-wrap:wrap;color:var(--wj-muted);font-size:12px;margin-top:5px}.wj-job-meta span{display:flex;gap:6px;align-items:baseline}.wj-card-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:7px;flex:0 0 40px;max-width:74px}.wj-save,.wj-show-pin{background:transparent;border:0;border-radius:6px;color:var(--wj-text);width:32px;height:30px;font-size:18px;padding:0}.wj-save[aria-pressed=true]{color:var(--wj-red)}.wj-show-pin{font-size:15px;color:#6880a2}.wj-company-logo{width:64px;height:32px;object-fit:contain}.wj-load-more{border:1px solid var(--wj-border);border-radius:9px;background:var(--wj-surface);display:flex;justify-content:center;align-items:center;gap:20px;width:65%;min-height:40px;margin:12px auto;color:var(--wj-text);font-size:14px}.wj-explorer-footer{display:flex;gap:16px;justify-content:center;color:var(--wj-muted);font-size:12px;padding:8px}.wj-empty{background:var(--wj-surface);padding:35px 20px;text-align:center;border-radius:12px}.wj-empty>i{font-size:26px;color:var(--wj-muted)}.wj-empty h2{font-size:20px;margin:15px 0 10px}.wj-empty p{font-size:14px;color:var(--wj-muted)}
.wj-map-panel{position:relative;isolation:isolate;min-height:300px;border:1px solid var(--wj-border);border-radius:12px;overflow:hidden;background:#e4ede5}#wj-map{height:100%;width:100%;min-height:300px;font-family:var(--wj-font)}.wj-map-area,.wj-map-reset{position:absolute;z-index:450;background:var(--wj-surface);color:#0073ff;border:1px solid var(--wj-border);box-shadow:0 2px 6px #0002;border-radius:8px;min-height:42px;padding:10px 15px;font-size:13px;font-weight:600}.wj-map-area{right:15px;top:13px;display:flex;gap:10px;align-items:center}.wj-map-area i{font-size:20px}.wj-map-reset{top:97px;left:12px;font-size:19px;padding:10px;width:38px}.wj-map-error{position:absolute;bottom:35px;left:50%;transform:translateX(-50%);max-width:85%;background:#fff5d6;border:1px solid #dab647;color:#513f07;padding:10px 14px;border-radius:7px;z-index:450;font-size:13px}.wj-marker{border:0;background:transparent}.wj-marker>span{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:3px solid #fff;background:var(--category);border-radius:50% 50% 50% 4px;transform:rotate(-45deg);box-shadow:0 2px 6px #0004;position:relative}.wj-marker i{transform:rotate(45deg);color:white;font-size:22px}.wj-marker b{position:absolute;right:-8px;top:-6px;transform:rotate(45deg);color:#152343;background:#fff;border:1px solid #bccadb;border-radius:20px;min-width:22px;text-align:center;line-height:21px;font-size:11px}.wj-marker.is-selected>span{box-shadow:0 0 0 5px #ff16494d,0 3px 6px #0004}.wj-popup{display:flex;gap:10px;min-width:210px;padding:6px 0}.wj-popup img{width:64px;height:64px;object-fit:cover;border-radius:6px}.wj-popup strong{font-size:14px;line-height:1.3;display:block;color:#0e173a}.wj-popup p{font-size:12px;margin:5px 0!important;color:#536584}.wj-popup a{color:#ec0633!important;font-size:13px;font-weight:600}.wj-popup-list .wj-popup+.wj-popup{border-top:1px solid #e1e9f2;margin-top:8px;padding-top:10px}.wolfjob-ui .leaflet-popup-content{margin:12px}.wolfjob-ui .leaflet-control-zoom{border:0;box-shadow:0 2px 8px #0002;border-radius:7px;overflow:hidden}.wolfjob-ui .leaflet-control-zoom a{color:#131b3a}.wolfjob-ui .leaflet-control-attribution{font-size:11px;background:#fffffff0;padding:3px 7px;border-radius:5px 0 0 0;color:#223}.wolfjob-ui .leaflet-control-attribution a{color:#263c68}.wj-sheet-handle,.wj-mobile-dock{display:none}.wj-toast{position:fixed;z-index:100000;bottom:30px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);background:var(--wj-text);color:var(--wj-surface);padding:12px 20px;border-radius:10px;box-shadow:0 5px 30px #0003;font-size:14px}
/* Shared styling for inherited company, account, listing, contact and editor pages. */
.wolfjob-ui:not(.wj-explorer-page) .wj-wrapper>section,.wolfjob-ui:not(.wj-explorer-page) .wj-wrapper>main{background:var(--wj-bg)}.wolfjob-ui .page-header{background:var(--wj-surface);border-bottom:1px solid var(--wj-border);padding:34px 0;margin:0}.wolfjob-ui .page-header .title{font-size:32px;line-height:1.2;margin:0}.wolfjob-ui .page-header:before{display:none}.wolfjob-ui .single-job-content{padding:30px 0}.wolfjob-ui .single-job-listing,.wolfjob-ui .sidebar-info,.wolfjob-ui .company-sidebar,.wolfjob-ui .resume-sidebar,.wolfjob-ui .job-dashboard-wrap,.wolfjob-ui .dashboard-content .dashboard-box,.wolfjob-ui .dashboard-content .box,.wolfjob-ui .user-profile-wrapper{background:var(--wj-surface);border:1px solid var(--wj-border);border-radius:var(--wj-radius);box-shadow:var(--wj-shadow);padding:26px}.wolfjob-ui .job-description{color:var(--wj-text);font-size:16px;line-height:1.75}.wolfjob-ui .job-description h2,.wolfjob-ui .job-description h3{font-size:22px;line-height:1.35;margin:25px 0 12px}.wolfjob-ui .job-description img{max-width:100%;height:auto;border-radius:10px}.wolfjob-ui .job-description p{color:var(--wj-text)}.wolfjob-ui .job-type,.wolfjob-ui .new-job-tag{border:0;border-radius:5px;padding:5px 10px;background:var(--wj-soft);color:var(--wj-red);font-size:12px;line-height:1.3}.wolfjob-ui .single-job-overview-detail{border-bottom:1px solid var(--wj-border);padding:14px 0}.wolfjob-ui .single-job-overview-detail .icon{background:var(--wj-bg);color:var(--wj-red);border-radius:10px}.wolfjob-ui .single-job-overview-detail h6{font-size:13px;color:var(--wj-muted);font-weight:500;margin-bottom:4px}.wolfjob-ui .single-job-overview-detail span{font-size:14px;color:var(--wj-text)}.wolfjob-ui input:not([type=checkbox]):not([type=radio]):not([type=submit]),.wolfjob-ui textarea,.wolfjob-ui select{color:var(--wj-text);background:var(--wj-surface);border-color:var(--wj-border);border-radius:8px;box-shadow:none}.wolfjob-ui input::placeholder,.wolfjob-ui textarea::placeholder{color:var(--wj-muted)}.wolfjob-ui .select2-container .select2-selection{border-color:var(--wj-border);background:var(--wj-surface);border-radius:8px}.wolfjob-ui .select2-selection__rendered{color:var(--wj-text)!important}.wolfjob-ui .small-dialog{border-radius:14px;overflow:hidden;background:var(--wj-surface)}.wolfjob-ui .small-dialog-headline{background:var(--wj-bg);border-bottom:1px solid var(--wj-border)}.wolfjob-ui .job_listings .job_listing,.wolfjob-ui .company-list,.wolfjob-ui .company-grid{border-radius:12px;border-color:var(--wj-border);background:var(--wj-surface);box-shadow:var(--wj-shadow)}.wolfjob-ui .btn-effect:before,.wolfjob-ui .btn-effect:after{display:none}.wolfjob-ui .btn{border-radius:9px;font-family:var(--wj-font);text-transform:none;letter-spacing:0}.wolfjob-ui table{color:var(--wj-text);background:var(--wj-surface)}.wolfjob-ui td,.wolfjob-ui th{border-color:var(--wj-border)}.wolfjob-ui .dashboard-nav,.wolfjob-ui .dashboard-sidebar{background:var(--wj-surface);color:var(--wj-text)}.wolfjob-ui .dashboard-nav a{color:var(--wj-text)}.wolfjob-ui .dashboard-nav a:hover,.wolfjob-ui .dashboard-nav .active>a{background:var(--wj-soft);color:var(--wj-red)}.wolfjob-ui .dashboard-wrapper{background:var(--wj-bg)}.wolfjob-ui .jmfe-custom-field img{border-radius:10px}.wolfjob-ui .sidebar-info .application_button{width:100%;padding:14px}.wj-footer{display:flex;gap:20px;justify-content:space-between;max-width:1200px;margin:40px auto 0;padding:24px 20px;border-top:1px solid var(--wj-border);font-size:13px;color:var(--wj-muted)}.wj-footer nav{display:flex;gap:22px}.wj-detail-hero{padding:24px 0 30px;background:var(--wj-surface);border-bottom:1px solid var(--wj-border)}.wj-detail-back{font-size:14px;display:inline-flex;align-items:center;gap:8px;color:var(--wj-muted)!important;margin-bottom:22px}.wj-detail-heading{display:flex;align-items:center;gap:26px}.wj-detail-image{width:150px;height:118px;border-radius:12px;object-fit:cover;flex:none}.wj-detail-heading h1{font-size:32px;line-height:1.2;margin:0 0 12px}.wj-detail-company{font-size:17px;color:var(--wj-muted)}.wj-detail-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.wj-detail-tags span{display:flex;align-items:center;gap:7px;font-size:13px;padding:5px 10px;background:var(--wj-bg);border-radius:6px}.wj-detail-actions{margin-left:auto;flex:none}.wj-detail-actions .wj-save{width:44px;height:44px;border:1px solid var(--wj-border);background:var(--wj-surface)}
html[data-wj-theme=dark] .wj-brand img{background:white;border-radius:7px;padding:4px}html[data-wj-theme=dark] .wj-map-panel .leaflet-tile-pane{filter:brightness(.76) saturate(.75)}html[data-wj-theme=dark] .select2-dropdown{background:var(--wj-surface);color:var(--wj-text)}
@media(min-width:1600px){.wj-job-photo{width:140px;min-width:140px}.wj-job-copy h2{font-size:16px}.wj-job-copy p,.wj-company-name{font-size:14px}.wj-card-actions{flex-basis:80px}.wj-company-logo{width:78px;height:36px}.wj-category{font-size:14px}.wj-categories{gap:10px}}
@media(max-width:1250px){.wj-header{gap:22px;padding:8px 20px}.wj-brand{flex-basis:200px}.wj-brand img{max-width:198px}.wj-nav{gap:20px}.wj-header-actions{gap:7px}.wj-header-submit{padding:10px 12px}.wj-header-submit span{max-width:132px;white-space:normal;line-height:1.2}.wj-workspace{grid-template-columns:minmax(400px,42%) 1fr;padding:0 15px 14px;gap:12px}.wj-categories{padding-left:15px;padding-right:15px}.wj-job-photo{width:92px;min-width:92px}.wj-job-card{gap:10px}.wj-card-actions{flex-basis:30px}.wj-company-logo{display:none}.wj-result-header h1{font-size:19px}.wj-search .wj-primary{padding:10px 12px}.wj-search .wj-primary span{display:none}}
@media(max-width:1020px){.wj-brand{flex-basis:185px}.wj-brand img{max-width:185px}.wj-nav{gap:15px}.wj-nav a{font-size:14px}.wj-header-submit span{display:none}.wj-header-actions{gap:4px}.wj-header-submit{padding:10px;min-width:43px}.wj-header{gap:18px}.wj-workspace{grid-template-columns:minmax(365px,46%) 1fr}.wj-job-photo{width:85px;min-width:85px}.wj-job-copy h2{font-size:14px}.wj-job-copy p{font-size:12px}.wj-job-meta{font-size:12px;gap:3px}.wj-result-header{padding:12px 6px}.wj-result-header h1{font-size:18px}.wj-result-header select{max-width:115px}.wj-map-area{font-size:12px;padding:8px 10px;right:8px}}
@media(max-width:767px){:root{--wj-header:65px}.wolfjob-ui{padding-bottom:72px}.wj-header{height:var(--wj-header);padding:7px 12px;gap:4px}.wj-brand{flex:1;min-width:0}.wj-brand img{max-width:170px;width:100%;height:47px}.wj-header-actions{gap:2px}.wj-icon-button{width:32px;height:38px;font-size:20px}.wj-theme-toggle{width:34px;height:36px;font-size:21px}.wj-header-submit{display:none}.wj-menu-toggle{display:inline-flex}.wj-nav{display:none;position:absolute;left:10px;right:10px;top:calc(100% + 5px);height:auto;background:var(--wj-surface);border:1px solid var(--wj-border);border-radius:10px;padding:8px;box-shadow:0 8px 25px #11254422}.wj-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.wj-nav a{padding:12px;font-size:15px}.wj-nav a[aria-current=page]:after{width:3px;height:auto;top:8px;bottom:8px;left:0}.wj-explorer{height:calc(100dvh - 65px - 70px);min-height:500px}.admin-bar .wj-explorer{height:calc(100dvh - 65px - 70px - 46px)}.wj-categories{gap:7px;padding:9px 10px 10px;scrollbar-width:none}.wj-categories::-webkit-scrollbar{display:none}.wj-category{flex:0 0 71px;min-width:71px;min-height:84px;border-radius:11px;font-size:11px;padding:6px 3px;gap:4px}.wj-category-icon{width:46px;height:46px;font-size:28px}.wj-workspace{display:flex;flex-direction:column;gap:0;padding:0;min-height:0;position:relative}.wj-map-panel{order:0;flex:1;border-radius:0;border:0;min-height:180px}.wj-map-panel #wj-map{min-height:180px}.wj-results-panel{order:1;flex:0 0 36%;max-height:60%;border-radius:18px 18px 0 0;background:var(--wj-bg);margin-top:-14px;z-index:500;padding:0 10px 6px;box-shadow:0 -4px 20px #18355712;overflow:auto}.wj-sheet-handle{height:21px;width:100%;border:0;padding:5px;background:var(--wj-bg);display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:7;touch-action:none}.wj-sheet-handle span{height:4px;width:43px;background:#aeb9c9;border-radius:4px}.wj-result-header{padding:8px 3px 12px;background:transparent}.wj-result-header h1{font-size:20px}.wj-result-header label{font-size:12px}.wj-search{position:relative;top:auto;gap:6px;padding-bottom:7px}.wj-search .wj-keyword,.wj-search .wj-clear{display:none}.wolfjob-ui .wj-search input,.wolfjob-ui .wj-search select{height:38px;min-height:38px;font-size:12px;padding-left:30px}.wj-input-icon>i{font-size:14px;left:10px;top:12px}.wj-search .wj-primary{min-height:38px;padding:7px 12px}.wj-job-card{min-height:99px;margin-bottom:7px;padding:7px;gap:10px}.wj-job-photo{min-width:85px;width:85px;min-height:83px;max-height:110px}.wj-job-photo img{min-height:83px}.wj-job-copy h2{font-size:14px;line-height:1.3}.wj-job-copy p,.wj-company-name{font-size:12px;line-height:1.3}.wj-job-meta{font-size:11px;line-height:1.4;gap:4px 9px}.wj-card-actions{flex-basis:24px;gap:2px}.wj-save{width:27px;height:27px;font-size:18px}.wj-show-pin{width:27px;height:25px;font-size:13px}.wj-map-area{right:10px;top:12px;max-width:230px;font-size:11px;min-height:36px}.wj-map-area i{font-size:16px}.wj-map-reset{left:10px;top:90px}.wolfjob-ui .wj-map-panel .leaflet-bottom{bottom:18px}.wolfjob-ui .leaflet-control-attribution{font-size:9px}.wj-marker>span{width:39px;height:39px}.wj-marker i{font-size:20px}.wj-explorer[data-view=list] .wj-map-panel{flex:0 0 22%;min-height:100px}.wj-explorer[data-view=list] .wj-results-panel{flex:1;max-height:none}.wj-explorer[data-view=list] .wj-search .wj-keyword,.wj-explorer[data-view=list] .wj-search .wj-clear{display:block}.wj-explorer[data-view=list] .wj-search{position:sticky;top:20px;z-index:6}.wj-mobile-dock{position:fixed;bottom:0;left:0;right:0;z-index:1200;display:flex;align-items:center;justify-content:space-around;gap:2px;height:70px;padding:6px 8px max(6px,env(safe-area-inset-bottom));background:var(--wj-surface);border-top:1px solid var(--wj-border);box-shadow:0 -2px 15px #1834570a}.wj-mobile-dock>a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;font-size:10px;color:var(--wj-text);flex:1;min-height:48px}.wj-mobile-dock>a>i{font-size:23px}.wj-mobile-dock>a.is-active{color:var(--wj-red)}.wj-mobile-dock .wj-dock-add{flex:0 0 52px;height:52px;min-height:52px;border-radius:50%;background:var(--wj-red);color:#fff;border:3px solid var(--wj-surface);box-shadow:0 0 0 2px var(--wj-red),0 4px 10px #ff073322;margin:-15px 8px 0}.wj-mobile-dock .wj-dock-add i{font-size:24px}.wj-toast{bottom:90px;width:max-content}.wj-detail-hero{padding:20px 0}.wj-detail-heading{gap:14px;align-items:flex-start;flex-wrap:wrap}.wj-detail-image{width:88px;height:82px}.wj-detail-heading>div:not(.wj-detail-actions){flex:1;min-width:190px}.wj-detail-heading h1{font-size:24px;line-height:1.25}.wj-detail-company{font-size:15px}.wj-detail-actions{position:absolute;right:16px;top:14px}.wj-detail-hero>.container{position:relative}.wj-detail-back{padding-right:45px}.wj-detail-tags span{font-size:12px}.wolfjob-ui .single-job-content{padding:20px 0}.wolfjob-ui .single-job-listing,.wolfjob-ui .sidebar-info{padding:20px;margin-bottom:18px}.wolfjob-ui .page-header .title{font-size:26px}.wj-footer{flex-direction:column;padding-bottom:18px}.wolfjob-ui .container{max-width:100%}.wolfjob-ui .job-description{overflow-wrap:anywhere}.wolfjob-ui .table-responsive{overflow:auto}}
@media(max-width:360px){.wj-brand img{max-width:134px}.wj-header-actions{gap:0}.wj-icon-button{width:28px}.wj-job-photo{width:68px;min-width:68px}.wj-result-header h1{font-size:17px}.wj-mobile-dock>a{font-size:9px}}
@media(prefers-reduced-motion:reduce){.wolfjob-ui *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.wolfjob-ui .login-register-page{min-height:calc(100dvh - var(--wj-header) - 120px);height:auto;padding:45px 16px;background:var(--wj-bg)}.wolfjob-ui .login-register-page .title-wrapper{display:none}.wolfjob-ui .login-register-page .form-wrapper{flex:0 1 510px;max-width:510px;width:100%;height:auto;min-height:0;overflow:visible;padding:32px;background:var(--wj-surface);border:1px solid var(--wj-border);border-radius:14px;margin:0 auto;box-shadow:var(--wj-shadow)}.wolfjob-ui .login-register-page .form-wrapper>.content{padding:0}.wolfjob-ui .login-register-page .form-wrapper .logo{display:none}.wolfjob-ui .login-register-page .form-wrapper h3{font-size:26px;margin-bottom:22px}.wolfjob-ui .login-register-page .bottom-links{font-size:13px}.wj-detail-actions{display:flex;align-items:center;gap:8px}.wj-detail-actions .private-message{font-size:13px}
@media print{.wj-header,.wj-mobile-dock,.wj-footer,.wj-detail-actions{display:none!important}.wolfjob-ui{background:#fff;color:#000;padding:0}.wj-detail-hero,.single-job-listing{border:0!important;box-shadow:none!important}.wolfjob-ui .job-description{color:#000}}
