:root {
	--infonews: #ed1c24;
	--inwine: #560216;
	--in420: #3f8225;
	--inhome: #d78748;
	--inwheels: #466feb;
}

.post .post-title-flags {
	margin-bottom: 0;
	margin-block: 0 0 !important;
}

.post .subsite-flag .post-title-flag,
.post .term-flags .post-title-flag {
	padding: 1px 6px;
	text-transform: uppercase;
	font-size: 12px;
}

.post .subsite-flag.infonews .post-title-flag,
.post .term-flags .infonews.post-title-flag {
	background-color: var(--infonews);
	color: #ffffff;
}
.post .subsite-flag.inwine .post-title-flag,
.post .term-flags .inwine.post-title-flag {
	background-color: var(--inwine);
	color: #ffffff;
}
.post .subsite-flag.in420 .post-title-flag,
.post .term-flags .in420.post-title-flag {
	background-color: var(--in420);
	color: #ffffff;
}
.post .subsite-flag.inhome .post-title-flag,
.post .term-flags .inhome.post-title-flag {
	background-color: var(--inhome);
	color: #000000;
}
.post .subsite-flag.inwheels .post-title-flag,
.post .term-flags .inwheels.post-title-flag {
	background-color: var(--inwheels);
	color: #ffffff;
}

/** Blur */
.blur.ct-media-container {
	position: relative;
	overflow: hidden;
}

.blur.ct-media-container::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--bg-url) center/cover no-repeat;
	filter: blur(20px);
	z-index: 0;
}

.blur.ct-media-container img {
	position: relative;
	z-index: 1;
	max-height: 100%;
	width: auto;
	margin: 0 auto;
	object-fit: cover;
	display: block;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
}
