/* Softiva Safe BOGO Offer — frontend styles.
   All selectors are scoped to .softiva-safe-bogo-* classes only, so this
   sheet cannot affect any other element on the page. */

.softiva-safe-bogo-notice {
	display: block;
	margin: 0 0 15px;
	padding: 12px 16px;
	border-radius: 4px;
	background: #eefaf1;
	border: 1px solid #b8e6c4;
	color: #1e4620;
	font-weight: 600;
}

.softiva-safe-bogo-notice--checkout {
	background: #eef4fb;
	border-color: #bcd7f2;
	color: #17395e;
}

.softiva-safe-bogo-free-item {
	background: rgba(80, 180, 100, 0.06);
}

.softiva-safe-bogo-variation-picker {
	margin-top: 8px;
	font-size: 0.9em;
}

.softiva-safe-bogo-variation-picker label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.softiva-safe-bogo-variation-select {
	max-width: 260px;
}

.softiva-safe-bogo-variation-status {
	margin-left: 8px;
	font-style: italic;
	color: #666;
}

.softiva-safe-bogo-variation-status.is-error {
	color: #c0392b;
}

.softiva-safe-bogo-variation-status.is-success {
	color: #1e7a34;
}
