/* Container */
.breaking-posts-container-36f620c3 {
	background-color: #1B2B48;
	border: 1px solid #2d3748;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	font-family: 'Space Grotesk', sans-serif;
}

/* Header */
.bp-header-36f620c3 {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: rgba(255,255,255,0.05);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.bp-header-icon-36f620c3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #e53e3e; /* default red */
	font-size: 20px;
}
.bp-header-icon-36f620c3 svg {
	width: 20px;
	height: 20px;
	fill: #e53e3e;
}

.bp-header-title-36f620c3 {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* List */
.bp-list-36f620c3 {
	display: flex;
	flex-direction: column;
}

.bp-item-36f620c3 {
	padding: 15px 20px;
	transition: background-color 0.2s ease;
	position: relative;
}

/* Pseudo-element for divider to allow indentation without affecting padding */
.bp-item-36f620c3:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: rgba(255,255,255,0.1);
}

.bp-item-36f620c3:hover {
	background-color: rgba(255,255,255,0.05);
}

.bp-link-36f620c3 {
	text-decoration: none;
	display: block;
}

.bp-title-36f620c3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 600;
	color: #e2e8f0;
	line-height: 1.4;
}
.bp-link-36f620c3:hover .bp-title-36f620c3 {
	color: #63b3ed;
}

.bp-meta-36f620c3 {
	font-size: 13px;
	color: #a0aec0;
	display: flex;
	align-items: center;
}

/* Add spacing around the separator dot */
.bp-separator-36f620c3 {
	margin: 0 8px;
}
