.career-page .job-description ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.career-page .terms .content a {
    color: #0066B3;
    text-decoration: underline;
}

.career-page .attributes {
    cursor: grab;
    user-select: none;
}
.career-page .attributes.active {
    cursor: grabbing;
}
