.company,
.location,
.date-posted,
.salary,
.job_application {
    display: none;
}
body {
    font-family: Arial, sans-serif;
    max-width: 850px;
    margin: 20px auto;
    letter-spacing: 0.01em;
    line-height: 1.8;
    color: #3e4145;
}
.job {
    background-color: #f8f9fa;
    padding: 0 20px 20px 20px;
}
h1 {
    color: #27a757;
    background-color: #daf2d5;
    margin: 0 -20px;
    padding: 50px 0 35px 0;
    text-align: center;
}
.job-listing-meta {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    gap: 10px;
    padding: 0;
}
.job-listing-meta li {
    background-color: #f08d3c;
    color: white;
    padding: 6px 8px;
}
a {
    color: inherit;
    text-decoration: none;
}
li::marker {
    color: #27a757;
}
figure {
    max-width: 100%;
    margin: 0;
}
figure img {
    max-width: 100%;
    max-height: fit-content;
}
p > img {
    display: none;
}
p[style='font-weight: 400;']:nth-last-child(2),
p[style='font-weight: 400']:nth-last-child(2),
p[style='font-weight: 400;']:last-of-type,
p[style='font-weight: 400']:last-of-type {
    display: none;
}