/* Profile answers and Blog-card refinements kept separate for easy rollback. */

.memberProfile__cover {
    display: none !important;
}

.memberProfile__identity {
    align-items: center !important;
    grid-template-columns: 8.8rem minmax(0, 1fr) !important;
    padding: 2.2rem !important;
}

.memberProfile__picture {
    width: 8.8rem !important;
    height: 8.8rem !important;
    margin-top: 0 !important;
    border-width: .3rem !important;
}

.memberProfile__name {
    font-size: 1.9rem !important;
    line-height: 1.2 !important;
}

.memberProfile__intro {
    padding-top: 0 !important;
}

.userPanel__content .postFilters {
    min-width: 0;
    padding-inline: 0;
}

.userPanel__content .postFilters__form {
    padding: 2.2rem;
}

.userPanel__content .postFilters__inner {
    overflow: hidden;
}

.userPanel__content .newsroomFilteredList__text {
    margin-top: 1.6rem;
    padding-inline: 1.6rem;
    font-size: 2.5rem;
    line-height: 1.3;
}

.userPanel__content .newsroomFilteredList__items {
    gap: 1.2rem;
    margin-top: 1rem;
    padding: 0 1.6rem 1.6rem;
}

.userPanel .commentPreview--profileAnswer {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1.4rem;
    align-items: start;
    padding: 1.5rem 1.7rem;
    border-color: #dfe6eb;
    border-radius: 1.6rem;
    background: #fff;
    box-shadow: 0 .7rem 2.2rem rgb(24 49 68 / 6%);
    margin: 0 15px;
}

.userPanel .commentPreview--profileAnswer .commentPreview__picture {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border: .1rem solid #dce5ea;
    border-radius: 50%;
    background: #fff;
}

.userPanel .commentPreview--profileAnswer .commentPreview__img,
.postComments .singlePost__img {
    width: 100%;
    height: 100%;
    padding: .25rem;
    object-fit: contain !important;
    object-position: center;
    background: #fff;
}

.userPanel .commentPreview--profileAnswer .commentPreview__content {
    min-width: 0;
}

.userPanel .commentPreview--profileAnswer .commentPreview__head {
    gap: 1rem;
}

.userPanel .commentPreview--profileAnswer .commentPreview__name {
    font-size: 1.35rem;
}

.userPanel .commentPreview--profileAnswer .commentPreview__details {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.userPanel .commentPreview--profileAnswer .commentPreview__title {
    margin-top: .7rem;
    font-size: 1.65rem;
    line-height: 1.35;
}

.commentPreview__titleLink {
    color: #17212a;
    text-decoration: none;
}

.commentPreview__titleLink:hover,
.commentPreview__titleLink:focus-visible {
    color: #006db7;
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.userPanel .commentPreview--profileAnswer .commentPreview__text {
    margin-top: .55rem;
    color: #56636c;
}

.commentPreview__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    align-items: center;
    margin-top: 1rem;
}

.commentPreview__metric {
    display: inline-flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .45rem .9rem;
    border: .1rem solid #dce4e9;
    border-radius: 999px;
    background: #f7f9fa;
    color: #33414b;
    font: inherit;
    font-size: 1.15rem;
    text-decoration: none;
}

button.commentPreview__metric {
    cursor: pointer;
}

.commentPreview__metric .blogMetricIcon {
    width: 1.45rem;
    height: 1.45rem;
}

.profileAnswerLike--active,
.profileAnswerLike:hover,
.profileAnswerLike:focus-visible {
    border-color: #c5fa4a;
    background: #c5fa4a;
    color: #17212a;
}

.profileAnswerLike:disabled {
    cursor: wait;
    opacity: .65;
}

.commentPreview__replies:hover,
.commentPreview__replies:focus-visible {
    border-color: #006db7;
    color: #006db7;
}

.userPanel .commentPreview--profileAnswer .commentPreview__link {
    margin-inline-start: auto;
    padding: .55rem .9rem;
    border-radius: .7rem;
    background: #eef6fb;
    font-size: 1.05rem;
    text-decoration: none;
}

.userPanel__content .newsroomFilteredList__foot {
    display: none !important;
}

.profilePagination {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.4rem;
}

.profilePagination__button {
    display: grid;
    width: 3.8rem;
    height: 3.8rem;
    place-items: center;
    border: .1rem solid #c5fa4a;
    border-radius: .8rem;
    background: #fff;
    color: #17212a;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.profilePagination__button--current,
.profilePagination__button:hover,
.profilePagination__button:focus-visible {
    background: #c5fa4a;
}

.profilePagination__button:disabled {
    cursor: default;
    opacity: .4;
}

.blogTile--editorialRedesign {
    position: relative;
}

.blogTile--editorialRedesign .blogTile__details {
    position: static !important;
}

.blogTile--editorialRedesign .blogTile__open {
    order: 99;
    margin-inline-start: auto;
}

.blogTile--editorialRedesign .blogBookmarkButton {
    position: absolute;
    z-index: 5;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 4.5rem !important;
    height: 4.4rem !important;
    min-height: 4.4rem !important;
    border-radius: 0 !important;
    border-start-end-radius: 2.4rem !important;
    border-end-start-radius: 1.5rem !important;
    background: #c5fa4a !important;
    color: #17212a !important;
    box-shadow: 0 .5rem 1.4rem rgb(0 0 0 / 10%);
}

.blogTile--editorialRedesign .blogBookmarkButton:not(.blogBookmarkButton--active) svg {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.8;
}

@media (min-width: 1024px) {
    .memberProfile {
        position: sticky;
        top: 16rem;
        align-self: start;
    }

    .newsroomFilteredList--blog .newsroomFilteredList__side {
        max-height: none !important;
        overflow: visible !important;
        padding-inline-end: 0 !important;
        scrollbar-width: auto !important;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .newsroomFilteredList--blog .newsroomFilteredList__content {
        width: 65%;
    }

    .newsroomFilteredList--blog .newsroomFilteredList__side {
        width: 31%;
    }

    .newsroomFilteredList--blog .blogSidePanel__inner {
        gap: 1.5rem;
    }

    .newsroomFilteredList--blog .heading__subtitle {
        font-size: 2.4rem;
    }

    .newsroomFilteredList--blog .trendingPosts__item {
        min-height: 15rem;
    }

    .newsroomFilteredList--blog .trendingPosts__content {
        padding: 1rem;
    }

    .newsroomFilteredList--blog .trendingPosts__title {
        font-size: 1.35rem;
    }

    .newsroomFilteredList--blog .trendingPosts__text {
        display: none;
    }

    .newsroomFilteredList--blog .sliderNav--small .sliderNav__button {
        width: 3.8rem;
        height: 3.8rem;
    }

    .newsroomFilteredList--blog .popularTags__items {
        gap: .5rem;
    }

    .newsroomFilteredList--blog .popularTags__item {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .newsroomFilteredList--blog .blogTrendingCard__media img {
        height: 10rem;
    }

    .newsroomFilteredList--blog .blogTrendingCard__content {
        padding: 1.2rem;
    }

    .newsroomFilteredList--blog .blogTrendingCard h3 {
        font-size: 1.55rem;
    }

    .newsroomFilteredList--blog .blogTrendingCard p {
        -webkit-line-clamp: 2;
        font-size: 1.2rem;
    }
}

@media (max-width: 1023px) {
    .memberProfile {
        position: static;
    }

    .newsroomFilteredList--blog .newsroomFilteredList__side {
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .memberProfile__identity {
        grid-template-columns: 7.5rem minmax(0, 1fr) !important;
        padding: 1.6rem !important;
    }

    .memberProfile__picture {
        width: 7.5rem !important;
        height: 7.5rem !important;
    }

    .userPanel .commentPreview--profileAnswer {
        grid-template-columns: 4.4rem minmax(0, 1fr);
        gap: 1rem;
        padding: 1.2rem;
    }

    .userPanel .commentPreview--profileAnswer .commentPreview__picture {
        width: 4.4rem;
        height: 4.4rem;
    }

    .userPanel .commentPreview--profileAnswer .commentPreview__head {
        align-items: flex-start;
    }

    .userPanel .commentPreview--profileAnswer .commentPreview__details {
        justify-content: flex-start;
    }

    .userPanel__content .postFilters__form {
        padding: 1.5rem;
    }
}

/* Integrated bookmark tip: clear of the title, white at rest, brand blue when saved. */
.blogTile--editorialRedesign .blogTile__title {
    box-sizing: border-box;
    width: calc(100% - 5.8rem);
    max-width: calc(100% - 5.8rem);
    padding-inline-end: 0;
}

.blogTile--editorialRedesign .blogBookmarkButton {
    inset-block-start: 1rem;
    inset-inline-end: .8rem;
    border-radius: 1.2rem !important;
    background: #fff !important;
    color: #006db7 !important;
    box-shadow: 0 .8rem 1.8rem rgb(21 45 63 / 18%), inset 0 0 0 .1rem rgb(0 109 183 / 8%);
}

.blogTile--editorialRedesign .blogBookmarkButton:not(.blogBookmarkButton--active) svg {
    fill: transparent !important;
    stroke: currentColor !important;
    stroke-width: 1.8;
}

.blogTile--editorialRedesign .blogBookmarkButton.blogBookmarkButton--active {
    background: #006db7 !important;
    color: #fff !important;
}

.blogTile--editorialRedesign .blogBookmarkButton.blogBookmarkButton--active svg {
    fill: #fff !important;
    stroke: #fff !important;
}

.userPanel__content .profilePagination {
    padding: 0 0 1.6rem;
}

.userPanel__content .newsroomFilteredList__text {
    padding-inline: 0;
}

.userPanel__content .newsroomFilteredList__items {
    padding-inline: 0;
}

.userPanel__content .postFilters__select.input--search::before,
.userPanel__content .postFilters__select.input--search::after {
    display: none !important;
    content: none !important;
}



.userPanel__content .newsroomFilteredList__text {
    padding: 10px 40px;
    padding-inline: 10px 40px;
}

.userPanel .commentPreview--profileAnswer .commentPreview__side {
    min-width: 0;
    padding-inline: 10px 40px;
}
.blogFilteredList__item {
    width: 98%;
    margin: auto;
}
/* Member privacy and mentions */
.privacySettings__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem 0;
}
.privacySettings__field { display: grid; gap: .55rem; font-weight: 600; }
.privacySettings__field select {
    width: 100%;
    min-height: 3.25rem;
    padding: .65rem .9rem;
    border: 1px solid #d8dee5;
    border-radius: .75rem;
    background: #fff;
}
.privacySettings__footer { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.privacySettings__status { margin: 0; color: #006db6; }
.memberMentionSuggestions {
    position: absolute;
    z-index: 20;
    inset-inline: 0;
    top: calc(100% + .35rem);
    max-height: 14rem;
    overflow: auto;
    padding: .4rem;
    border: 1px solid #d8dee5;
    border-radius: .75rem;
    background: #fff;
    box-shadow: 0 .75rem 2rem rgba(17, 36, 61, .14);
}
.textarea:has(.memberMentionSuggestions) { position: relative; }
.memberMentionSuggestions__item {
    display: block;
    width: 100%;
    padding: .65rem .8rem;
    border: 0;
    border-radius: .5rem;
    background: transparent;
    text-align: start;
    cursor: pointer;
}
.memberMentionSuggestions__item:hover,
.memberMentionSuggestions__item:focus { background: #c2f849; }
.memberMentionLink,
.singlePost__name a { color: #006db6; text-decoration: none; font-weight: 700; }
.memberMentionLink:hover,
.singlePost__name a:hover { text-decoration: underline; }
@media (max-width: 700px) {
    .privacySettings__fields { grid-template-columns: 1fr; }
    .privacySettings__footer { align-items: stretch; flex-direction: column; }
}
/* Current profile, privacy, reply-composer and blog-sidebar refinements. */
.userPanel__content > div > .userPanel__label {
    display: none !important;
}

.userPanel__main {
    align-items: flex-start;
}

.privacySettings {
    box-sizing: border-box;
    padding: clamp(1.5rem, 3vw, 3rem) !important;
}

.privacySettings__fields {
    padding: 1.5rem !important;
    border: 1px solid #e1e7ec;
    border-radius: 1.2rem;
    background: #fff;
}

.notificationPreferences {
    display: grid;
    gap: 1rem;
    padding: clamp(1.25rem, 2vw, 2rem);
}

.notificationPreference {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem 1.4rem;
    border: 1px solid #e1e7ec;
    border-radius: 1rem;
    background: #fff;
}

.notificationPreference__channels {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.notificationPreferences__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0 clamp(1.25rem, 2vw, 2rem) clamp(1.25rem, 2vw, 2rem);
}

.commentThreadItem .postReply--inline {
    width: auto;
    margin: 1rem 0 0;
    padding: 1.2rem;
    border: 1px solid #dce5eb;
    border-radius: 1.2rem;
    background: #f7fafc;
    box-shadow: 0 .8rem 2.2rem rgb(20 50 72 / 9%);
}

.commentThreadItem .postReply--inline .postReply__head {
    margin-bottom: .8rem;
}

.commentThreadItem .postReply--inline .postReply__toggle {
    display: none !important;
}

.commentThreadItem .postReply--inline .textarea__textarea {
    min-height: 8rem;
    background: #fff;
}

.singlePost__picture,
.singlePost__img {
    overflow: hidden;
    border-radius: 50%;
}

.singlePost__img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    background: #fff;
}

.memberMentionSuggestions__item.is-active {
    background: #c2f849;
}

.newsroomFilteredList--blog .newsroomFilteredList__side {
    max-height: none !important;
    overflow: visible !important;
    scrollbar-width: none;
}

.newsroomFilteredList--blog .blogSidePanel__inner {
    gap: 1.2rem;
}

.newsroomFilteredList--blog .trendingPosts__post,
.newsroomFilteredList--blog .trendingPosts__item,
.newsroomFilteredList--blog .popularTags__item,
.newsroomFilteredList--blog .blogTrendingCard,
.newsroomFilteredList--blog .blogTrendingCard__media img {
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}

.newsroomFilteredList--blog .trendingPosts__item:hover {
    transform: translateY(-.25rem);
}

.newsroomFilteredList--blog .trendingPosts__item:hover .trendingPosts__post,
.newsroomFilteredList--blog .blogTrendingCard:hover {
    box-shadow: 0 1.2rem 2.8rem rgb(22 46 64 / 16%);
}



.newsroomFilteredList--blog .trendingPosts__post {
    position: relative;
    overflow: hidden;
}

.newsroomFilteredList--blog .trendingPosts__tagTip {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    inset-inline: 0 !important;
    width: 100% !important;
}

.newsroomFilteredList--blog .popularTags__item:hover,
.newsroomFilteredList--blog .popularTags__item:focus-visible,
.newsroomFilteredList--blog .popularTags__item[aria-pressed="true"] {
    transform: translateY(-.15rem);
    background: #c2f849;
    color: #15232e;
    box-shadow: 0 .5rem 1.2rem rgb(32 55 70 / 12%);
}

.newsroomFilteredList--blog .blogTrendingCard {
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.newsroomFilteredList--blog .blogTrendingCard__media {
    display: block;
    overflow: hidden;
}

.newsroomFilteredList--blog .blogTrendingCard h3 {
    color: inherit;
}

@media (min-width: 1024px) {
    .newsroomFilteredList--blog .newsroomFilteredList__content {
        width: 71% !important;
    }

    .newsroomFilteredList--blog .newsroomFilteredList__side {
        width: 26% !important;
    }

    .newsroomFilteredList--blog .heading__subtitle {
        font-size: clamp(1.8rem, 2.1vw, 2.6rem) !important;
        line-height: 1.05;
    }

    .newsroomFilteredList--blog .trendingPosts__item {
        min-height: 12rem !important;
    }

    .newsroomFilteredList--blog .trendingPosts__content {
        padding: .85rem !important;
    }

    .newsroomFilteredList--blog .trendingPosts__title {
        font-size: 1.15rem !important;
        line-height: 1.25;
    }

    .newsroomFilteredList--blog .blogTrendingCard__media img {
        height: clamp(8rem, 12vh, 11rem) !important;
    }

    .newsroomFilteredList--blog .blogTrendingCard__content {
        padding: 1rem !important;
    }

    .newsroomFilteredList--blog .blogTrendingCard h3 {
        font-size: 1.4rem !important;
        line-height: 1.15;
    }

    .newsroomFilteredList--blog .blogTrendingCard p {
        font-size: 1.05rem !important;
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 700px) {
    .notificationPreference {
        grid-template-columns: 1fr;
    }

    .notificationPreferences__footer {
        align-items: stretch;
        flex-direction: column;
    }
}
.notifications[data-notification-preferences] {
    box-sizing: border-box;
    padding: clamp(1.25rem, 2vw, 2rem);
}

.notifications[data-notification-preferences] .notification {
    gap: 1rem;
    align-items: center;
}

.notifications[data-notification-preferences] .notification__options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.newsroomFilteredList--blog .trendingPosts__items {
    margin-inline: 0 !important;
}

.newsroomFilteredList--blog .trendingPosts__wrapper {
    align-items: flex-start;
    gap: 0;
}

.newsroomFilteredList--blog .trendingPosts__item {
    box-sizing: border-box;
    flex: 0 0 50% !important;
    width: 50% !important;
    min-width: 50% !important;
    min-height: 0 !important;
    padding-inline: .7rem !important;
}

.newsroomFilteredList--blog .trendingPosts__item--tagged {
    position: relative;
    padding-top: 2.4rem !important;
}

.newsroomFilteredList--blog .trendingPosts__item .trendingPosts__post,
.newsroomFilteredList--blog .trendingPosts__item--tagged .trendingPosts__post {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    padding-top: 0;
}

.newsroomFilteredList--blog .trendingPosts__tagTip {
    top: 3px !important;
    z-index: 0 !important;
    inset-inline: 1rem !important;
    box-sizing: border-box;
    width: auto !important;
    height: 3rem;
    padding-inline: 0.3rem;
    border-radius: 1.4rem 1.4rem 0 0;
    color: #17212a;
    text-decoration: none;
    padding-top: 0;
}

.relatedBlogCard,
.relatedBlogCard__media img {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.relatedBlogCard:hover,
.relatedBlogCard:focus-within {
    transform: translateY(-.35rem);
    border-color: rgb(0 109 183 / 28%);
    box-shadow: 0 1.4rem 3rem rgb(22 46 64 / 15%);
}

.relatedBlogCard__media {
    display: block;
    overflow: hidden;
}

.relatedBlogCard:hover .relatedBlogCard__media img,
.relatedBlogCard:focus-within .relatedBlogCard__media img {
    transform: scale(1.045);
}

.singlePost__options .blogBookmarkButton.blogBookmarkButton--active {
    background: #006db7 !important;
    color: #fff !important;
    box-shadow: 0 .7rem 1.8rem rgb(0 109 183 / 28%);
}

.singlePost__options .blogBookmarkButton.blogBookmarkButton--active svg {
    fill: #fff !important;
    stroke: #fff !important;
}

@media (min-width: 1024px) {
    .userSettings__main {
        align-items: start;
        overflow: visible !important;
    }

    .userSettings__side {
        position: sticky !important;
        top: 10rem !important;
        z-index: 4;
        align-self: start !important;
        height: fit-content;
        border: .1rem solid #dfe6eb;
        border-radius: 2.4rem 0 0 2.4rem;
        box-shadow: 0 1.2rem 3rem rgb(25 50 69 / 7%);
    }

    .blogPost__main {
        align-items: flex-start;
    }

    .blogPost__related {
        position: sticky;
        top: 10rem;
        align-self: flex-start;
        height: fit-content;
    }
}
/* Clean member-mention preview and actionable own-like feedback. */
.memberMentionPreview {
    margin-top: .75rem;
    padding: .9rem 1rem;
    border: .1rem solid #d8e3ea;
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 .5rem 1.4rem rgb(18 47 67 / 6%);
}
.memberMentionPreview__label { display:block; margin-bottom:.4rem; color:#64737e; font-size:1.05rem; font-weight:700; text-transform:uppercase; }
.memberMentionPreview__content { min-height:2rem; color:#17212a; white-space:pre-wrap; overflow-wrap:anywhere; }
.hasActionNotice { position:relative; }
.actionNotice { position:absolute; z-index:40; top:calc(100% + .65rem); inset-inline-end:0; width:max-content; max-width:min(26rem,80vw); padding:.7rem .9rem; border-radius:.7rem; background:#17212a; color:#fff; box-shadow:0 .7rem 1.8rem rgb(0 0 0 / 18%); font-size:1.1rem; line-height:1.35; opacity:0; pointer-events:none; transform:translateY(-.35rem); transition:opacity .18s ease,transform .18s ease; }
.actionNotice::before { content:""; position:absolute; inset-block-end:100%; inset-inline-end:1.2rem; border:.5rem solid transparent; border-bottom-color:#17212a; }
.actionNotice--visible { opacity:1; transform:translateY(0); }
[data-blog-like-button][aria-disabled="true"], [data-comment-like][aria-disabled="true"], [data-answer-like][aria-disabled="true"] { cursor:not-allowed; }
.blogTile__detail[title="Views"] {
    display: none;
}

.blogMetric {
    display: none
}

.newsroomFilteredList--blog .popularTags__item[data-blog-filter-tag] {
    user-select: none;
}

.newsroomFilteredList--blog .trendingPosts__tagTip {
    display: none !important
}

.postDetails__tag[title="Likes"], .postDetails__tag[title="Views"] {
    display: none
}

.singlePost__options {
    display: none
}

.commentSort {
    display: none
}

.relatedBlogCard__meta {
    display: none
}

.newsroomFilteredList--blog .popularTags__item:hover, .newsroomFilteredList--blog .popularTags__item:focus-visible, .newsroomFilteredList--blog .popularTags__item[aria-pressed="true"] {
    transform: unset;
    background: #f3f3f3;
    color: #15232e;
    box-shadow: unset;
}

.newsroomFilteredList--blog .trendingPosts__item:hover {
    transform: none;
}

.relatedBlogCard:hover, .relatedBlogCard:focus-within {
    transform: unset;
    border-color: rgb(0 109 183 / 28%);
    box-shadow: unset;
}

.memberNotifications__button {
    display: none
}

.commentPreview__metrics {
    display: none
}

.newsroomFilteredList--blog .trendingPosts__item:hover .trendingPosts__post, .newsroomFilteredList--blog .blogTrendingCard:hover {
    box-shadow: unset;
}

.memberProfile__stats {
    display: none
}

.userPanel__content > div > .userPanel__label {
    display: block !important;
}

.blogTile:hover .blogTile__img {
    transform: unset
}

.blogTrendingCard__media img {
    display: none;
}

.newsroomFilteredList--blog .blogTrendingCard {
    box-shadow: none;
}

.blogTrendingCard {
    border-radius: 4px;
}

.relatedBlogCard__media {
    display: none;
}

.singlePost__profile a, .memberMentionLink, .singlePost__name a, .singlePost__picture, .singlePost__img {
    user-select: none;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.relatedBlogCard {
    border-radius: 4px;
}

.memberMentionPreview {
    display: none;
}

.live-sec .liveEventStatus__indicator {
    display: none;
}