.linkedin-updates-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linkedin-updates-grid article {
    background: rgb(75 114 155 / 0.04);
    border-radius: 0px;
    padding: 12px;
    width: 100%;
    max-width: 528px;
    margin-top: 20px;
    height: auto;
}

.linkedin-updates-grid article .embed-privacy-container--linkedin {
    margin-bottom: 0;
}

.linkedin-updates-grid article iframe {
    width: 100%;
    border: 0;
    display: block;
}

.linkedin-updates-grid article h3 {
    text-transform: none;
}

.embed-privacy-container .embed-privacy-overlay .embed-privacy-logo--linkedin {
    align-items: center;
    background: #0a66c2;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    font-family: inherit;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-inline: auto;
    width: 48px;
    height: 48px;
}

.embed-privacy-container .embed-privacy-overlay .embed-privacy-logo--linkedin::before {
    content: "in";
}
