.meh-jobs-board {
    max-width: 100%;
    margin: 0;
}

.meh-filters {
    margin-bottom: 20px;
}

.meh-filters label {
    font-size: 1.125rem;
    line-height: 1.42;
    letter-spacing: -0.72px;
    margin-bottom: 0.25rem;
    color: #792e04;
    display: block;
}

.meh-filters select {
    color: #792e04;
    background: #fff;
    border: none;
    border-radius: 0;
    height: 52px;
    display: flex;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    align-items: center;
    font-size: 1.125rem;
    letter-spacing: -0.045rem;
}

.meh-jobs-list {
    display: grid;
    gap: 20px;
}

.meh-job-item {
    border-top: 1px solid #792e04;
    padding-top: 26px;
    padding-bottom: 33px;
    display: grid;
    grid-template-columns: auto 220px;
    column-gap: 99px;
    row-gap: 60px;
}

@media only screen and (max-width: 991px) {
    .meh-job-item {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        gap: 24px;
    }
}

.meh-job-item-left {

}

.meh-job-item-right {
    margin-top: 11px;
}

.meh-job-title {
    margin: 0;
    font-family: 'PP Mori Regular', sans-serif !important;
    font-size: 1.875rem !important;
    line-height: 110% !important;
    letter-spacing: -1.2px !important;
    margin-bottom: 1.375rem !important;
}

.meh-job-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.meh-job-department {
    border: 2px solid #792e04;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #792e04;
    font-size: 18px;
    line-height: 142%;
    letter-spacing: -0.72px;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.meh-job-location {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 156px;
}

.meh-job-location:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/map-pin-icon-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 21px;
    display: flex;
    position: relative;
    top: -1px;
    flex-shrink: 0;
}

.meh-job-country:before {
    content: "🌍";
    margin-right: 5px;
}

.meh-job-type {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 156px;
}

.meh-job-type:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/clock-icon-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    display: flex;
    position: relative;
    top: -1px;
    flex-shrink: 0;
}

.meh-job-salary {
    background: #e8f5e8 !important;
    color: #2d5a2d;
    font-weight: 600;
}

.meh-job-salary:before {
    content: "💰";
    margin-right: 5px;
}

.meh-job-description {
    max-width: 448px;
    margin-bottom: 27px;
}

.meh-job-actions {
    margin-top: 20px;
}
