/**
 * MR Stiff Product Manual Tab — Product Guarantee front-end / widget styles.
 *
 * Image on the left, title + description on the right.
 */

.mspmt-guarantee {
	display: flex;
	align-items: center;
	gap: 16px;
}

.mspmt-guarantee__media {
	flex: 0 0 auto;
}

.mspmt-guarantee__image {
	display: block;
	width: 64px;
	height: auto;
	object-fit: contain;
}

.mspmt-guarantee__content {
	flex: 1 1 auto;
	min-width: 0;
}

.mspmt-guarantee__title {
	margin: 0 0 8px;
}

.mspmt-guarantee__desc {
	margin: 0;
	line-height: 1.6;
}

/* ---- Editor empty state ------------------------------------------------ */

.mspmt-guarantee--empty {
	display: block;
	padding: 20px;
	color: #767676;
	background: #f7f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	text-align: center;
}

/* ---- Responsive -------------------------------------------------------- */

@media ( max-width: 480px ) {
	.mspmt-guarantee {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
}
