.elementor-813 .elementor-element.elementor-element-320c5f0{padding:0px 38px 0px 38px;}@media(min-width:768px){.elementor-813 .elementor-element.elementor-element-9f7f738{width:20%;}.elementor-813 .elementor-element.elementor-element-10ea95a{width:79.665%;}}/* Start custom CSS for section, class: .elementor-element-320c5f0 *//* ==========================================
   JOB PAGE EXACT DESIGN
========================================== */

#tess-job-listing{
    font-family:'Geologica',sans-serif;
}

/* HEADER */
#tess-job-listing .listing-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 0 14px;
    margin-bottom:16px;
    border-bottom:1px solid #e8e8e8;
}

#tess-job-listing .listing-header h2{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin:0;
}

#tess-job-listing .active-filters{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

#tess-job-listing .filter-tag{
    background:#eef3ef;
    color:#111;
    font-size:11px;
    padding:7px 12px;
    border-radius:20px;
    font-weight:500;
}

/* GRID */
#tess-job-listing .results-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

/* CARD */
/* ==========================================
   JOB CARD EXACT SAME DESIGN
========================================== */

.job-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:14px;
    padding:14px;
    transition:.2s ease;
}

.job-card:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.04);
}

/* TOP */
.job-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:6px;
}

.posted{
    font-size:12px;
    color:#666;
    font-weight:400;
}

/* PROPOSALS */
.proposals-box{
    width:56px;
    text-align:center;
}

.proposals-box strong{
    display:block;
    background:#f5f5f5;
    border-radius:7px;
    font-size:24px;
    font-weight:700;
    color:#111;
    line-height:1;
    padding:8px 0 6px;
}

.proposals-box span{
    display:block;
    font-size:10px;
    color:#666;
    margin-top:4px;
}

/* TITLE */
.job-title{
    margin:0 0 10px;
    font-size:37px;
    line-height:1.08;
    font-weight:700;
    color:#111;
}

/* META INFO */
.job-meta-row{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:12px;
}

.job-meta-row span{
    font-size:13px;
    color:#444;
    position:relative;
}

/* BADGES */
.job-badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:14px;
}

.job-badges .badge{
    background:#f4f4f4;
    border-radius:8px;
    padding:8px 12px;
    font-size:12px;
    color:#444;
    font-weight:500;
}

/* TEXT */
.job-excerpt{
    margin:0 0 16px;
    font-size:14px;
    color:#444;
    line-height:1.5;
}

/* TAGS */
.job-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:18px;
}

.job-tags .tag{
    background:#eef3ef;
    border-radius:7px;
    padding:8px 11px;
    font-size:12px;
    color:#111;
    font-weight:500;
}

/* BOTTOM */
.job-bottom{
    border-top:1px solid #ececec;
    padding-top:14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}

/* PRICE */
.price{
    font-size:40px;
    line-height:1;
    font-weight:700;
    color:#111;
    margin-bottom:2px;
}

.budget-box small{
    font-size:12px;
    color:#666;
}

/* ACTIONS */
.job-actions{
    display:flex;
    gap:10px;
    align-items:center;
}

.bookmark{
    width:38px;
    height:38px;
    border:1px solid #d8d8d8;
    background:#fff;
    border-radius:9px;
    font-size:15px;
    cursor:pointer;
}

.apply{
    height:38px;
    min-width:124px;
    padding:0 20px;
    border:none;
    border-radius:9px;
    background:#16953f;
    color:#fff;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

/* MOBILE */
@media(max-width:767px){

.job-title{
    font-size:26px;
}

.job-bottom{
    flex-direction:column;
    align-items:flex-start;
}

.job-actions{
    width:100%;
}

.apply{
    flex:1;
}

}








/* =====================================
   JOB FILTER SIDEBAR EXACT DESIGN
===================================== */

#tess-job-filters{
    background:#fff;
    border-right:1px solid #e6e6e6;
    padding:14px 16px 30px;
    font-family:'Geologica',sans-serif;
    min-height:100vh;
}

/* SEARCH */
#tess-job-filters .filter-search{
    margin-bottom:16px;
}
.filter-block label input {
    height: auto !important;
}
#tess-job-filters .filter-search label{
    display:none;
}

#tess-job-filters .filter-search input{
    width:100%;
    height:40px;
    border:1px solid #dddddd;
    border-radius:8px;
    padding:0 14px;
    font-size:13px;
    color:#111;
    outline:none;
    background:#fff;
}

#tess-job-filters .filter-search input::placeholder{
    color:#888;
}

/* BLOCK */
#tess-job-filters .filter-block{
    padding:0 0 16px;
    margin-bottom:16px;
    border-bottom:1px solid #f0f0f0;
}

#tess-job-filters .filter-block:last-child{
    border-bottom:none;
}

/* TITLE */
#tess-job-filters .filter-block h4{
    margin:0 0 12px;
    font-size:14px;
    font-weight:700;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

#tess-job-filters .filter-block h4:after{
    content:"⌃";
    font-size:12px;
    color:#666;
}

/* LABELS */
#tess-job-filters .filter-block label{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:13px;
    color:#222;
    margin-bottom:11px;
    cursor:pointer;
    font-weight:500;
}

/* CHECKBOX */
#tess-job-filters input[type="checkbox"]{
    width:16px;
    height:16px;
    border-radius:4px;
    accent-color:#111;
    cursor:pointer;
}

/* RADIO */
#tess-job-filters input[type="radio"]{
    width:15px;
    height:15px;
    accent-color:#111;
    cursor:pointer;
}

/* BUDGET MODE */
#tess-job-filters .budget-mode{
    display:flex;
    gap:26px;
    margin-bottom:14px;
}

#tess-job-filters .budget-mode label{
    margin:0;
    font-size:13px;
}

/* RANGE */
#tess-job-filters input[type="range"]{
    -webkit-appearance:none;
    width:100%;
    height:3px;
    background:#ddd;
    border-radius:30px;
    outline:none;
    margin:12px 0;
}

#tess-job-filters input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#179a43;
    cursor:pointer;
}

/* RANGE VALUE */
#tess-job-filters .range-value{
    display:flex;
    justify-content:space-between;
    font-size:11px;
    color:#666;
    margin-top:2px;
}

#tess-job-filters .range-value span:before{
    content:"£";
}
/* =====================================
   EXACT BUDGET RANGE SLIDER DESIGN
===================================== */

#tess-job-filters input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px !important;
    background: transparent;
    outline: none;
    margin: 16px 0 10px;
    cursor: pointer;
    padding: 0;
    border: 0 !important;
}

/* TRACK */
#tess-job-filters input[type="range"]::-webkit-slider-runnable-track{
    height:3px;
    border-radius:30px;
    background:linear-gradient(to right,
        #111 0%,
        #111 78%,
        #dcdcdc 78%,
        #dcdcdc 100%);
}

#tess-job-filters input[type="range"]::-moz-range-track{
    height:3px;
    border-radius:30px;
    background:#dcdcdc;
}

/* GREEN THUMB */
#tess-job-filters input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    appearance:none;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#179a43;
    border:none;
    margin-top:-5px;
    box-shadow:0 0 0 3px #fff;
}

#tess-job-filters input[type="range"]::-moz-range-thumb{
    width:14px;
    height:14px;
    border-radius:50%;
    background:#179a43;
    border:none;
}

/* PRICE LABELS */
#tess-job-filters .range-value{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:8px;
    font-size:12px;
    color:#444;
    font-weight:500;
    line-height:1;
}

#tess-job-filters .range-value:before{
    content:"£500";
    color:#444;
}

#tess-job-filters .range-value span{
    font-size:12px;
    color:#444;
    font-weight:500;
}

#tess-job-filters .range-value span:before{
    content:"£";
    margin-right:1px;
}
/* INPUT / SELECT */
#tess-job-filters input[type="text"],
#tess-job-filters select{
    width:100%;
    height:40px;
    border:1px solid #dddddd;
    border-radius:8px;
    padding:0 12px;
    font-size:13px;
    color:#111;
    background:#fff;
    outline:none;
}

/* BUTTONS */
#tess-job-filters .filter-actions{
    display:grid;
    gap:10px;
    margin-top:18px;
}

#tess-job-filters .btn{
    height:42px;
    border:none;
    border-radius:8px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

#tess-job-filters .btn-primary{
    background:#179a43;
    color:#fff;
}

#tess-job-filters .btn-secondary{
    background:#f2f2f2;
    color:#111;
}

/* MOBILE */
@media(max-width:991px){

#tess-job-filters{
    width:100%;
    min-height:auto;
    border-right:none;
    border-bottom:1px solid #e6e6e6;
}

}/* End custom CSS */