.link-back-to-job-search a {
    text-decoration: none;
    color: var(--black);
}

.single-job-item article {
    padding: 0 8px;
}

.single-job-item .company {
    padding: 5px 0 16px 0;
    font-size: 21px;
    line-height: 35px;
}

.single-job-item .job_listing .job-meta-label {
    display: block;
}

.job-meta-label.highlight {
    /*padding: 0 4px;*/
    border-radius: 3px;
    opacity: 1;
}

.company .tagline {
    display: none !important;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--grey);
    background: var(--light-ash);
    padding: 4px 10px;
    border-radius: 6px;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 12px;
    transition: all 0.3s var(--bezier);
}

/* Subtle hover effect (optional but very premium) */
.company .tagline:hover {
    background: var(--ash);
    color: var(--trueblack);
}


.single-job-item .company .links {
    font-size: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    margin-left: 30px;
    list-style: none;
}

.single-job-item .company .links li::marker {
    color:rgba(0,0,0,0.3);
}

.single-job-item .company .links li:first-child {
    list-style: none;
}

.single-job-item .company .links li a {
    text-decoration: none;
    color: var(--black);
}

.single-job-item .single-job-top-row {
    border-bottom: 1px solid var(--ash) !important;
}

.single-job-item h1.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    line-height: 42px;
    margin-bottom: 0;
    text-align: left;
    font-size: 37px;
}

.single-job-item hr {
    border-bottom: 1px solid var(--ash) !important;
}

.single-job-item .single-job-middle-row {
    padding: 30px 0;
    border-bottom: 1px solid var(--ash) !important;
}

.single-job-item .single-job-middle-row .meta {
    /*gap: 20px;*/
}

.single-job-item .single-job-middle-row .actions {
    gap: 20px;
}

.single-job-item .job-bottom-row {
    border-bottom: 1px solid var(--ash) !important;
    padding: 30px 0;
}

.single-job-item .featured-label {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: "Inter", sans-serif;
    background: var(--yellow);
    color: var(--black);
    font-size: 12px;
    font-weight: 200;
    padding: 5px 3px;
    line-height: 1;
    margin-top: 5px;
    border-radius: 3px;
    position: initial;
}

/* target the button by its class */
.job_application .application_button.button {
    display: var(--house-btn-display);
    padding: var(--house-btn-padding);
    font-size: var(--house-btn-font-size);
    font-weight: var(--house-btn-font-weight);
    color: var(--house-btn-color);
    text-align: var(--house-btn-text-align);
    cursor: var(--house-btn-cursor);
    background: var(--house-btn-background);
    border: var(--house-btn-border);
    border-radius: var(--house-btn-border-radius);
    transition: var(--house-btn-transition);
    line-height: var(--house-btn-line-height);
}

.job_application .application_button.button:hover {
    background: var(--house-btn-background-hover);
}

.single-job-item .single-job-middle-row.no-bottom-border {
    border-bottom: none !important;
}

.entry-content {
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 20px 0;
    font-size: 15px;
}

.entry-content > ul {
    padding-left: 0;
}

.link-back-to-job-search {
    font-size: 15px;
}

.single-job-middle-row .meta .job-meta-box {
    /*min-width: 178px;*/
}

.job-meta-box {
    /*min-width: 178px;*/
}

.action-label {
    font-weight: 200;
    font-size: 14px;
}

.share-job svg {
    height: 14px;
    margin: -2px 0 0 3px;
}

/* 1) All links become same square buttons */
.share-brands li a{
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* 2) Wrapper for SVG */
.share-brands li a .svg-fa{
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* 3) The SVG itself */
.share-brands li a .svg-fa svg{
    width: 3.2rem;
    height: 3.2rem;
    display: block;
}

.single-job-item-row {
    padding: 20px 0;
}

.single-job-item-row .logo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job-spec-label {
    padding-bottom: 20px;
}

.entry-content .job_description > ul {
    padding-left: 1rem;
    margin-left: 0;
}

.entry-content .job_description {
    font-size: 15px;
}

.entry-content p, .entry-content li {
    line-height: 25px;
    font-weight: 300;
}

.entry-content h4 {
    font-weight: 300;
    margin: 20px 0 25px 0;
    font-size: 23px;
}

.job-manager-application-form {
    margin-top: 40px;
}

.wp_job_manager_send_application_button {
    background-color: var(--pink);
    border: none;
    border-radius: 50px;
    padding: 6px 20px;
    font-weight: 300;
    margin-top: 40px;
}

.job-manager-form fieldset.fieldset-application_attachment {
    margin-bottom: 0;
}

.job-manager-single-alert-link a {
    display: inline-block;
    text-decoration: none;
    padding: 2px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    cursor: pointer;

    /* top half green, bottom half yellow */
    background: linear-gradient(to bottom, var(--pink) 50%, var(--yellow) 50%);
    border: none;

    /* right side rounded, left side flat */
    border-radius: 0 40px 40px 0;

    /*box-shadow: 0 2px 4px rgba(0,0,0,0.15);*/
    transition: transform .2s ease;
}

.job-manager-application-form fieldset label small {
    display: none;
}

.apply-for-job {
    padding: 10px 0;
}

.save-job {
    display: flex;
    align-items: center;
}

.links li {
    display: inline-flex;
    align-items: center;
}

/* Add bullet before every item except first */
.links li + li::before {
    content: "•";
    display: inline-block;
    margin: 0 10px; /* equal left/right spacing */
    opacity: 0.3;  /* 30% opacity */
    font-size: 22px;
}

.highlight-block div {
    padding: 5px 10px;
}

.job-manager-single-alert-link {
    display: none;
}

.single-job-item .how-to-apply {
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .single-job-item .company .links {
        margin: 0;
        padding: 0;
    }
    .single-job-top-row .job-manager-applications-applied-notice {
        position: absolute;
        bottom:19px;
        left:0;
    }
    .single-job-top-row.applied {
        padding-bottom: 30px;
        position: relative;
    }
}