
ul.mjmp-job-list, ul.mjmp-job-list > li {
	list-style: none;
	padding: 0;
}
ul.mjmp-job-list > li {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	margin-bottom: 25px;

	border-radius: 8px;
}
ul.mjmp-job-list > li:hover {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

ul.mjmp-job-list > li .mjmp-job-wrapper {
	padding: 1rem 2rem 1.5rem;
    background-color: #fff;
    border-radius: 12px;
}

.mjmp-job-list .mjmp-job-wrapper > h3 { margin:15px 0; padding: 0; font-size: 24px; color: rgb(32,33,36);}
.mjmp-job-list .mjmp-job-wrapper > p {
	color: rgb(95,99,104);
	font-size: 14px;
	margin: 1em 0 1.5em;
}

.mjmp-job-list .mjmp-job-wrapper > a {
    z-index: 1;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
	background: none;
	color: var(--wp--preset--color--primary, #0561e2);
	text-decoration: none;
	display: flex;
	justify-content: start;	
	align-items: center;
}

.mjmp-job-list .mjmp-job-wrapper > a span {
	margin-left: 5px;
}

.mjmp-job-list .mjmp-job-wrapper > .mjmp-job-details {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
    position: relative;
}

.mjmp-job-list .mjmp-job-wrapper > .mjmp-job-details .mjmp-close-job-details {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}


.mjmp-job-list .mjmp-job-wrapper .mjmp-job-apply-now,
.mjmp-job-list .mjmp-job-wrapper .mjmp-job-apply-on-linkedin {
    display: inline-block;
    background-color: #0561e2;
    color: white;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 15px;
}

/* single page */

/* Smooth scroll for in-page navigation */
html {
    scroll-behavior: smooth;
}

.job-single {
	padding: 4% 0;
}

.job-single .et_pb_row {
    width: 80%;
    max-width: 1240px;
    margin: auto;
    position: relative;
}

.mjmp-application-success {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
}

.mjmp-application-error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}


.mjmp-job-meta {
    display: flex ;
    justify-content: space-between;
    align-items: center;
}

/* Styling for Job Title and Location */
.mjmp-job-title {

    font-weight: bold;
    margin-bottom: 10px;
}

.mjmp-job-location {

    color: #555;
    margin-bottom: 0;
}

/* Styling for Apply Button */
.mjmp-scroll-to-apply-button {
    display: inline-block;
    background-color: #0561e2;
    color: white;
    padding: 12px 20px;

    text-decoration: none;
    border-radius: 5px;
}


/* Styling for Job Content and Description */
.mjmp-job-content {
    margin-top: 30px;
    padding: 20px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.mjmp-job-description {}

/* Styling for Job Application Form */
.mjmp-job-application-form {
    margin-top: 40px;
    padding: 20px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.mjmp-job-application-form h3 {

    margin-bottom: 15px;
}

.mjmp-job-application-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.mjmp-job-application-form input[type="text"],
.mjmp-job-application-form input[type="email"],
.mjmp-job-application-form input[type="tel"],
.mjmp-job-application-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;

}

.mjmp-job-application-form button {
    padding: 10px 20px;
    background-color: #0561e2;
    color: white;
    border: none;
    cursor: pointer;
}