.job-detail-description .inner,
.custom-field-data .content {
    color: inherit;
    line-height: 1.7;
}

.job-detail-description .inner p,
.custom-field-data .content p {
    margin: 0 0 1rem;
}

.job-detail-description .inner ul,
.job-detail-description .inner ol,
.custom-field-data .content ul,
.custom-field-data .content ol {
    margin: 0 0 1rem 1.5rem;
    padding-left: 1.25rem;
    list-style-position: outside;
}

.job-detail-description .inner ul,
.custom-field-data .content ul {
    list-style-type: disc;
}

.job-detail-description .inner ol,
.custom-field-data .content ol {
    list-style-type: decimal;
}

.job-detail-description .inner li,
.custom-field-data .content li {
    display: list-item;
    margin-bottom: 0.4rem;
}

.job-detail-description .inner h1,
.job-detail-description .inner h2,
.job-detail-description .inner h3,
.job-detail-description .inner h4,
.job-detail-description .inner h5,
.job-detail-description .inner h6,
.custom-field-data .content h1,
.custom-field-data .content h2,
.custom-field-data .content h3,
.custom-field-data .content h4,
.custom-field-data .content h5,
.custom-field-data .content h6 {
    margin: 1.25rem 0 0.75rem;
}

.custom-field-data {
    margin-bottom: 1.5rem;
}
