/* ===================================================
   Recruitment
=================================================== */

.recruitment-group {

    margin-bottom: 20px;

}

.recruitment-group:last-child {

    margin-bottom: 0;

}

.recruitment-group-title {

    font-size: 18px;

    font-weight: 700;

    text-transform: uppercase;

    padding-left: 14px;

    margin-bottom: 10px;

    border-left: 5px solid;

    border-bottom: 1px solid rgba(212,175,55,.20);

    padding-bottom: 8px;

}

.priority-2 {

    color: #ff5555;

    border-left-color: #ff5555;

}

.priority-1 {

    color: #ffb347;

    border-left-color: #ffb347;

}

.priority-0 {

    color: #b5b5b5;

    border-left-color: #888;

}

.recruitment-entry {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 8px 14px;

    margin-bottom: 8px;

    background: linear-gradient(180deg,#222831,#181d24);

    border: 1px solid rgba(212,175,55,.15);

    border-radius: 12px;

    transition: .2s ease;

}

.recruitment-entry:hover {

    transform: translateY(-2px);

    border-color: rgba(212,175,55,.45);

}

.recruitment-icon {

    width: 30px;

    height: 30px;

    border-radius: 8px;

    flex-shrink: 0;

}

.recruitment-info {

    display: flex 1;

    flex-direction: column;

}

.recruitment-class {

    font-size: 15px;

    font-weight: 700;

    color: #f5f5f5;

    margin-bottom: 4px;

}

.recruitment-specs-inline {

    margin-left: 14px;

    font-size: 14px;

    font-weight: 400;

    color: #9aa3ad;

}