/* Start custom CSS for shortcode, class: .elementor-element-2c2ed1e */.jobs-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}

a.job-apply-btn:visited {
    color: #fff;
}

.job-card {
border: 1px solid #e5e5e5;
padding: 20px;
border-radius: 6px;
background: #fff;
}

.job-title {
margin: 0 0 10px;
font-size: 20px;
}

.job-meta {
font-size: 16px;
color: #333;
}

@media (max-width: 768px) {
.jobs-grid {
    grid-template-columns: 1fr;
}
}

.job-apply-btn{
padding:8px 24px;
 border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 15px;
line-height: 1;
padding: 12px 24px;
fill: #fff;
text-align: center;
transition: all .3s;
background-color: var(--e-global-color-accent);
font-family: var(--e-global-typography-accent-font-family), Sans-serif;
font-weight: var(--e-global-typography-accent-font-weight);
}

.jobs-filter-reset{
display:inline-block;
padding:10px 14px;
border-radius:6px;
border:1px solid #bbb;
text-decoration:none;
}

select.jobs-filter-select {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-68eb009 */.wpcf7-form input    {
background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.wpcf7 label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
    color: #333;
}

.wpcf7 input[type="file"] {
    border: 0px;
}/* End custom CSS */
/* Start custom CSS */.header-title-breadcrumb-overlay {
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 200px 0 87px;
    width: 100%;
    background-size: cover;
}/* End custom CSS */