/* NS Blog Info Box – front-end styles */

.wcpib-info-block {
	margin: 20px 0 20px 0;
	border-radius: 5px;
	color: #3a2f2a;
	background: #F7F3F0;
	padding: 10px 25px 25px 25px;
	font-size: 1em;
	line-height: 1.9;
}
.wcpib-info-block ul,
.wcpib-info-block ol {
	margin: 0 0 0 1.5em;
	padding: 0;
}
div.wcpib-info-block ul {
	margin-bottom: 0;
}
.wcpib-info-block li {
	margin-left: 15px;
}

/* Title row */
.nsbib-info-block .nsbib-title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 10px;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.4;
}

.nsbib-info-block .nsbib-title-icon {
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.nsbib-info-block .nsbib-title {
	flex: 1 1 auto;
	font-size: 1.3em;
	font-weight: 400;
	color: #B08968;
}

.nsbib-info-block .nsbib-content {
	margin-left: 10px;
}

.nsbib-info-block .nsbib-content strong {
	font-weight: 500;
}

.nsbib-info-block .nsbib-content > *:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------------------
 * TinyMCE-only styles: this stylesheet is also loaded inside the classic
 * editor's iframe so the live preview matches the front end. These rules
 * only apply to the in-editor preview box, not the front end.
 * ------------------------------------------------------------------- */
.nsbib-mce-box {
	cursor: pointer;
	position: relative;
	outline: 1px dashed transparent;
}

.nsbib-mce-box:hover {
	outline: 1px dashed #999;
}

.nsbib-mce-box .nsbib-mce-hint {
	margin-top: 10px;
	font-size: 0.75em;
	font-style: italic;
	opacity: 0.65;
}
