    .ugc_article_section {
        padding-top: 20px;
        position: relative;
    }
    .ugc_article_section .ugc_article_title {
        font-size: 18px;
    }
    .ugc_article_section .scroll-container {
        overflow: hidden;
        padding: 16px 0px 0px;
        position: relative;
        width: 100%;
        white-space: nowrap;
    }
    .ugc_article_section .cards-wrapper {
        display: inline-block;
        padding: 0;
    }
    .ugc_article_section .travel-card {
        position: relative;
        display: inline-block;
        margin-right: 16px;
        width: 312px;
        background: white;
        border-radius: 10px;
        border-color: #efefef;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        cursor: pointer;
    }
    .ugc_article_section .card-content {
        padding: 16px 16px 12px 16px;
        height: 162px;
    }
    .ugc_article_section .author {
        display: flex;
        margin-bottom: 12px;
    }
    .ugc_article_section .avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        margin-right: 8px;
    }
    .ugc_article_section .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ugc_article_section .author-name {
        font-size: 15px;
        height: 20px;
        overflow: hidden;
    }
    
    .ugc_article_section .post-meta {
        font-size: 12px;
        color: #00c891;
        display: flex;
        gap: 6px;
        align-items: center;
        padding: 2px 0px;
    }
    .ugc_article_section .post-meta img {
        width: 14px;
        height: 14px;
    }
    .ugc_article_section .date {
        color: #a2a2a2;
    }
    .ugc_article_section .separate {
        color: #a2a2a2;
    }
    .ugc_article_section .post-location {
        font-size: 12px;
        color: #e47148;
        display: flex;
        gap: 6px;
        align-items: center;
        height: 16px;
    }
    .ugc_article_section .post-location img {
        width: 6.5px;
        height: 12x;
    }
    .ugc_article_section .card-title {
        font-size: 14px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 5px;
        height: auto;
        overflow: hidden;
        min-height: auto;
    }
    .ugc_article_section .card-desc {
        font-size: 14px;
        color: #505050;
        line-height: 20px;
        margin-bottom: 2px;
        overflow: hidden;
        height: 20px;
    }
    .ugc_article_section .read-more {
        font-size: 13px;
        color: #999999;
        line-height: 20px;
    }
    .ugc_article_section .thumb-scroll-container {
        /* overflow-x: auto; */
        overflow: hidden;
        white-space: nowrap;
        padding: 0 0 16px 16px;
        height: 130px;
    }
    .ugc_article_section .thumb-scroll-container img {
        width: 114px;
        display: inline-block;
        height: 114px;
        border-radius: 6px;
        overflow: hidden;
        margin-right: 4px;
        object-fit: cover;
    }
    .ugc_article_section .thumb-scroll-container::-webkit-scrollbar {
        display: none;
    }