/* Dynamic layout for job details */
.job-description {
    transition: all 0.3s ease;
}

.skills-section {
    transition: all 0.3s ease;
}

/* When description is long, move skills to right */
/*.job-detail-container.long-description .col-lg-8 .skills-section {
    display: none !important;
}

.job-detail-container.long-description .col-lg-4 .skills-section {
    display: block !important;
}*/

/* Initially hide the right column skills */
/*
.col-lg-4 .skills-section {
    display: none;
}
*/

/* Style for salary amounts */
.salary-amount {
    font-weight: 500;
    white-space: nowrap;
}
