.stampheart-toptex-pack-colors {
	margin: 18px 0;
}

.stampheart-toptex-pack-label {
	margin-bottom: 10px;
	font-size: 14px;
}

.stampheart-toptex-pack-selected-name {
	font-weight: 500;
}

.stampheart-toptex-pack-status {
	margin: 4px 0 10px;
	font-size: 13px;
	opacity: .75;
}

.stampheart-toptex-pack-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.stampheart-toptex-pack-swatch {
	width: 34px;
	height: 34px;
	padding: 3px;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.stampheart-toptex-pack-swatch span {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.12);
}

.stampheart-toptex-pack-swatch:hover {
	transform: translateY(-1px);
	border-color: #777;
}

.stampheart-toptex-pack-swatch.is-selected {
	border-color: #111;
	box-shadow: 0 0 0 1px #111;
}

.stampheart-toptex-pack-swatch:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
