.add_information {
    display: grid; /* Enable grid layout */
    grid-template-columns: repeat(3, 1fr); /* Three equal-width columns */
    gap: 10px; /* Optional: Spacing between grid items */
}
.grid-job-location.wed-show-grid{
    margin-top: 8px;
}
.list_job_detail .added_information{
    gap: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin-top: 0;
}
.title_container{
    padding-right: 15px;
}
.box_tuyengap {
    background-color: #f60000;
    color: #fff !important;
    padding: 4px 10px;
    height: 22px;
    line-height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 12px;    
    white-space: nowrap;
    background-color: #ffeaea;
    color: red !important;
    font-size: 14px !important;
    font-weight: 400;
    width: fit-content;
}
    .box_tuyengap{
        padding: .2rem .6rem;
        font-size: 1.2rem !important;
    }
    .jobs-info{
        padding: 5px;
    }
    .icon_wfh-job{
        top: 5px;
        left: 5px;
    }
    .title_container{
        padding-right: 0px !important;
    }
    .title_container .job_title_name{
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        width: auto;
        grid-template-columns: 1fr auto;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    
    .grid-job-location.wed-show-grid{
        margin-top: 0;
    }
    .list_job_detail .width-image-home .cp-container{
        height: auto;
    }
    .cp-container a{
        height: 100%;
    }
    .job_overflow.width_auto{
        padding-right: 0;
    }
    h2.title-jobs-home{
        margin: 0;
    }
    .grid-job .cp-tag{
        margin: 0 !important;
    }
    .apply_now {
        float: right;
        padding: 0;
        text-align: right;
        
    }
    .mobi_p10{
        padding: 0;
    }
    .list_job_detail .added_information{
        gap: 2px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
    }
    .added_information .added_detail_information{
        white-space: nowrap !important;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
      
    }
    .add_information .job_overflow {
        text-align: center; /* Optional: Center-align the content in each grid cell */
    }
    .grid-job > .grid-job-salary{
        padding-left: 0;
    }
    .job_tag_apply_container{
        margin-left: 0;
        margin-right: 0;
    }
    .list_small_job_container .image_home {
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 1rem;
        border: 1px solid var(--Border, #E5E7EB);
        min-width: unset;
    }
    .grid-job {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto;
        column-gap: .8rem;
        border: unset;
        margin: 0;
        padding: 0;
    }
    .grid-job>.grid-job-title{
        grid-column: span 1;
        padding-left: 0;
    }
    .apply_now .btn-save-detail{
        width: auto;
        font-size: 11px;
    }
    .title_container .job_title_name{
        font-size: 14px;
    }
    .added_information .added_detail_information{
        font-size: 12px;
    }
    .grid-job{
        border-radius: 0;
    }
    .job_overflow{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: grid;
        align-items: center;
        grid-template-columns: fit-content(100%) fit-content(100%) auto;
    }
    .grid-job-title .a-company{
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        color: var(--gray-500, #6B7280);
        /* text-xs/font-normal */
        font-family: Inter;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
    }
    .grid-job-title .a-company:hover{
        color: #F07E1D;
        list-style: unset;
    }
    .title_container .job_title_name{
        font-size: 12px;
    }
    .mobi-self-end{
        justify-self: end;
    }
    .list_small_job_container .jobs-deatails-tag{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .list_small_job_container .list-tag{
        display: flex;
        gap: .8rem;

    }
    .width-image-home{
        width: unset;
    }
    .job-title_container{
        display: grid;
        grid-template-columns: 1fr auto;
        gap: .4rem;
    }
    .title_container{
        color: var(--Text_primary, #333);
        /* text-sm/font-bold */
        font-family: Inter;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 21px */
        display: grid;
        grid-template-columns: auto 1fr;
        gap: .4rem;
    }
    .job-title-name{
        overflow-wrap: anywhere;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow-wrap: anywhere;
    }
    .job-title-name:hover{
        color: #F07E1D;
    }
    .jobs-detail-infomation{
    display: grid;
    gap: 1rem;
    align-items: center;
    grid-template-columns: repeat(3, fit-content(100%));
    }
    .jobs-detail-infomation .job_overflow {
        display: grid;
        gap: 2px;
        grid-template-columns: auto 1fr;
    }
    
    .jobs-detail-infomation .job_overflow.icon-hight-light{
        color: var(--Primary, #F07E1D);

        /* text-xs/font-bold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 18px */
    }
    .jobs-detail-infomation .job_overflow .added-detail-information{
        color: #000;

        /* text-xs/font-normal */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
    } 
    .jobs-detail-infomation .job_overflow .added-detail-information a{
         color: #000;

        /* text-xs/font-normal */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
    }
    .jobs-detail-infomation .job_overflow .added-detail-information a:hover{
        color: #F07E1D;
    }
    .jobs-detail-infomation .job_overflow .added-detail-information.hight-light-txt{
         color: var(--Primary, #F07E1D);

        /* text-xs/font-bold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 18px */
    }
    .btn-save-detail{
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 1.1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        text-shadow: unset;
    }
    .job_overflow{
        line-height: normal;
    }
    .jobs-info.grid-job{
        margin-bottom: .8rem;
    }
    .jobs-info:hover{
        box-shadow: unset;
    }
    .list_small_job_container .job_tuyengap{
    background-color: #fff;
    }
    .list_small_job_container .added_detail_information{
        color: #000;
        /* text-xs/font-normal */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
    }

    @media (max-width: 480px) {
        .add_information .job_overflow{
            justify-self: start;
        }
        .add_information .job_overflow.mobi-self-end{
            justify-self: end;
        }
        .grid-job>.grid-job-title{
            padding: 0 !important;
        }
        .article_content_section .list_small_job_container .image_home{
            width: 5.5rem !important;
            height: 5.5rem !important;
        }
    }

.list_job_detail .location-container {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    overflow: visible !important;
    position: relative;
}

.list_job_detail .location-container a {
    color: var(--text_primary, #333);
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.list_job_detail .location-container a:hover {
    color: #F07E1D;
    text-decoration: none;
}

.list_job_detail .more-items-btn,
.list_job_detail .workation-more-btn {
    padding: 6px !important;
    border-radius: 4px !important;
    background-color: #F4F5F5;
    cursor: pointer !important;
    border: 0px solid transparent !important;
    font-size: 12px !important;
    line-height: normal !important;
    margin: 0 !important;
    display: flex !important;
    color: #434242 !important;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: 28px;
    flex-shrink: 0;
    position: relative !important;
}

@media (min-width: 769px) {
    .list_job_detail .more-items-btn:hover,
    .list_job_detail .workation-more-btn:hover {
        background-color: var(--secondnary-color, #F07E1D) !important;
        color: var(--white, #FFF) !important;
    }
}

@media (max-width: 768px) {
    .list_job_detail .more-items-btn.active,
    .list_job_detail .workation-more-btn.active {
        background-color: var(--secondnary-color, #F07E1D) !important;
        color: var(--white, #FFF) !important;
    }
}

#popup-portal-container .hidden-items-popup,
#popup-portal-container .workation-popup {
    background-color: #F4F5F5;
    color: #333333;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    max-width: 200px;
    pointer-events: auto;
    z-index: 10;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#popup-portal-container .hidden-items-popup a,
#popup-portal-container .workation-popup a {
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: var(--text-primary, #333);
    font-weight: 500;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    transition: all 0.2s ease;
}

#popup-portal-container .hidden-items-popup a:hover,
#popup-portal-container .workation-popup a:hover {
    background-color: var(--secondnary-color, #F07E1D);
    color: var(--white, #FFF);
}

#popup-portal-container .hidden-items-popup .cp-tag {
    color: var(--text-primary, #333);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 12px;
    background-color: var(--gray-100, #F3F4F6);
    border-radius: 4px;
    display: block;
    margin: 0;
    transition: all 0.2s ease;
}

#popup-portal-container .hidden-items-popup .cp-tag:hover {
    background-color: var(--secondnary-color, #F07E1D);
    color: var(--white, #FFF);
}

#popup-portal-container .hidden-items-popup *,
#popup-portal-container .workation-popup * {
    pointer-events: auto;
}

.list_job_detail .job_overflow {
    overflow: visible !important;
}

.list_job_detail .list-tag {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.list_job_detail .jobs-detail-infomation {
    display: grid;
    gap: 1rem;
    align-items: center;
    grid-template-columns: repeat(3, fit-content(100%));
}

.list_job_detail .jobs-detail-infomation .job_overflow {
    display: grid;
    gap: 2px;
    grid-template-columns: auto 1fr;
    align-items: center;
}

/* Mobile responsive */
@media only screen and (max-width: 480px) {
    .list_job_detail .location-container {
        overflow: visible !important;
        position: relative;
        max-width: 100%;
    }
    
    .list_job_detail .location-container a {
        max-width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .list_job_detail .more-items-btn,
    .list_job_detail .workation-more-btn {
        width: 28px;
        flex-shrink: 0;
    }
    
    #popup-portal-container .hidden-items-popup,
    #popup-portal-container .workation-popup {
        min-width: 120px;
        max-width: 180px;
    }
    
    .list_job_detail .jobs-deatails-tag .list-tag .cp-tag {
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 120px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 400px) {
    .list_job_detail .location-container a {
        max-width: 50px;
    }
    
    .list_job_detail .more-items-btn,
    .list_job_detail .workation-more-btn {
        width: 24px;
        font-size: 11px !important;
        padding: 4px !important;
    }
}

@media only screen and (max-width: 370px) {
    .list_job_detail .location-container a {
        max-width: 40px;
    }
}