.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;
}

@media (max-width: 480px) {
    .box_tuyengap{
        padding: 2px 10px;
        font-size: 12px !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;
    }
    .image_list_job {
        height: 100% !important;
        margin: 0;
        max-height: 64px;
    }
    .list_job_detail .width-image-home .cp-container{
        height: auto;
    }
    .cp-container a{
        height: 100%;
    }
    .job_overflow.width_auto{
        padding-right: 0;
    }
    .job_overflow{
        display: grid;
        grid-template-columns: 1fr auto auto;
    }
    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;
    }
}