.rr-wrap4 {
	background: #181b22;
	border-radius: 16px;
	padding: 24px;
	max-width: 900px;
	margin: 0 auto;
	font-family: inherit;
}

.rr-header4 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.rr-header-pill4 {
	display: inline-flex;
	align-items: center;
	background: #20242d;
	border: 1px solid #2b2f3a;
	border-radius: 50px;
	padding: 8px 20px;
}

.rr-logo4 {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #c8102e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.rr-logo4 .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 1;
}

.rr-header-text4 {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.rr-header-title4 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.rr-header-subtitle4 {
	color: #8a8f9c;
	font-size: 11px;
	font-weight: 400;
}

.rr-filters4 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.rr-filter-btn4 {
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #2b2f3a;
	background: #20242d;
	color: #a8adba;
	transition: all 0.15s ease;
}

.rr-filter-btn4:hover {
	border-color: #3a3f4d;
	color: #ffffff;
}

.rr-filter-btn4.is-active4 {
	background: #c8102e;
	border-color: #c8102e;
	color: #ffffff;
}

.rr-cards4 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}

.rr-card4 {
	background: #1f232c;
	border: 1px solid #c8102e;
	border-radius: 14px;
	overflow: hidden;
	transition: transform 0.15s ease;
}

.rr-card4:hover {
	transform: translateY(-2px);
}

.rr-card-media4 {
	display: block;
	position: relative;
	height: 170px;
	background: #262a34;
	overflow: hidden;
}

.rr-card-img4 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rr-card-media-placeholder4 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3a3f4d;
	font-size: 40px;
}

.rr-badge4 {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 20px;
	line-height: 1;
}

.rr-card-body4 {
	padding: 16px 18px;
}

.rr-card-title4 {
	display: block;
	color: #f2f2f2;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	text-decoration: none;
	margin-bottom: 14px;
}

.rr-card-title4:hover {
	color: #e0384f;
}

.rr-card-meta4 {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 12px;
	border-top: 1px solid #2b2f3a;
	color: #8a8f9c;
	font-size: 12px;
}

.rr-meta-dot4 {
	color: #3a3f4d;
}

.rr-load-more4 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 22px;
	background: #20242d;
	color: #e8b4b4;
	border: 1px solid #2b2f3a;
	border-radius: 10px;
	padding: 13px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.15s ease;
}

.rr-load-more4:hover {
	background: #262a34;
	border-color: #c8102e;
	color: #ffffff;
}

.rr-load-more4.is-loading4 {
	opacity: 0.6;
	pointer-events: none;
}

.rr-empty4 {
	color: #8a8f9c;
	font-size: 14px;
	text-align: center;
	padding: 40px 0;
}

@media (max-width: 600px) {
	.rr-wrap4 {
		padding: 16px;
	}

	.rr-cards4 {
		grid-template-columns: 1fr;
	}

	.rr-card-media4 {
		height: 230px;
	}
}

.rr-cards4.is-fading4 {
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
