@media screen and (max-width: 1023.98px) {
    .article-list.style-1,.article-list.style-2 {--f-columns: 1;}
    .article-list.style-1>* {
        flex-wrap: wrap;
    }
    .article-list.style-1 .item-logo {
        width: 100%;
        height: 180px;
        margin-bottom: 15px;
    }
    .article-list.style-1 .item-content {
        margin-left: 0;
    }
    .article-nav-buttons {
        top:25px;
    }
    .user-items {--f-columns: 1;}
    .form-wrap {
        flex-wrap: wrap;
        margin-left: 0;
    }
    
    .form-wrap > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .artilce-detail-meta {
        --f-columns: 1;
      
        font-size: 14px;
    }
    /* .artilce-detail-breadcrumb > ul {
        display: block;
    } */
    .section-footer .section-content > .row > *:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .section-footer .section-content > .row > *:last-child .row > *:not(:last-child) {
        margin-bottom: 30px;
    }
    #uv-items .user-thumbnail {
        width: 40%;
    }
    .rrt-popup {
        padding:10px;
    }
    .rrt-popup-inner {
        overflow-y: scroll;
        max-height: 100%;
    }
    #uploadFormApply {
        --f-columns:1;
    }
    .company-list-s2 ,  .page-uv-page  #uv-items{
        --f-columns: 1;
    }
    .close-popup {
        color: #333;
        right: -34px;
        z-index: 999;
        top: 3px;
        font-size: 24px;
    }
    .cv-thumbnail {
        position: unset;
        transform: unset;
        left: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        margin-top: -45px;
    }
    
    .cv-info-top {
        padding: 15px;
    }
    
   
    
    .cv-title {
        text-align: center;
    }
    .cv-info-detail {
        --f-columns: 1;
    }
}
