.angie-job-list-container-2400a264 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.angie-job-filters-2400a264 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
    justify-content: center;
}
.angie-job-filter-btn-2400a264 {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    color: #333;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.angie-job-filter-btn-2400a264:hover {
    background: #eaeaea;
}
.angie-job-list-2400a264 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.angie-job-hidden-2400a264 {
    display: none !important;
}
.angie-job-item-2400a264 {
    border: 1px solid #eaeaea;
    padding: 0;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.angie-job-header-wrapper-2400a264 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    user-select: none;
    background: transparent;
    transition: background-color 0.2s ease;
}
.angie-job-header-wrapper-2400a264:hover {
    background: #fafafa;
}
.angie-job-item-2400a264.is-open .angie-job-header-wrapper-2400a264 {
    border-bottom: 1px solid #f0f0f0;
}
.angie-job-header-2400a264 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.angie-job-title-2400a264 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.angie-job-badges-2400a264 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.angie-job-badge-2400a264 {
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f5f5f5;
    color: #555;
    font-weight: 500;
}
.angie-job-remote-2400a264 {
    background: #e6f7ff;
    color: #0050b3;
}
.angie-job-salary-2400a264 {
    background: #f6ffed;
    color: #389e0d;
}
.angie-job-toggle-icon-2400a264 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    transition: transform 0.3s ease;
}
.angie-job-item-2400a264.is-open .angie-job-toggle-icon-2400a264 {
    transform: rotate(180deg);
}
.angie-job-body-2400a264 {
    padding: 24px;
    background: #fafafa;
}
.angie-job-body-content-2400a264 {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}
.angie-job-reqs-2400a264 {
    margin-top: 16px;
}
.angie-job-reqs-2400a264 ul {
    margin-top: 8px;
    padding-left: 20px;
}
.angie-job-apply-wrapper-2400a264 {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}
.angie-job-apply-btn-2400a264 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .angie-job-header-wrapper-2400a264 {
        align-items: flex-start;
    }
    .angie-job-apply-wrapper-2400a264 {
        justify-content: center;
    }
    .angie-job-apply-btn-2400a264 {
        width: 100%;
        text-align: center;
    }
}