.job-list-resume-tips .guide-card,
.job-list-resume-tips .login-guide {
    display: block;
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: url( nwe-login-guide.webp) no-repeat left top / 100% 100%;
}

.job-list-resume-tips .guide-card > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-list-resume-tips .login-success {
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    margin-bottom: 20px;
    background: url(../assets/common/ls-bg.webp) no-repeat bottom center / 100% auto, rgb(231, 243, 254);
}

.job-list-resume-tips .login-success .ls-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    background: linear-gradient(90deg, #5f62f7 0%, #58b0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job-list-resume-tips .login-success .ls-subtitle {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 8px;
}

.job-list-resume-tips .login-success .ls-card {
    display: block;
    padding: 10px 13px 13px 13px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    text-decoration: none;
    color: #333333;
}

.job-list-resume-tips .login-success .ls-card + .ls-card {
    margin-top: 10px;
}

.job-list-resume-tips .login-success .ls-name {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.job-list-resume-tips .login-success .ls-vip .ls-name-text {
    display: flex;
    align-items: center;
}

.job-list-resume-tips .login-success .ls-name-text {
    min-width: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-list-resume-tips .login-success .ls-icon {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 4px;
    object-fit: contain;
}

.job-list-resume-tips .login-success .ls-vip-icon {
    display: block;
    width: 34px;
    height: 13px;
    margin-top: 2px;
    margin-left: 3px;
}

.job-list-resume-tips .login-success .ls-badge {
    flex-shrink: 0;
    padding: 0 4px;
    height: 16px;
    margin-left: 4px;
    line-height: 16px;
    background: #fff3e0;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 10px;
    color: #ffa000;
}

.job-list-resume-tips .login-success .ls-desc {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-list-resume-tips .login-success .ls-btn {
    display: inline-block;
    flex-shrink: 0;
    width: 66px;
    height: 24px;
    margin-left: auto;
    background: linear-gradient(90deg, #5f62f7, #58b0ff);
    border-radius: 12px;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}
