.tma-fc-product-toolbar {
	position: relative;
	z-index: 20;
	margin: 1em 0 1.25em;
	padding: 1em 1.15em;
	border: 1px solid #c5d9f6;
	border-radius: 4px;
	background: #f7faff;
	pointer-events: auto;
}

.tma-fc-product-toolbar-head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	align-items: center;
	margin-bottom: 0.75em;
}

.tma-fc-product-toolbar-title {
	font-size: 1.05em;
}

.tma-fc-discount-badge {
	display: inline-block;
	padding: 0.15em 0.55em;
	border-radius: 3px;
	background: #2271b1;
	color: #fff;
	font-size: 0.9em;
}

.tma-fc-product-toolbar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.tma-fc-product-toolbar-actions .button,
.tma-fc-product-toolbar-actions a.button {
	margin: 0;
	pointer-events: auto;
	cursor: pointer;
}

.tma-fc-product-toolbar-status {
	margin: 0 0 0.75em;
	padding: 0.5em 0.75em;
	border-radius: 3px;
	background: #edf7ed;
	color: #1e4620;
}

.tma-fc-product-toolbar-status.is-error {
	background: #fcf0f1;
	color: #8a1f1f;
}

.tma-fc-restore-notice {
	margin: 0 0 0.75em;
	color: #555;
}

.tma-fc-share-result {
	margin-top: 0.75em;
	padding: 0.75em;
	background: #fff;
	border: 1px solid #ddd;
	word-break: break-all;
}

.tma-fc-is-hidden {
	display: none !important;
}

.tma-fc-muted {
	color: #666;
	font-size: 0.95em;
}

body.tma-fc-product-page #tma-am-calculator {
	position: relative;
}

body.tma-fc-product-page .tma-am-customer-draft-actions {
	display: none !important;
}

.tma-fc-review-discount-note {
	margin: 0.45em 0 0;
	font-size: 0.9em;
	color: #1e4620;
}

.tma-am-design-review__price-card .tma-fc-card-discount,
.tma-am-upload-modal__price-chip .tma-fc-card-discount {
	display: block;
	margin-top: 0.25em;
	font-size: 0.8em;
	font-weight: 600;
	color: #1e4620;
}

.tma-fc-billing-target-wrap {
	margin: 0 0 1em;
	padding-top: 0.25em;
}

.tma-fc-billing-target-wrap label {
	display: block;
	margin-bottom: 0.35em;
}

.tma-fc-billing-target-wrap select {
	width: 100%;
	max-width: 36em;
}

.tma-fc-billing-target-wrap .description {
	margin: 0.35em 0 0;
}

.tma-fc-billing-target-discount-note {
	color: #6b7280;
	font-style: italic;
}

.tma-fc-checkout-billing-wrap {
	margin: 0 0 1.5em;
	padding: 1em 1.15em;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
}

.tma-fc-checkout-billing-item + .tma-fc-checkout-billing-item {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ececec;
}

.tma-fc-alternate-row,
.tma-fc-external-row {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

.tma-fc-checkout-billing-item-title {
	margin: 0 0 0.5em;
}

.tma-fc-billing-oneoff-wrap {
	margin-top: 0.75em;
	padding: 0.75em;
	border: 1px dashed #ccd0d4;
	border-radius: 4px;
	background: #fafafa;
}

.tma-fc-required-mark {
	color: #b32d2e;
	font-weight: 700;
}
