.social-feed-elementor {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 1.25rem;
}

.social-feed-elementor .post {
	overflow: hidden;
	border: 1px solid #e2e5e9;
	border-radius: 8px;
	background: #fff;
	color: #1c1e21;
}

.social-feed-elementor .image-link,
.social-feed-elementor .image {
	display: block;
	width: 100%;
}

.social-feed-elementor .image {
	aspect-ratio: 16 / 9;
	background: #e2e5e9;
	object-fit: cover;
}

.social-feed-elementor .content {
	padding: 1rem;
}

.social-feed-elementor .message > :first-child {
	margin-top: 0;
}

.social-feed-elementor .message > :last-child {
	margin-bottom: 0;
}

.social-feed-elementor .meta {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	font-size: 0.875rem;
}

.social-feed-elementor .link,
.social-feed-elementor .link:hover,
.social-feed-elementor .link:focus {
	text-decoration: none;
}

.social-feed-elementor-notice {
	padding: 1rem;
	border: 1px solid #e2e5e9;
	border-radius: 6px;
}
