.sbmv-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1rem;
	margin: 1rem 0;
	background: #fff;
}

.sbmv-title {
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.sbmv-content {
	font-size: 0.95rem;
}

/* Predefined variations */
.sbmv-variation-default {
	border-color: #ddd;
}

.sbmv-variation-light {
	background: #f9f9f9;
	border-color: #ccc;
}

.sbmv-variation-accent {
	border-color: #0073aa;
}
.sbmv-product-attributes {
	margin-top: 0.5rem;
}

.sbmv-attribute-group {
	margin-bottom: 0.75rem;
}

.sbmv-attribute-title {
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a94442;
	margin-bottom: 0.35rem;
}

.sbmv-attribute-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.sbmv-attribute-option {
	border: 1px solid #b97a7a;
	border-radius: 4px;
	padding: 0.4rem 0.9rem;
	background: #fff;
	color: #444;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

.sbmv-attribute-option:hover:not(.sbmv-attribute-option--disabled) {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.sbmv-attribute-option--disabled {
	opacity: 0.45;
	text-decoration: line-through;
	cursor: not-allowed;
}

.sbmv-attribute-option--selected {
	background: #a00000;
	color: #fff;
	border-color: #a00000;
	font-weight: 600;
}

.sbmv-attribute-summary {
	margin-top: 0.5rem;
	font-size: 0.85rem;
	color: #555;
	font-style: italic;
}
