.job-department-wrapper {
    border-top: 1px solid var(--gray-900);
    padding-block: var(--spacing-5);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    transition: all 0.4s ease-in-out;
}

.job-department-title {}

.job-department-job {
    max-width: 46rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    flex-grow: 1;
}

.job-card-tag {
    background-color: #45454540;
    border-radius: 4px;
    font-size: var(--type-p-xs);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

.product-title {
    margin-right: 1rem;
    width: auto !important;
}

.job-card-location {
    background-color: #45454540;
    border-radius: 4px;
    font-size: var(--type-p);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}

.gap-1 {
    gap: 1rem;
}

.wrap {
    flex-wrap: wrap;
}

.job-type {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.icon-status {
    min-width: unset !important;
    min-height: unset !important;
    opacity: 1 !important;
}

.product-wrapper:hover .apply-now-btn {
    opacity: 1;
}

.apply-now-btn {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    background-color: #0000007A;
    border-radius: 8px;
    gap: 0.8rem;
    opacity: 0;
    transition: all var(--_transition-duration-reg);
}

.apply-now-btn svg {
    color: white !important;
}

.job-details-wrapper {
    display: flex;
    gap: 2rem;
    /* justify-content: space-between; */
}

.job-description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
}

.job-description p {
    --_p-lg-widthMax: 940px;
    color: var(--gray-400);
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(0px, 0px);
    max-width: var(--_p-lg-widthMax);
}

.job-description h4 {
    font-weight: 500;
}

.job-apply-form {
    max-width: 740px !important;
}

.job-applications {
    display: grid;
    grid-template-columns: 48% 48%;
}

.job-applications-items {
    max-height: 720px;
    overflow: auto;
}

.resume-show {
    background-color: #191919;
    padding: 4px;
    border-radius: 4px;
}

.remove-btn {
    border: 1px solid #363333;
    cursor: pointer;
    color: red;
    width: fit-content;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.blogContent-wrapper {
    font-family: var(--font-body) !important;
}

.blogContent-wrapper ul {
    list-style: unset !important;
}

.blogContent-wrapper ol {
    list-style: decimal !important;
}

.blogContent-wrapper span {
    font-family: var(--font-body) !important;
}

.blogContent-wrapper ul,
li,
ol {
    font-family: var(--font-body) !important;
}

.job-description-input {
    font-family: var(--font-body) !important;
}

.job-description-input ul {
    list-style: unset !important;
}

.job-description-input ol {
    list-style: decimal !important;
}

.job-description-input span {
    font-family: var(--font-body) !important;
}

.job-description-input ul,
li,
ol {
    font-family: var(--font-body) !important;
}