.bsmarty-product-summary {
	position: relative;
}

.bsmarty-ce-conformity {
	position: absolute;
	right: 1.5rem;
	bottom: 1.25rem;
	z-index: 4;
}

.bsmarty-ce-conformity__controls {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 22px;
	padding-right: 44px;
}

.bsmarty-ce-conformity__mark {
	display: block;
	width: 42px;
	height: 30px;
	object-fit: contain;
}

.bsmarty-ce-conformity__toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: #2563eb;
	background: transparent;
	font: inherit;
	font-size: 1.25rem;
	cursor: pointer;
}

.bsmarty-ce-conformity__toggle:hover {
	background: #eff6ff;
}

.bsmarty-ce-conformity__toggle:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.bsmarty-ce-conformity__panel {
	width: min(22rem, calc(100vw - 2rem));
	margin-top: 0.5rem;
	padding: 1rem;
	border: 1px solid #dbe4ef;
	border-radius: 14px;
	color: #475569;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16);
}

.bsmarty-ce-conformity.is-enhanced .bsmarty-ce-conformity__panel[hidden] {
	display: none;
}

.bsmarty-ce-conformity__panel h2 {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	color: #1e3a5f;
}

.bsmarty-ce-conformity__panel p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
}

@media (max-width: 480px) {
	.bsmarty-ce-conformity {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 0.75rem;
	}

	.bsmarty-ce-conformity__controls {
		justify-content: flex-end;
	}

	.bsmarty-ce-conformity__panel {
		width: 100%;
	}
}
