.post-more-title .elementor-shortcode {
	color: #fff;
    text-transform: uppercase;
}

.post-more-cards {
	width: 100%;
}

.post-more-cards .stories-updates-tag {
	display: none;
}

.post-content h4 {
	margin: 0 !important;
}

.post-content a {
	text-decoration: underline;
}

.post-content .post-content-section {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.post-content .elementor-shortcode {
	display: flex;
    flex-direction: column;
	gap: 50px;
}

.post-image img {
	aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}