.elementor-5875 .elementor-element.elementor-element-a9d5222{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-cb24ae2 *//* --- Wrapper & Title Styling --- */
.latest-job-wrap {
    max-width: 850px;
    margin: 30px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Soft shadow for premium feel */
}

.job-page-title {
    font-size: 24px;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #10b981; /* Green accent for jobs */
    padding-bottom: 10px;
}

/* --- Posts List Styling (Card Style) --- */
.job-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    margin-bottom: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #10b981; /* Green highlight line */
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.job-list ul li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.15);
    background: #ffffff;
}

.job-list ul li a {
    text-decoration: none;
    color: #0f172a;
    font-weight: 600;
    font-size: 15px;
    flex: 1;
}

/* Auto Pin Icon before Job Title */
.job-list ul li a::before {
    content: "📌 "; 
    font-size: 14px;
}

.job-list ul li a:hover {
    color: #059669;
}

/* Date Styling - Highlighted for Jobs */
.job-list ul li .lcp_date {
    color: #059669;
    font-size: 13px;
    background: #ecfdf5; /* Light green background */
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 15px;
    border: 1px solid #a7f3d0;
}

/* --- Fast Pagination Buttons --- */
.job-list ul.lcp_paginator {
    display: flex !important;
    justify-content: center;
    list-style: none !important;
    padding: 25px 0 5px 0 !important;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.job-list ul.lcp_paginator li {
    padding: 0;
    margin: 0;
}

.job-list ul.lcp_paginator li a, 
.job-list ul.lcp_paginator li.lcp_currentpage {
    display: block;
    padding: 8px 18px;
    background: #f1f5f9;
    color: #334155;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
}

.job-list ul.lcp_paginator li a:hover {
    background: #10b981;
    color: #ffffff;
}

/* Active Page Button */
.job-list ul.lcp_paginator li.lcp_currentpage {
    background: #059669; /* Darker Green */
    color: #ffffff;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.2);
}/* End custom CSS */