
.linkedin-news h6 {
    margin-top: 1em;
}

.linkedin-news a:after {
    border-bottom: none !important;
}

.linkedin-news img.link-icon {
    display: none;
    width: 0;
    height: 0;
}

.linkedin-news .masonry-grid {
    margin: 1.5rem 0 1rem 0;
}
.linkedin-news .masonry-grid .post-item {
    margin-bottom: 30px;
}





@media only screen and (min-width: 768px) {

    .linkedin-news .profile-header .profile-header-info {
        margin-top: 1rem;
        gap: 0;
    }
    .linkedin-news .profile-header .profile-header-details {
        justify-content: flex-start;
    }

    .linkedin-news .masonry-grid .post-item {
        float: left;
        width: 40%;
    }

}

.linkedin-news .profile-header {
    display: flex;
    flex-direction: row;
}

.linkedin-news .profile-header .profile-header-pic {
    margin-right: 10px;
    width: 140px !important;
    height: 112px;
}
.linkedin-news .profile-header-pic>img {
    width: 140px !important;
    height: 112px;
}

.linkedin-news .profile-header .profile-header-info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0 1em;
}
.linkedin-news .profile-header .profile-header-fullname {
    line-height: normal;
}
.linkedin-news .profile-header .profile-header-fullname>a {
    text-decoration: none;
    font-weight: bold;
    color: #3480DCFF;
    font-size: 25px;
}

.linkedin-news .profile-header .profile-header-info p {
    margin: 0;
    line-height: normal;
}

.linkedin-news .masonry-grid .post-item {
    padding: 20px;
    background-color: #fff;
}
.linkedin-news .masonry-grid .post-item {
    box-shadow: 0 4px 14px 0 rgba(67, 89, 124, 0.14);
    -webkit-box-shadow: 0 4px 14px 0 rgba(67, 89, 124, 0.14);
    border-radius: 4px;
}



.linkedin-news .masonry-grid .post-item .post-header {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5em;
}

.linkedin-news .masonry-grid .post-body fieldset {
    all: unset;
    width: 100%;
}

.linkedin-news .masonry-grid .post-item .post-header .post-userpic {
    height: 64px;
    width: 78px;
    flex-shrink: 0;
}
.linkedin-news .masonry-grid .post-item .post-header.reposted .post-userpic {
    height: 24px;
    width: 30px;
}


.linkedin-news .masonry-grid .post-item .post-userpic>img,
.linkedin-news .masonry-grid .post-item .post-shared-userpic>img {
    width: 100%;
    height: 100%;
}
.linkedin-news .masonry-grid .post-item .post-userinfo {
    margin-top: 10px;
}
.linkedin-news .masonry-grid .post-item .post-header.reposted .post-userinfo {
    margin-top: 0;
}

.linkedin-news .masonry-grid .post-item .post-header .post-userinfo .post-username {
    line-height: normal !important;
}

.linkedin-news .masonry-grid .post-item .post-header .post-userinfo .post-username>a {
    margin-bottom: 0.3em !important;
    font-weight: bold;
    color: #3480DCFF;
    font-size: 16px;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.linkedin-news .post-dateposted {
    color: #555555;
    font-size: 15px;
    margin-top: 0.5em;
    margin-bottom: 0;
}


.linkedin-news .masonry-grid .post-item .post-header.reposted .post-userinfo .post-username>a{
    font-size: 13px;
}
.linkedin-news .masonry-grid .post-item .post-header.reposted .post-userinfo .post-username,
.linkedin-news .masonry-grid .post-item .post-header.reposted .post-userinfo .post-dateposted {
    display: inline-block;
    font-size: 13px;
}

.linkedin-news .masonry-grid .post-shared {
    margin: 20px 0;
    padding: 20px;
    background-color: #fff;
    /* overflow: hidden; */
    margin: 1rem 0 1rem 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.post-shared-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
}

.linkedin-news .masonry-grid .post-item .post-shared-userpic {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: rgb(214, 214, 214);
    /* border: 1px solid #cccccc; */
    box-shadow: 0 4px 14px 0 rgba(67, 89, 124, 0.14);
    -webkit-box-shadow: 0 4px 14px 0 rgba(67, 89, 124, 0.14);
    overflow: hidden;
    flex-shrink: 0;
}
.post-item .post-shared-header .post-shared-username>a {
    margin-bottom: 0.3em !important;
    font-weight: bold;
    color: #3480DCFF !important;
    font-size: 16px !important;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.post-shared .post-shared-header .post-shared-userinfo p {
    margin: 0;
    padding: 0.2em 0;
    font-weight: bold;
}

.post-item .post-shared-desc {
    margin-top: 1em;
}



.linkedin-news .post-item .post-media.--image {
    margin-top: 1rem;
    display: flex;
    flex-direction: row; /*row-reverse;*/
    flex-wrap: wrap; /*wrap-reverse;*/
    gap: 4px;
}
.post-media.--image>img,
.post-media.--image>a>img {
    max-width: 100%;
    height: auto;
}

/*
.linkedin-news .post-item .post-media.--image .post-image-wrapper.--thirds {
  ex: 1 0 calc(33.33% - 4px);
   max-height: 130px;
   height: 130px;
   width: auto;
}
*/


.post-item .post-media.--image .post-image-wrapper {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
}


.post-item .post-media.--image .post-image-wrapper>img,
.post-item .post-media.--image .post-image-wrapper>a>img {
    width: auto;
    height: 130px;
    object-fit: cover;
    overflow: hidden;
}

.post-meta-image {
    margin: 1em 0;
}


.linkedin-news .post-item .post-media.--iframe iframe {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: none;
}

.linkedin-news .post-item .post-media.--iframe iframe html {
    overflow: hidden;
}


.linkedin-news  .post-item .post-footer {
    display: flex;
    justify-content: flex-start;
    gap: 2em;
    margin-top: 1.5em;
}

.linkedin-news  .post-item .post-footer .post-action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.7em;
}

.linkedin-news  .post-item .post-footer .post-action .post-action-icon {
    filter: opacity(0.5);
}

.linkedin-news  .post-item .post-footer .post-action>p {
    color: #98A2B3;
    font-size: 20px;
    margin: 0;
    padding: 0;
    /* filter: opacity(0.5);*/
    font-weight: bold;
}

.linkedin-news  .post-item .post-footer .post-action path {
    filter: opacity(0.5);
}

.linkedin-news  .post-item .post-footer .post-action.post-source>button {
    all: unset;
    width: 16px;
    height: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkedin-news  .post-item .post-footer .post-action.post-source>button:hover {
    filter: opacity(0.7);
    cursor: pointer;
}

.linkedin-news  .post-item .post-footer .post-action.post-source>button img{
    width: 100%;
    filter: opacity(0.5);
}