.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-job {
    max-width: 46rem;
    max-height: 640px;
    overflow: auto;
}

.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;
    color: var(--kn-white);
}

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

.product-wrapper:hover .apply-now-btn {
    opacity: 1;
    color: white !important;
}

.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;
}

.light .apply-now-btn a {
    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: 820px;
    overflow: auto;
    border: 1px solid var(--border);
    border-radius: var(--rounded-2xl);
    padding: 0.5rem;
}

.resume-show {
    background-color: var(--secondary-500);
    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;
}

.light .remove-btn {
    border-color: rgba(153, 143, 143, 0.555);
}

.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;
}

.status-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
}

.Applied {
    background-color: #3b82f6;
}

.Shortlisted {
    background-color: #22c55e;
}

.Rejected {
    background-color: #ef4444;
}

.WaitListed {
    background-color: #f59e0b;
}

.blog-add-content-pane * {
    color: inherit !important;
    background: none !important;
    background-color: none !important;
    margin: unset !important;
    padding: unset !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
}

.job-card {
    min-height: 194px;
    margin-bottom: 1rem;
}

.job-description-main * {
    color: inherit !important;
    background: none !important;
    background-color: none !important;
    margin: unset !important;
    padding: unset !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
}