.toolkiz-lowest-price {
	margin: 0.5em 0;
	font-size: 0.9em;
	color: #555;
}

.toolkiz-lowest-price .toolkiz-price-chart-trigger {
	margin-left: 0.5em;
	text-decoration: underline;
}

.toolkiz-shipping-info-link,
.toolkiz-delivery-time,
.toolkiz-unit-price,
.toolkiz-product-fee {
	margin: 0.5em 0;
	font-size: 0.9em;
}

.toolkiz-shipping-methods-list {
	margin: 0;
	padding-left: 1.2em;
}

.toolkiz-review-badge {
	display: inline-block;
	margin: 0 0 0.5em;
	padding: 0.15em 0.6em;
	border-radius: 3px;
	font-size: 0.85em;
}

.toolkiz-review-verified {
	background: #eef7ee;
	color: #2e7d32;
}

.toolkiz-review-unverified {
	background: #f1f1f1;
	color: #555;
}

.toolkiz-review-sponsored {
	background: #fff3e0;
	color: #b36b00;
}

.toolkiz-back-in-stock {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #f9f9f9;
}

.toolkiz-back-in-stock-form,
.toolkiz-product-inquiry-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	align-items: center;
}

.toolkiz-product-inquiry-form {
	flex-direction: column;
	align-items: stretch;
	max-width: 480px;
}

.toolkiz-product-inquiry-form label {
	display: block;
	margin-bottom: 0.75em;
}

.toolkiz-product-inquiry-form input,
.toolkiz-product-inquiry-form textarea {
	display: block;
	width: 100%;
	margin-top: 0.25em;
}

.toolkiz-form-message {
	display: block;
	margin-top: 0.5em;
	font-size: 0.9em;
}

.toolkiz-form-message.is-error {
	color: #b32d2e;
}

.toolkiz-form-message.is-success {
	color: #2e7d32;
}

.toolkiz-notice {
	margin: 1em 0;
	padding: 0.75em 1em;
	border-radius: 4px;
	background: #eef7ee;
	border: 1px solid #cde8cd;
	color: #2e7d32;
}

.toolkiz-gpsr-table th {
	text-align: left;
	padding: 0.4em 1em 0.4em 0;
	vertical-align: top;
	white-space: nowrap;
}

.toolkiz-gpsr-table td {
	padding: 0.4em 0;
}

.toolkiz-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.toolkiz-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.toolkiz-modal-content {
	position: relative;
	max-width: 560px;
	width: 90%;
	margin: 8vh auto;
	background: #fff;
	padding: 1.5em;
	border-radius: 6px;
	max-height: 80vh;
	overflow-y: auto;
}

.toolkiz-modal-close {
	position: absolute;
	top: 0.5em;
	right: 0.75em;
	background: none;
	border: none;
	font-size: 1.5em;
	line-height: 1;
	cursor: pointer;
}

#toolkiz-price-chart-container svg {
	max-width: 100%;
	height: auto;
}

#toolkiz-price-chart-container .toolkiz-chart-empty {
	color: #777;
}
