.bannerDiv {
    border-radius: 4px;
    padding: 30px;
    margin: 20px 0;
    margin-top: 16px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
}

.bannerDiv h1 {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    text-align: left;
    color: #282828;
}

.bannerDiv .metaDescription {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.73;
    letter-spacing: .3px;
    text-align: left;
    color: #787878;
    margin: 20px 0;
    padding-left: 10px;
    border-left: 2px solid #787878;
}

.authorInfoAndTranslateBtn {
    display: flex;
    justify-content: space-between;
}

.authorInfoAndTranslateBtn .updated-info.row {
    margin-top: 0;
}

.updated-info.row {
    margin: 0;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}

.updated-info.row img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.updatedBy {
    padding-right: 5px;
}

.bannerDiv .updated-info.row .authorAndDate {
    display: flex;
    flex-wrap: wrap;
}

.bannerDiv .col-md-6 {
    padding: 0;
    display: flex;
    justify-content: end;
}

.updated-info .authorAndDate .authorName {
    display: inline-block !important;
    vertical-align: middle;
    padding-left: 0px !important;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    text-align: left;
    color: #282828 !important;
}

.verifiedBlueTickIcon {
    background: url(/yas/images/master_sprite.webp);
    width: 16px;
    height: 16px;
    background-position: -673px -557px;
    vertical-align: text-top;
    transform: scale(.65);
}

.bannerDiv .updated-info.row .authorAndDate p {
    flex-basis: 100%;
    font-size: 12px;
}


.bannerImg {
    border-radius: 4px;
    margin-top: 20px;
    overflow: hidden;
    max-height: 400px;
}

.headerCTAPair.topCta {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    display: flex;
}

.headerCTAPair.topCta button {
    max-width: 210px;
    min-width: 210px;
}

.headerCTAPair button:last-child {
    background-color: #0966c2;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.newredIcon .addDownloadIcon,
.whiteDownloadIcon, .redDownloadIcon {
    background-position: 535px -364px !important;
}

.headerCTAPair button:first-child {
    border: solid 3px #ff4e53;
    background-color: transparent;
    margin-right: 5px;
    color: #ff4e53;
}

.headerCTAPair button {
    flex: 1;
    border-radius: 4px;
    height: auto;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 5px 10px;
}

.figureCaption {
    text-align: center;
    display: block;
    padding-top: 5px;
    font-size: 14px;
}

.articleInfo {
    box-shadow: none;
    background: var(--color-white);
    border: var(--border-line);
    overflow-wrap: break-word;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.articleInfo h2 {
    padding: 8px 20px;
    line-height: 28px;
    font-size: 18px;
    font-weight: var(--font-bold);
    color: var(--primary-font-color);
    background: #f5f5f5;
    margin-bottom: 20px;
}

.articleInfo p,
.articleInfo div {
    font-size: 15px;
    color: var(--primary-font-color);
    line-height: 26px;
    padding-bottom: 10px;
}

.articleInfo .table-responsive {
    margin-bottom: 0 !important;
}

.shareSection {
    padding: 20px;
    margin-bottom: 20px;
    border: var(--border-line);
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px;
}

.shareSection div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shareSection div p {
    margin: 6px 10px 6px 0;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: .3px;
    text-align: left;
    color: #282828;
}


.shareIcon {
    width: 36px;
    height: 36px;
}

.shareSection a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.shareSection a p {
    margin: 6px 10px 6px 0;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: .3px;
    text-align: left;
    color: #282828;
}

.whatsappIcon {
    background: url(/yas/images/WhatsApp.webp) no-repeat;
    background-size: cover;
}

.gmailIcon {
    background: url(/yas/images/Gmail.webp) no-repeat;
    cursor: pointer;
    background-size: cover;
}

.bigTwitterIcon {
    background: url(/yas/images/Twitter.webp) no-repeat !important;
    background-size: cover !important;
}

.copyClipboardIcon {
    background: url(/yas/images/Copy-clipboard.webp) no-repeat !important;
    cursor: pointer;
    background-size: cover !important;
}

.googleNewsIcon {
    background: url(/yas/images/Google-news.webp) no-repeat !important;
    background-size: cover !important;
}

.shareSection a p span {
    color: #3d8ff2;
}

.nextStorySection .nextStoryHeading:hover {
    text-decoration: underline;
    color: #3d8ff2;
    cursor: pointer;
}

.nextStorySection .nextStoryHeading {
    line-height: 38px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #333333;
}

.fweight-500 {
    font-weight: 500;
}

.nextStorySection p {
    font-size: 15px;
    line-height: 28px;
}

.getSupport button:last-child {
    border:3px solid #ff4e53;
    background-color: transparent;
    color:#ff4e53;
}

.nextStorySection .textDiv {
    flex-basis: calc(100% - 140px);
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.lead-cta {
    display: contents;
}

.nextStorySection .imgDiv {
    flex-basis: 120px;
}

.nextStorySection {
    padding: 20px;
    margin-bottom: 20px;
    border: var(--border-line);
    background: var(--color-white);
}

.nextStorySection .row {
    margin: 0;
    align-items: center;
}

.nextStorySection .imgDiv {
    flex-basis: 120px;
    margin-right: 20px;
}

.nextStorySection .imgDiv img {
    border-radius: 4px;
    width: 100%;
    height: 95px;
    display: block;
}

.commentSection {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: var(--border-line);
}

.commentSection h2 {
    color: var(--primary-font-color);
    padding: 10px 24px;
    font-size: 18px;
    line-height: 24px;
    background: #f5f5f5;
    font-weight: var(--font-semibold);
    margin-bottom: 20px;
}

figure {
    margin: 0;
}

.nextStorySection .nextStoryHeading {
    line-height: 38px;
    padding-bottom: 10px;
    font-weight: 500;
    color: var(--primary-font-color);
}





@media (max-width: 1023px) {
    .authorInfoAndTranslateBtn {
        flex-wrap: wrap;
        gap: 10px;
    }

    .bannerDiv .updated-info.row {
        flex-wrap: nowrap;
    }

    .bannerDiv .updated-info.row .authorAndDate p {
        padding-left: 0;
    }

    .fweight-500 {
        padding-bottom: 10px;
    }

    .nextStorySection .textDiv {
        flex-basis: calc(100% - 133px);
    }

    .nextStorySection .nextStoryHeading {
        line-height: 24px;
        padding: 0;
    }

    .nextStorySection .row {
        padding-bottom: 10px;
    }

    .nextStorySection .imgDiv {
        margin-right: 13px;
    }

    .nextStorySection {
        contain-intrinsic-size: auto 165px;
    }

    .container {
        padding: 0 10px;
    }

    .row {
        margin: 0 -10px;
    }

    .headerCTAPair.topCta button {
        max-width: 50%;
        min-width: 50%;
        flex-basis: 50%;
        width: 50%;
    }

    .bannerDiv {
        padding: 14px;
        margin-top: -157px;
    }

    .bannerDiv .col-md-6 {
        display: unset;
    }

    .bannerDiv .updated-info.row {
        flex-wrap: nowrap;
    }
}