#detailsjob-page .cp_auto_link {
    margin-left: 0;
    margin-right: 0;
}

.cp_auto_link .title-linehead {
    position: relative;
    padding: 0;
    border-bottom: 1px transparent solid;
    font-weight: 700;
    font-size: 15px;
    margin-top: 7px;
    text-transform: uppercase;
    margin: 0px 0 15px 0;
}

.cp_auto_link .title-linehead a {
    color: #333;
    color: var(--Text_primary, #333);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.cp_auto_link .title-linehead a:hover {
    color: #f07e1d;
}

.cp_auto_link .tags {
    margin: 0 !important;
    border-radius: 1rem;
    background: #F8FBFF;
    padding: 1.6rem;
    display: grid;
    gap: 1rem;
}

.cp_auto_link .tag {
    margin: 0 !important;
    overflow: hidden;

    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    /* height: 33.8px; */
    -webkit-line-clamp: 1;
    display: -webkit-box
}

.cp_auto_link .listtag .tags li {}

.cp_auto_link .listtag .tags li {
    float: left;
    width: 100%;
    height: 26px;
}

.cp_auto_link .tag:hover {
    color: #f07e1d !important;
    background-color: transparent !important;
}

.cp_auto_link .tag {
    margin-right: 0;
}

.fixed_wfh .wfh_wrapper {
    margin-bottom: 0;
}

.fixed_wfh {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

a.filterbar_wfh {}

.listtag .tags li a {
    color: #000;
    height: auto;
    line-height: 150%;
    padding: 0 !important;
    font-family: 'Inter';
    width: 100%;
    background-color: transparent;
}

.cp_auto_link .listtag .tags li {
    height: fit-content;
    line-height: normal;
}

.row.listtag .col-md-4 {
    padding: 0;
}

.row.listtag {
    display: flex;
    gap: 16px;
}



@media screen and (max-width: 480px) {
    .cp_auto_link .content_tags{
        padding: 1.6rem;
        background: #F8FBFF;
        border-radius: 1rem;
        padding-right: 0;
    }
    .cp_auto_link .tags {
        height: 184px;
        overflow-y: scroll;
        border-radius: unset;
        padding: 0;
    }


    .cp_auto_link .title-linehead.get_auto_link+.tags {
        display: grid;
        grid-template-columns: 1fr;
    }

    .row.listtag {
        flex-direction: column;
        margin: 0;
    }

    .cp_auto_link .title-linehead.get_auto_link+.tags li {
        width: max-content;
    }

    .cp_auto_link .listtag .tags a {
        background: none;
        border: unset;
    }

    .cp_auto_link .title-linehead.get_auto_link+.tags a {
        padding: 0 !important;
        height: unset;
        line-height: normal;
        font-size: 12px;
        color: #333;
    }

    #detailsjob-page .cp_auto_link .listtag {
        margin: 0;
    }

    .row_breadcrumb {
        margin: 0;
    }

    .cp_auto_link .title-linehead {
        margin-bottom: 12px;
    }
}