.filter{
    text-decoration: none;
}
.filter.active{
    text-decoration: underline;
}
.filter-list:has(a.active) .remove-filter {
    display: block;
}
.filter-list:not(:has(a.active)) .remove-filter {
    display: none;
}
.news-container {
    column-width: 420px;
    column-gap: 3rem;
}
.news-container.empty{
    display: none;
    flex-direction: column;
}
.post{
    break-inside: avoid;
    margin-bottom: 1rem;
}
.post p, .post span, .post div {
    text-align: justify;
    font-family: unset !important;
    word-spacing: unset !important;
    letter-spacing: unset !important;
    line-height: 1.5rem !important;
    color: unset !important;
    font-kerning: unset !important;
}
@media (max-width: 500px){
    .post h3 {
        font-size: medium;

    }
    .post p, .post span, .post div {
        font-size: small;
    }

}
h3 {
    font-size: 1.2rem;
}
.linkedin-frame-wrapper {
  width: 100%;
  max-height: 671px;
  min-height: 371px;
  overflow-y: auto;
  position: relative;
}

.linkedin-frame {
  width: 100%;
  height: 671px;
  border: 0;
  display: block;
}