.merged-feed-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
	width: 100%;
    max-width: 100%;
}

.linked-in .text-container {
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.172), 16px);
}

img.li-avatar {
    max-width: 100%;
}

.li-es-text-shortener-control.li-es-text-shortener-control-open {
    display: none;
}

.linked-in-card {
    /* max-width: 100%; */
}

.linked-in.container {
    /* max-width: unset !important; */
    word-break: break-word;
    overflow: hidden;
}
.li-media-container {
    padding-top: 0 !important;
    height: auto !important;
}
.li-media-img-container img {
    max-width: 100%;
    aspect-ratio: 471 / 309 !important;
    object-fit: cover;
    border-radius: 3px;
}
.user-container {
    display: flex;
    align-items: center;
}

.li-icon svg {
    width: 25px;
}

a.styled-link {
    order: 1;
}

.card-user-block {
    order: 1;
}

.User__Container-sc-1ca5sko-6.cyVpEs.CardUserBlock__StyledUser-sc-pc45he-3.jyrriv {
    order: 2;
}

.li-icon div {
    display: flex;
}

.linked-in-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.linked-in.container {
    background: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #efefef;
}
.li-media-block {
    order: 1;
}

.card-user {
    order: 2;
}

.Block-sc-3maawy-0.Block__RegularBlock-sc-3maawy-1.cIjtbQ {
    order: 3;
}

.li-block-layout {
    order: 4;
}

.li-overlay-layer {
    display: none;
}

.li-block-layout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.li-counters {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 10px;
}

a.li-counter {
    display: flex;
    text-decoration: none;
    gap: 3px;
}

a.li-counter svg {
    width: 16px;
}

.li-block-layout .li-icon svg {
    width: 17px;
}
.li-es-text-shortener {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Change this to the number of lines you want */
    overflow: hidden;
}

.merged-feed-items {
	display: block;
}
.merged-feed-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.merged-feed-items .wp-block-post,
.merged-feed-items .linked-in {
	width: calc(100% - 30px);
	margin-bottom: 20px;
	background: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #efefef;
}
.blog-feed, .linkedin-feed {
    position: absolute;
    left: -100vw;
    height: 0;
    overflow: hidden;
}
.merged-feed {
    min-height: 100px;
	opacity: 0;
}
.merged-feed-items a.wp-block-post-excerpt__more-link.linkedin-more {
    margin-top: 1rem;
}

@media (min-width: 768px) {
	.merged-feed-items .wp-block-post,
	.merged-feed-items .linked-in {
		width: calc(33.333% - 13px - 35px);
	}
}
.merged-feed-pagination {
	display: flex;
	gap: 0.5em;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}

.pagination-prev-wrap,
.pagination-next-wrap {
	text-align: center;
}
a.pagination-prev, a.pagination-next {
    display: flex;
}
a.pagination-prev svg {
    transform: rotate(180deg);
}

nav.merged-feed-pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
}