.shine-content .features-job {
    cursor: alias !important;
    pointer-events: none;
    border: none;
    box-shadow: 0 0 6px rgb(0 0 0 / 0.2);
}
.shine-content .features-job .job-footer-left {
    border-bottom: none;
}
.shine-content .features-job .job-archive-header span.icon-heart,
.shine-content .features-job.style-3 .group-btn span.icon-heart {
    border: none;
}
.shine-content .features-job.style-3 .group-btn button {
    background-color: #f6f7f8;
}
.shine-content .inner-box .box-content h3,
.shine-content .inner-box .box-content ul {
    margin-top: 2px;
}
.list-group-item.shine {
    margin-bottom: 4px !important;
}
.shine {
    color: transparent !important;
    user-select: none;
    background: #f6f7f8 !important;
    background-image: linear-gradient(
        to right,
        #f6f7f8 0%,
        #edeef1 20%,
        #f6f7f8 40%,
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

.star-rating span.shine {
    margin-right: 5px;
}

.tag.shine:hover {
    color: #f6f7f8 !important;
    background-color: #f6f7f8 !important;
}

.search-for-pros-section .audio-btn.shine {
    width: 100% !important;
}

.search-for-pros-section .cover-image.shine {
    width: 100%;
    height: 100px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-for-pros-section .btn.shine:focus {
    box-shadow: none !important;
}

.search-for-pros-section .btn.shine {
    border: none;
    background: none;
    color: #f6f7f8 !important;
    background-color: #f6f7f8 !important;
}

.search-for-pros-section .icon-heart.shine {
    border: none;
}

span.shine.profile-img {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 5px;
}

button.shine {
    cursor: default !important;
}

.action-btns button {
    width: 49%;
}

a.shine {
    cursor: default !important;
}

.grid-view .features-job .job-cover-sec span.cover-img.shine {
    height: 110px;
    width: 100%;
}

a.shine:hover,
.wd-thum-career .career-tag li a.shine:hover {
    background-color: #f6f7f8;
}

.job-archive-footer .shine.audio-btn {
    width: 100%;
}

.shine-content .btn {
    background-color: #f6f7f8;
    border-color: #f6f7f8;
}

.shine-content .job-archive-footer {
    display: flex;
    flex-direction: column;
    border: none;
}

.shine-content .job-archive-footer .action-btns {
    padding-top: 5px;
    display: flex;
    gap: 10px;
    width: 100%;
}

.shine-content .job-content-sec .career-header-left {
    align-items: start;
}

a.btn.btn-sm.favorites-icon.like-btn.mobile-icon-btn.shine {
    height: 30px;
    border-radius: 0!important;
    width: 30px;
}

.shine-content .features-job .job-archive-header {
    padding: 0px 0px 25px!important;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
