/* ── Jobs List block ─────────────────────────────────────────────────────── */

.pb-jl {
    padding: 60px 0;
}

.pb-jl__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 395px 1fr;
    gap: 40px;
    align-items: start;
}
@media(max-width:1340px){
    .pb-jl__inner {

    padding: 0 16px;

}
}
/* ── Sidebar ─────────────────────────────────────────────────────────────── */

.pb-jl__sidebar {
    position: sticky;
    top: 100px;
}

.pb-jl__sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.pb-jl__sidebar-title {
color: var(--base-black, #121733);

/* 2.0/title-l */
font-family: "Plus Jakarta Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
}

.pb-jl__clear {
    background: none;
    border: none;
    padding: 0;
color: var(--brand-blue-500, #1B5DF8);
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 550;
line-height: 24px; /* 150% */
    cursor: pointer;
    line-height: 1;
}

.pb-jl__clear:hover {
   
}

.pb-jl__clear:disabled {
    color: #ADB5BD;
    cursor: not-allowed;
    pointer-events: none;
}

.pb-jl__filters {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pb-jl__filter-group {
    width: 100%;
}

/* Search */

.pb-jl__search-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.pb-jl__search-icon {
    position: absolute;
    left: 12px;
    pointer-events: none;
    flex-shrink: 0;
}

.pb-jl__search {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 40px;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    font-size: 14px;
    color: #121733;
    background: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s;
}

.pb-jl__search::placeholder {
    color: #6C7680;
}

.pb-jl__search:focus {
    border-color: #1B5DF8;
}

.pb-jl__search::-webkit-search-cancel-button {
    display: none;
}

.pb-jl__search:disabled {
    background: #F8F9FA;
    color: #ADB5BD;
    cursor: not-allowed;
    border-color: #DEE2E6;
}

.pb-jl__search-wrap:has(.pb-jl__search:disabled) .pb-jl__search-icon {
    opacity: 0.4;
}

/* Custom Dropdown */

.pb-jl__dd {
    position: relative;
}

.pb-jl__dd-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 0 14px 0 16px;
    border: 1px solid var(--base-border-black, #DEE2E6);
    border-radius: 8px;
    background: var(--base-white, #fff);
    cursor: pointer;
    gap: 8px;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-subtle, #6C7680);
    text-align: left;
    transition: border-color 0.2s;
    outline: none;
}

.pb-jl__dd-btn:hover {
    border-color: var(--gray-300, #c8ccd4);
}

.pb-jl__dd.is-open .pb-jl__dd-btn,
.pb-jl__dd-btn:focus-visible {
    border-color: var(--brand-blue-500, #1B5DF8);
}

.pb-jl__dd.has-value .pb-jl__dd-val {
    color: var(--base-black, #121733);
    font-weight: 500;
}

.pb-jl__dd-arrow {
    flex-shrink: 0;
    color: var(--text-subtle, #6C7680);
    transition: transform 0.2s ease;
}

.pb-jl__dd.is-open .pb-jl__dd-arrow {
    transform: rotate(180deg);
}

.pb-jl__dd-btn:disabled {
    background: #F8F9FA;
    color: #ADB5BD;
    cursor: not-allowed;
    border-color: #DEE2E6;
    pointer-events: none;
}

.pb-jl__dd-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 200;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    background: var(--base-white, #fff);
    border: 1px solid var(--base-border-black, #e8eaf0);
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.06), 0 10px 24px -4px rgba(0,0,0,0.08);
    max-height: 260px;
    overflow-y: auto;
    padding: 8px 16px 8px 8px;
    border-radius: var(--8, 8px);
    border: 1px solid var(--base-border-black, rgba(18, 23, 51, 0.04));
    background: var(--base-white, #FFF);
    box-shadow: 0 14.515px 39.902px 0 rgba(0, 0, 0, 0.02), 0 5.837px 17.474px 0 rgba(0, 0, 0, 0.01), 0 1.306px 7.563px 0 rgba(0, 0, 0, 0.01);
}

.pb-jl__dd-list[hidden] {
    display: none;
}

.pb-jl__dd-item {
    padding: 10px 16px;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 450;
    color: var(--base-black, #121733);
    cursor: pointer;
    transition: background 0.12s;
    user-select: none;
    color: var(--text-bold, #121733);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
padding: 12px 16px;
}
.filtLaabel{
    color: var(--Text-subtlest, #6C7680);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 133.333% */
letter-spacing: 0.6px;
text-transform: uppercase;
margin-bottom: 8px;
}
.pb-jl__dd-item:hover {
    background: var(--gray-25, #F5F6FA);
}

.pb-jl__dd-item.is-placeholder {
    color: var(--text-subtle, #6C7680);
}

.pb-jl__dd-item.is-selected {
    background: var(--gray-25, #F5F6FA);
    color: var(--brand-blue-500, #1B5DF8);
    font-weight: 600;
}

/* ── Content ─────────────────────────────────────────────────────────────── */

.pb-jl__content-header {
    margin-bottom: 24px;
}

.pb-jl__count {

color: var(--Text-gradient---Black, rgba(18, 23, 51, 0.85));
/* 2.0/h3 */
font-family: "Plus Jakarta Sans";
font-size: 36px;
font-style: normal;
font-weight: 550;
line-height: 46px; /* 127.778% */
letter-spacing: -0.72px;
margin-top: 0;
}

.pb-jl__count-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 550;
    line-height: 46px; /* 127.778% */
    letter-spacing: -0.72px;
    color: #848799;
    margin-left: 10px;
}

.pb-jl__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ── Job Card ────────────────────────────────────────────────────────────── */

.jl-card {
border-radius: var(--8, 8px);
border: 1px solid var(--base-border-black, rgba(18, 23, 51, 0.04));
background: var(--base-white, #FFF);
box-shadow: 0 14.515px 39.902px 0 rgba(0, 0, 0, 0.02), 0 5.837px 17.474px 0 rgba(0, 0, 0, 0.01), 0 1.306px 7.563px 0 rgba(0, 0, 0, 0.01);
}

.jl-card:hover {
    border-color: #1B5DF8;
    box-shadow: 0 4px 16px rgba(27, 93, 248, 0.08);
}

.jl-card__body {
    display: block;
    padding: 32px;
    text-decoration: none;
    color: inherit;
}

.jl-card__title {
color: var(--text-bold, #121733);

/* 2.0/h4 */
font-family: "Plus Jakarta Sans";
font-size: 26px;
font-style: normal;
font-weight: 550;
line-height: 34px; /* 130.769% */
letter-spacing: -0.26px;
    margin: 0 0 16px 0;
}

.jl-card__view {
    display: inline-flex;
    align-items: center;
    gap: 6px;
color: var(--brand-blue-500, #1B5DF8);

/* 2.0/Button-l */
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
letter-spacing: 0.16px;
}

.jl-card__desc {
color: var(--Text-subtle, #343A40);
/* 2.0/body-m */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 450;
line-height: 24px; /* 150% */
letter-spacing: 0.16px;
margin: 0 0 32px 0;
}

.jl-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.jl-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.jl-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
color: var(--Text-subtle, #343A40);
/* 2.0/body-s */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 450;
line-height: 22px; /* 157.143% */
letter-spacing: 0.28px;
}

.jl-card__meta-item svg {
    flex-shrink: 0;
}

/* ── Show more ───────────────────────────────────────────────────────────── */

.pb-jl__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.pb-jl__more-wrap[hidden] {
    display: none;
}

.pb-jl__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 48px;
    padding: 0 32px;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #121733;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    color: var(--base-black, #121733);
text-align: center;
margin-left: -435px;

/* 2.0/Button-l */
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
letter-spacing: 0.16px;
display: flex;
height: 56px;
padding: var(--4, 4px) 24px var(--4, 4px) 32px;
justify-content: center;
align-items: center;
border-radius: var(--6, 6px);
border: 1px solid var(--base-border-black, rgba(18, 23, 51, 0.04));
background: var(--base-white, #FFF);
box-shadow: 0 14.515px 39.902px 0 rgba(0, 0, 0, 0.02), 0 5.837px 17.474px 0 rgba(0, 0, 0, 0.01), 0 1.306px 7.563px 0 rgba(0, 0, 0, 0.01);
}

.pb-jl__more:hover {
    border-color: #1B5DF8;
    color: #1B5DF8;
}

.pb-jl__more:disabled {
    opacity: 0.5;
    cursor: default;
}

/* ── Empty state ─────────────────────────────────────────────────────────── */

.pb-jl__empty-state {
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    padding: 56px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pb-jl__empty-state[hidden] {
    display: none;
}

.pb-jl__empty-title {
    font-size: 20px;
    font-weight: 700;
    color: #121733;
    margin: 0;
}

.pb-jl__empty-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #6C7680;
    margin: 0;
    max-width: 480px;
}

.pb-jl__empty-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #1B5DF8;
    text-decoration: none;
    margin-top: 4px;
}

.pb-jl__empty-link:hover {
    text-decoration: underline;
}

/* ── Loading state ───────────────────────────────────────────────────────── */

.pb-jl__list.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .pb-jl__inner {
        grid-template-columns: 240px 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .pb-jl__more{
        margin-left: 0;
    }
    .pb-jl {
        padding: 40px 0;
    }

    .pb-jl__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .pb-jl__sidebar {
        position: static;
    }

    .pb-jl__filters {
        gap: 10px;
    }

    .jl-card__body {
        padding: 20px 16px;
    }

    .jl-card__title {
        font-size: 16px;
    }

    .pb-jl__count {
        font-size: 20px;
    }
        .jl-card__footer{
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .pb-jl__count-num{
        font-family: var(--second-family);
font-weight: 600;
font-size: 20px;
line-height: 140%;
color: var(--text-invisible);
margin-left: 10px;
    }
    .jl-card__meta{
        gap: 16px;
    }
    .jl-card__view{
        margin-top: 6px;
    }
    .pb-jl__dd-item{
            font-size: 15px;
    }
}

@media (max-width: 480px) {
    .jl-card__top {
        flex-direction: column;
        gap: 8px;
    }

    .jl-card__view {
        padding-top: 0;
    }
}
