.resource-hub-article-container article{
    margin: auto;
    padding-top: 32px;
    padding-bottom: 140px;
}


header{
    background: #000 !important;
}

article{
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    color: #1A1A1A;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 108px;
}

h2{
    margin-bottom: 32px;
}

.youtube-video{
    width: 100%;
}

.youtube-video img{
    width: 100%;
}

picture img{
    max-width: 100%;
}

article .video-box{
    width: 100%;
    aspect-ratio: 16/9;
}

.video-box .youtube-video{
    width: 100%;
    height: 100%;
}

.order-list {
    padding-left: 20px;
}

.order-list li{
    position: relative;
    /* padding-left: 8px; */
}

.order-list li + li {
    margin-top: 16px;
}

.order-list li::before{
    position: absolute;
    left: -20px;
    top: 3px;
}

nav.breadcrumb ol li a {
    color: rgba(26, 26, 26, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

article h1{
    margin-top: 40px;
}


article .dividing-line{
  height: 1px;
  background: rgba(0, 0, 0, 0.20);
  margin: 40px 0 28px 0;
}

.val,.field{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.field{
    color: rgba(26, 26, 26, 0.50);
}

.val{
    color: #1A1A1A;
}

.article-intro {
    margin-bottom: 36px;
}

.article-intro img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 11px;
}

.diving-line{
    margin: 0 16px;
    color: rgba(0, 0, 0, 0.20);
}

picture {
    display: block;
    width: 100%;
    text-align: center;
}

article .article-img{
    max-width: 100%;
    /* height: 540px; */
    margin-bottom: 32px;
}

article p{
    color: #1A1A1A;
    margin-bottom: 32px;
}

article a {
    color: #0059FF;
}

article a:hover{
    color: #FF00FF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.info-box{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: #E6FFFF;
    width: inherit;
    padding: 24px;
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-bottom: 32px;
}

.info-box.tag-arrow-dot{
    padding-left: 50px !important;
}

.info-box.underline{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.info-box.warning{
    border: 2px dashed #EAFF09;
    background: #FDFFE7;
}

.info-box.primary{
    border-radius: 16px;
    border: 2px solid #00F7FF;
    background: #E6FFFF;
}

.info-box.primary li::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    margin: auto 0;
    margin-top: 8px;
    background: #1A1A1A;
    border-radius: 100%;
}

/* .info-box li{
    display: flex;
    gap: 6px;
} */

.info-box li h4{
    cursor: default;
}

.tip-b .title span{
    color: #1A1A1A;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
}

.tag-arrow-dot li::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('https://images.ggassist.ai/ggassist/assets/common/post-arrow-right.png') no-repeat center;
    background-size: 16px 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.info-box li.level-2{
    margin-left: 24px;
}

.info-box.underline li a:hover{
    color: #0059FF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration-color: #0059FF; 
}

.info-box li.hot::after{
    display: inline-block;
    width: 36px;
    content: 'HOT';
    color: #1A1A1A;
    background: #FF80FF;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    line-height: normal;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-left: 8px;
}

.info-box li.new::after{
    display: inline-block;
    width: 38px;
    content: 'NEW';
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-left: 8px;
    line-height: normal;
    background: #00F7FF;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background-position: left 0 top 5px;
}

.info-box.order-list li a {
    color: inherit;
}

article h3::before{
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 24px;
    margin-right: 8px;
    background: rgba(255, 0, 255, 0.50);
}

article h3{
    margin-bottom: 32px;
    
}

article .tips-b{
    margin-bottom: 32px;
}

article .tips-b li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    flex: none;
    margin-top: 10px;
    margin-right: 8px;
    background: #FF00FF80;
    border-radius: 100%;
}

article .tips-b li{
    display: flex;
    line-height: 26px;
    cursor: default;
}
article .tips-b li + li{
    margin-top: 16px;
}

article .tips-b li span{
    display: inline-block;
}

.download-btn{
    display: inline-flex;
    width: 260px;
    height: 70px;
    gap: 18px;
    flex-shrink: 0;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    padding: 0;
}

.download-btn.blue{
    background: #00F7FF;
    color: #1A1A1A;
    /* margin-top: 12px; */
}

.download-btn.black{
    background: #1A1A1A;
    color: #FFF;
}

.download-btn strong{
    font-size: 18px;
}

.download-btn div {
   text-align: left;
}

.download-btn .dowload-icon{
    width: 32px;
    height: 32px;
}

article .steps-list{
    
}

article .steps-list li .steps-list-title{
    display: flex;

    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
}

article .steps-list li .steps-list-title span{
    word-break: break-all;
}

article .steps-list li .steps-list-title span:first-child {
    background: #eaff09;
    white-space: nowrap;
    height: 24px;
    margin-right: 14px;
}

.info-box.error{
    border: 2px solid rgba(255, 0, 255, 0.50);
    background: #FFF2FF;
}

.order-list li.corret {
    padding-left: 8px;
}

.order-list  li.corret::before{
    height: 17px;
    width: 20px;
    margin-top: 0;
    background: url('https://images.ggassist.ai/ggassist/assets/common/correct-black-icon.png') no-repeat !important;
}

.order-list li.error{
    padding-left: 8px;
}

li.error::before{
    content: '';
    display: inline-block;
    height: inherit;
    width: 20px;
    height: 17px;
    margin: auto 0;
    margin-right: 8px;
    background: url('https://images.ggassist.ai/ggassist/assets/common/error-black-icon.png') no-repeat !important;
}

.ggassist-player{
    width: 100%;
    /* height: 540px; */
    background-color: #1A1A1A;
}

.info-box.info{
    border: 1px solid #E0E0E0;
    background: #F6F6F6;
}

.info-box.info li + li{
    margin-top: 16px;
}

.info-box.info strong {
    font-size: 24px;
}

li.ls-item-tag::before, .info-box.info li::before{
    content: '';
    display: inline-block;
    height: inherit;
    width: 20px;
    height: 17px;
    margin: auto 0;
    margin-right: 8px;
    background: url(https://images.ggassist.ai/ggassist/assets/common/features-right-tag.png) no-repeat !important;
}

li.ls-item-tag + .ls-item-tag {
    margin-top: 16px;
}

.compare-prod-tb{
    position: relative;
    overflow-x: auto;
    text-align: center;
    color: #1A1A1A;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.compare-prod-tb table{
    width: 960px;
}

.compare-prod-tb tr th{
    width: 200px;
}

.compare-prod-tb tr th:first-child{
    width: 360px;
}

.compare-prod-tb tr{
    height: 56px;
}

.compare-prod-tb tr td div[data-stars] img{
    margin: 2px;
}

.compare-prod-tb tbody tr{
    border-radius: 16px;
}

.compare-prod-tb tbody tr:nth-child(odd){
    background: #E6FFFF;
}

.compare-prod-tb thead{
    font-size: 18px;
}

.compare-prod-tb tr th[active-col] {
    background: #00F7FF;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.active-col-cover{
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 16px;
    border: 2px solid #00F7FF;
    background: transparent;
}
    
.share-link-b{
    z-index: 999;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}

.share-link-b img{
    background: #000;
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.bottom-banner{
    position: fixed;
    bottom: 0;
    
    z-index: 99;
    
    background: linear-gradient(90deg, #CF6 0%, #7FDACF 50%, #5AB2E2 100%);
    height: 80px;
    width: 100%;
    color: #070B1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
}

.bottom-banner .container-bg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100%;
}

.bottom-banner img {
    margin-right: 16px;
    width: 48px;
    height: 48px;
}

.button-text-b{
    height: 56px;
    width: 228px;
}

.button-text-b {
    position: relative;
    color: #EAFF09;
    transition: all 0.5s ease;
    cursor: pointer;
}

.button-text-b:hover{
    color: #fff
}

.button-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
    color: #070B1C;
    text-align: center;
}

.close-btn{
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.article-intro img{
    vertical-align: top;
}
.article-intro br{
    display: none;
}
.article-intro .author-info{
    display: inline-block;
    vertical-align: middle;
}

.download-btn-b{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}


@media (max-width: 500px) {
    .resource-hub-article-container article{
        padding-top: 16px;
        padding-bottom: 64px;
    }
    article{
        padding: 0 20px;
        padding-top: 16px;
    }
    .share-link-b{
        display: none;
    }
    .bottom-banner{
        display: none;
    }
    .article-intro br{
        display: unset;
    }
    .article-intro .author-info{
        vertical-align: bottom;
    }
    .download-btn-b{
        justify-content: center;
    }
    h2 .sort-num{
        margin-bottom: 0;
        min-width: 36px;
        height: 36px;
    }
    footer{
        border-top: none;
    }
}