.elementor-629 .elementor-element.elementor-element-560eb8f{--display:flex;}/* Start custom CSS *//* ============================
   MY JOBS PAGE
   ============================ */

.cp-jobs {
    font-family: 'Inter', sans-serif;
    padding: 60px 40px;
    background: linear-gradient(135deg, #F7F7F7 0%, #ECECEC 100%);
}

/* HERO */
.cp-jobs-hero {
    text-align: center;
    margin-bottom: 50px;
}

.cp-jobs-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #C8102E;
}

.cp-jobs-subtitle {
    font-size: 20px;
    color: #4A4A4A;
}

/* FILTERS */
.cp-jobs-filters {
    text-align: center;
    margin-bottom: 40px;
}

.cp-filter-btn {
    background: #FFF;
    border: 2px solid #C8102E;
    color: #C8102E;
    padding: 10px 22px;
    border-radius: 6px;
    margin: 0 8px;
    font-weight: 600;
    cursor: pointer;
}

.cp-filter-btn.active,
.cp-filter-btn:hover {
    background: #C8102E;
    color: #FFF;
}

/* JOB CARDS */
.cp-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
}

.cp-job-card {
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.cp-job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cp-job-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.cp-job-status {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}

.cp-job-status.active { background: #C8102E; }
.cp-job-status.quote { background: #E6A100; }
.cp-job-status.completed { background: #2E8B57; }

.cp-job-link {
    display: inline-block;
    margin-top: 12px;
    color: #C8102E;
    font-weight: 600;
    text-decoration: none;
}

.cp-job-link:hover {
    text-decoration: underline;
}/* End custom CSS */