/*background-color: #fff9ec !important;*/
.edubird-job-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: 0.2s;
}
.edubird-job-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.10);
}

.job-edit-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: green;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    color: #444;
}
.job-edit-btn:hover {
    background: #eaeaea;
    color: black;
}

.job-title {
    font-size: 20px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 8px;
}

.rating-row {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.salary-box {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.tag-box{
        -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: nowrap;
}
.tag-box span {
    background: #eef0f3;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
    color: #333;
    font-size: 13px;
}

.company-row {
    margin-top: 12px;
    color: #222;
    font-weight: 600;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.location-row {
    color: #d60000;
    margin-top: 4px;
    font-size: 14px;
}

.verify-mark {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 20px;
    color: #00b300;
}
.no_list .edubird-job-card{
    background-color: #fff9ec;
}
.job-title a{
	color: var(--green);
}
.edubird-job-card p,.edubird-job-card strong{
    color:black ;
}
.edu-admin-status{
        position: absolute;
    top: 1px;
    left: 7px;
}