figure.floatright {
	max-width: 30%;
	width: auto\9*0.3; /* ie8 */
	height: auto;
	float: right;
}

figure.floatleft {
	max-width: 30%;
	width: auto\9*0.3; /* ie8 */
	height: auto;
	float: left;
}

.video-shortcode {
	max-width: 100%;
	height: auto;
}

/* Post Type Badges */
.post-type-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 2px 10px;
	border-radius: 12px;
	line-height: 1.4;
}

/* Light mode overrides */
.badge-journal {
	background-color: #f1f3f5;
	color: #495057;
	border: 1px solid #adb5bd;
}

.badge-article {
	background-color: #e8f0fe;
	color: #495057;
	border: 1px solid #70a5f9;
}

.badge-talks {
	background-color: #fff8e1;
	color: #495057;
	border: 1px solid #ffe082;
}

/* Dark mode overrides (respecting [data-theme="dark"]) */
[data-theme="dark"] .badge-journal,
[data-theme="dark"] .badge-article,
[data-theme="dark"] .badge-talks {
	background-color: transparent;
	color: #adb5bd;
	border: 1px solid #6c757d;
}
