.elementor-800 .elementor-element.elementor-element-320c5f0{padding:0px 38px 0px 38px;}@media(min-width:768px){.elementor-800 .elementor-element.elementor-element-9f7f738{width:20%;}.elementor-800 .elementor-element.elementor-element-10ea95a{width:79.666%;}}/* Start custom CSS for section, class: .elementor-element-320c5f0 *//* ==================================================
   EXACT SAME DESIGN (MATCH IMAGE)
   FONT : GEOLOGICA
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;600;700&display=swap');

body,
#tess-talent-filters,
#tess-talent-listing{
    font-family:'Geologica',sans-serif;
}

/* MAIN WRAP */
.talent-page-wrap{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:18px;
    background:#f7f7f7;
    padding:8px;
}
.filter-block label input {
    height: auto !important;
}
/* ===================================
   LEFT FILTER SIDEBAR
=================================== */
.tess-filters-sidebar{
    background:#fff;
    border-right:1px solid #ececec;
    padding:14px 14px 30px;
    min-height:100vh;
}

.filter-search{
    margin-bottom:18px;
}

.filter-search label{
    display:none;
}

.filter-search input{
    width:100%;
    height:40px;
    border:1px solid #d8d8d8;
    border-radius:9px;
    padding:0 14px;
    font-size:13px;
    color:#222;
}

.filter-search input::placeholder{
    color:#888;
}

.filter-block{
    margin-bottom:20px;
}

.filter-block h4{
    font-size:13px;
    font-weight:700;
    color:#111;
    margin:0 0 12px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.filter-block h4:after{
    content:"⌄";
    font-size:13px;
    color:#777;
}

.filter-block label{
    display:flex;
    align-items:center;
    gap:9px;
    font-size:12px;
    color:#111;
    margin-bottom:10px;
    cursor:pointer;
    font-weight:500;
}

.filter-block input[type="checkbox"]{
    width:16px;
    height:16px;
    accent-color:#1c9b43;
    cursor:pointer;
}

.filter-block input[type="text"],
.filter-block select{
    width:100%;
    height:38px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 12px;
    font-size:12px;
    background:#fff;
}


.range-value{
    display:flex;
    justify-content:space-between;
    font-size:11px;
    color:#777;
    margin-top:4px;
}

.range-value span:before{
    content:"£";
}

.filter-actions{
    display:none;
}

/* =====================================
   HOURLY BUDGET RANGE EXACT STYLE
===================================== */

.filter-block input[type="range"]{
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    height:3px;
    background:tranparent;
    border-radius:30px;
    outline:none;
    margin:18px 0 10px;
    cursor:pointer;
    padding:0;
    border: 0 !important;
}


.filter-block input[type="range"]::-webkit-slider-runnable-track{
    height:3px;
    background:linear-gradient(to right,#111 0%,#111 60%,#d9d9d9 60%,#d9d9d9 100%);
    border-radius:30px;
}

.filter-block input[type="range"]::-moz-range-track{
    height:3px;
    background:#d9d9d9;
    border-radius:30px;
}

.filter-block input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    appearance:none;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#179a43;
    border:0;
    margin-top:-6px;
    box-shadow:0 0 0 3px #fff;
}

.filter-block input[type="range"]::-moz-range-thumb{
    width:16px;
    height:16px;
    border-radius:50%;
    background:#179a43;
    border:0;
}

/* price values */
.range-value{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:8px;
    font-size:16px;
    font-weight:500;
    color:#111;
    line-height:1;
}

.range-value span{
    font-size:16px;
    font-weight:500;
    color:#111;
}

.range-value span:before{
    content:"£";
    font-size:16px;
    margin-right:2px;
}

/* heading */
.filter-block h4{
    font-size:16px;
    font-weight:700;
    color:#111;
    margin-bottom:14px;
}
/* ===================================
   RIGHT CONTENT
=================================== */
.tess-listing{
    padding:10px 8px;
}

.listing-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #ececec;
    padding-bottom:12px;
    margin-bottom:14px;
}

.listing-header h2{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#0f9b3c;
}

.active-filters{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

.filter-tag{
    background:#eef6ef;
    color:#111;
    padding:7px 12px;
    font-size:11px;
    border-radius:25px;
    font-weight:500;
}

/* GRID */
.results-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

/* ===================================
   CARD EXACT LOOK
=================================== */
/* ==========================================
   TALENT CARD EXACT IMAGE DESIGN
========================================== */

.talent-card{
    background:#fff;
    border:1px solid #d7d7d7;
    border-radius:18px;
    padding:18px;
}

/* TOP */
.talent-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:16px;
}

.talent-left{
    display:flex;
    gap:16px;
    align-items:center;
}

.talent-avatar img{
    width:78px;
    height:78px;
    border-radius:50%;
    object-fit:cover;
}

.talent-role{
    font-size:14px;
    color:#555;
    margin-bottom:3px;
}

.talent-name{
    font-size:26px;
    font-weight:700;
    margin:0 0 4px;
    line-height:1;
}

.talent-location{
    font-size:14px;
    color:#444;
    font-weight:500;
}

.talent-location:before{
    content:"📍 ";
}

/* RATING */
.rating-badge{
    min-width:92px;
    height:42px;
    border:1px solid #d7d7d7;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:16px;
    font-weight:700;
}

.rating-badge:before{
    content:"★";
    width:28px;
    height:28px;
    border-radius:50%;
    border:2px solid #16953f;
    color:#16953f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

/* BADGES */
.talent-badges{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:16px;
}

.badge{
    background:#f4f4f4;
    border-radius:10px;
    padding:12px 14px;
    font-size:14px;
    color:#444;
    text-align:center;
}

/* DESC */
.talent-desc{
    font-size:15px;
    line-height:1.6;
    color:#444;
    margin-bottom:16px;
}

.talent-desc strong{
    font-weight:700;
    color:#333;
}

/* TAGS */
.talent-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:18px;
}

.tag{
    background:#eef3ef;
    padding:10px 14px;
    border-radius:8px;
    font-size:14px;
    color:#111;
}

/* BOTTOM */
.talent-bottom{
    border-top:1px solid #ececec;
    padding-top:16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.price{
    font-size:38px;
    font-weight:700;
    line-height:1;
}

.price-box span{
    font-size:14px;
    color:#555;
}

.action-row{
    display:flex;
    gap:10px;
}

.favorite{
    width:42px;
    height:42px;
    border:1px solid #d7d7d7;
    background:#fff;
    border-radius:10px;
    font-size:18px;
}

.hire{
    height:42px;
    padding:0 24px;
    border:none;
    border-radius:10px;
    background:#16953f;
    color:#fff;
    font-size:16px;
    font-weight:600;
}
/* RESPONSIVE */
@media(max-width:991px){

.talent-card-inner{
    flex-direction:column;
}

.talent-actions{
    width:100%;
    align-items:flex-start;
}

.action-row{
    justify-content:flex-start;
}

.talent-badges{
    grid-template-columns:repeat(2,1fr);
}

.talent-name{
    font-size:34px;
}

.price{
    font-size:34px;
}

}/* End custom CSS */