.oh-job__post_description ul,
.oh-onboarding-preview ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
}
.oh-job__post_description ul li,
.oh-onboarding-preview ul li {
    display: list-item !important;
}
.oh-job__post_description ul li::marker,
.oh-onboarding-preview ul li::marker {
    content: "\2022  " !important;
    color: inherit !important;
}

.note-editable ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
}
.note-editable ul li {
    display: list-item !important;
}
.note-editable ul li::marker {
    content: "\2022  " !important;
    color: inherit !important;
}


/* List-view for job openings */
.oh-jobs-list-view {
    display: flex;
    flex-direction: column;
}
.oh-jobs-list-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}
.oh-jobs-list-row__title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    cursor: pointer;
}
.oh-jobs-list-row__title:hover {
    text-decoration: underline;
}
.oh-jobs-list-row__right {
    display: flex;
    align-items: center;
}
.oh-jobs-list-row__apply {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}
.oh-jobs-list-row__apply:hover {
    background: #c8e6c9;
}


/* Logo bar for job listings page */
.oh-jobs-logo-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem 0;
    background: none;
}
.oh-jobs-logo-bar__img {
    max-height: 72px;
    width: auto;
}
