.elementor-8991 .elementor-element.elementor-element-6067706a{--display:flex;}.elementor-8991 .elementor-element.elementor-element-fcbdb1c{--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;}.elementor-8991 .elementor-element.elementor-element-68dde5b .pagination {text-align:right!important;}/* Start custom CSS for creote-job-post-v1, class: .elementor-element-68dde5b *//* Job Card Wrapper */
.job_grid_box .inner_bx {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.job_grid_box .inner_bx:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

/* Job Title */
.job_grid_box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

/* Company Name */
.job_grid_box .company {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    display: block;
}

/* Skills / Tags */
.job_grid_box .content_bx .skill,
.job_grid_box .content_bx .tag {
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 4px 5px 0 0;
    background: #f8f9ff;
    border: 1px solid #e0e0ff;
    color: #333;
}
.job_grid_box .content_bx .skill.star {
    background: #fffbea;
    border: 1px solid #FFD700;
    color: #a67c00;
    font-weight: 500;
}
.job_grid_box .content_bx .skill.more {
    background: #f4f4f4;
    border: 1px dashed #ccc;
    color: #555;
}

/* Job Description */
.job_grid_box .about {
    font-size: 14px;
    color: #444;
    margin: 12px 0 16px;
    line-height: 1.5;
}

/* Meta Info (Location, Job Type, Salary) */
.job_grid_box .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    list-style: none;
    padding: 0;
}
.job_grid_box .meta li {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    background: #f4f4f4;
    color: #444;
}
.job_grid_box .meta li.location { background: #f3e5f5; color: #6a1b9a; }
.job_grid_box .meta li.type { background: #e8f5e9; color: #2e7d32; }
.job_grid_box .meta li.exp { background: #fff3e0; color: #ef6c00; }
.job_grid_box .meta li.salary { background: #e8f5e9; color: #2e7d32; }

/* Footer (Date + Apply Btn) */
.job_grid_box .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job_grid_box .footer .date {
    font-size: 13px;
    color: #666;
}
.job_grid_box .apply-btn,
.job_grid_box a.button {
    display: inline-block;
    background: #6C63FF;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.job_grid_box .apply-btn:hover,
.job_grid_box a.button:hover {
    background: #5146d9;
}/* End custom CSS */