.job-detail-image {
    margin-bottom: 32px;
}

.job-detail-image img {
    border-radius: var(--border-radius);
}

.job-detail-text-top {
    font-size: 14px;
    margin-bottom: 32px;
}

a[href^="mailto:"] {
    position: relative;
}

a[href^="mailto:"] {
    position: relative;
    text-decoration: none;
    margin-left: 25px;
}

a[href^="mailto:"]::before {
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: "\f0e0";
    color: var(--text-primary);
    font-weight: 300;
    position: absolute;
    top: -1px;
    left: -25px;
}

a[href^="mailto:"]:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .job-detail {
        font-size: 14px;
    }

    .job-detail-text-top {
        font-size: 12px;
    }
}

@media only screen and (max-width: 760px) {
    .job-listing-table thead {
        display: none;
    }

    .job-listing-table tbody, .job-listing-table th, .job-listing-table td, .job-listing-table tr {
        display: block;
    }

    .job-listing-table td:before {
        font-family: var(--font-bold), sans-serif;
        display: inline;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-col-title);
    }

    .table .td-title::before,
    .table .td-link::before {
        display: none;
    }

    .table .td-link {
        padding-bottom: 32px;
    }
}

@media (max-width: 639px) {
    .job-detail {
        font-size: 14px;
    }
}