/* News Modal Content Styling */
.news-content {
	font-weight: 100 !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	overflow-y: auto;
	/* Allow scrolling vertically for content */
	max-height: 70vh;
	/* Consistent height to avoid cutoff */
}

.news-post {
	margin-bottom: 1.5rem;
	/* Adds space between each news entry */
	padding: 0.5rem;
	color: #ff66cc;
	/* Optional: Color to match your theme */
}

.news-title {
	text-align: center;
	font-weight: 100 !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #5acebf;
	letter-spacing: 0.3rem;
}

.news-date {
	color: #5acebf;
}
