/* Styles for job posting and related pages */
.step-section {
    padding: 0 0 5rem 0;
    display: none;
    /* Push element to top when scrolled to, hiding previous content */
    scroll-margin-top: 0;
}

.step-section.is-active {
    display: block;
}

/* Dynamic padding added by JavaScript for scrollability */
#jobPostForm {
    padding-bottom: 0;
    transition: padding-bottom 0.3s ease-in-out;
}

.steps {
    margin-bottom: 2rem;
}

.follow-up-question {
    padding: 0 0 5rem 0;    
}

.fixed-width-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.category-job-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.category-job-separator-line {
    flex: 1;
    border-top: 1px solid #d0e3f7;
}