.pxl-job-list .pxl-job-list-item {
    font-family: "MuseoSans", Sans-serif;
    border:1px solid #B0AFB1;
    padding: 24px 32px;
    border-radius: 8px;
    margin-bottom:32px;
    font-size: 1rem;
}
.pxl-job-list  .pxl-job-list-item.pxl-no-jobs h3 {
    font-family: "MuseoSans", Sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-top: 0;
    margin-bottom: 16px;
}
.pxl-job-list  .pxl-job-list-item.pxl-no-jobs a {
    color: var(--e-global-color-text);
    text-decoration: underline;
    font-weight: 700;
}
.pxl-job-list .pxl-job-list-item.pxl-no-jobs a:hover {
    color: var(--e-global-color-text);
    text-decoration: none;
}
.pxl-job-list .pxl-job-list-item > :last-child {
    margin-bottom: 0;
}
.pxl-job-list .item-title {
    font-family: "MuseoSans", Sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-top: 0;
    margin-bottom: 16px;
}
.pxl-job-list .item-title::before {
    content: "";
    width:16px;
    height:16px;
    display: inline-block;
    border-radius: 50%;
    background-color: #389479;
    vertical-align:baseline;
    margin-right: 12px;
}
.pxl-job-list .item-infos {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:16px;
    font-weight:400;
    font-size: 0.875rem;
    line-height: 1.43;
    color: #7B797C;
}
.pxl-job-list .item-infos > div {
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
}
.pxl-job-list .item-infos svg {
    width:24px;
    height:24px;
    margin-right: 6px;
}
.pxl-job-list .item-tasks,
.pxl-job-list .item-requirements {
    margin-bottom:16px;
}
.pxl-job-list .item-tasks .item-tasks-title,
.pxl-job-list .item-requirements .item-requirements-title {
    font-size: 1rem;
    font-weight:700;
    line-height: 1.5;
    margin:0;
}
.pxl-job-list .item-tasks a,
.pxl-job-list .item-requirements a,
.pxl-job-list .item-other-description a {
    color: var(--e-global-color-text);
    text-decoration: underline;
    font-weight: 700;
}
.pxl-job-list .item-tasks a:hover,
.pxl-job-list .item-requirements a:hover,
.pxl-job-list .item-other-description a:hover {
    color: var(--e-global-color-text);
    text-decoration: none;
}
.pxl-job-list .item-tasks ul,
.pxl-job-list .item-requirements ul,
.pxl-job-list .item-other-description ul {
    padding-left: 22px;
}


@media screen and (max-width: 480px) {
    .pxl-job-list .pxl-job-list-item {
        padding:24px;
    }
    .pxl-job-list  .pxl-job-list-item.pxl-no-jobs h3,
    .pxl-job-list .item-title {
        font-size: 1.25rem;
    }
}