/* Show Post In lightbox 2.0.0 */

.list-posts-by-category { margin: 0; padding: 0; }
.list-posts-by-category ul { margin: 0; padding: 0; list-style: none; }
.list-posts-by-category li { clear: left; padding: 2px 0; overflow: hidden; }
.list-posts-by-category li img { float: left; margin-right: 5px; }
.list-posts-by-category li a { text-decoration: none; }
.list-posts-by-category .spbc-date { display: block; font-size: 0.85em; opacity: 0.75; }

html.spbc-lightbox-open { overflow: hidden; }

.spbc-lightbox {
	box-sizing: border-box;
	width: min(800px, calc(100vw - 32px));
	max-height: calc(100vh - 64px);
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: #fff;
	color: #1e1e1e;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.spbc-lightbox::backdrop { background: rgba(0, 0, 0, 0.6); }

.spbc-lightbox__body {
	box-sizing: border-box;
	max-height: calc(100vh - 64px);
	padding: 24px 28px;
	overflow-y: auto;
	line-height: 1.6;
	text-align: left;
}

.spbc-lightbox__body h2 { margin: 0 36px 12px 0; font-size: 1.5em; line-height: 1.3; }
.spbc-lightbox__body img { max-width: 100%; height: auto; }
.spbc-lightbox__body .featuredImg { margin-bottom: 12px; }

.spbc-lightbox__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f0f0f0;
	color: #1e1e1e;
	font-size: 24px;
	line-height: 36px;
	cursor: pointer;
}

.spbc-lightbox__close:hover,
.spbc-lightbox__close:focus-visible { background: #1e1e1e; color: #fff; }

.spbc-lightbox__status { margin: 0; }
.spbc-lightbox__status--error { color: #b32d2e; }

