.zt-wrapper {
	margin: 16px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

/* Disabled state for gated buttons */
.zt-gated {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

/* Inline notice */
.zt-notice {
	display: none;
	font-size: 14px;
	line-height: 1.5;
	padding: 6px 12px;
	border-radius: 4px;
	max-width: 320px;
}

.zt-notice--error {
	display: block;
	color: #7f1d1d;
	background-color: #fef2f2;
	border: 1px solid #fca5a5;
}

.zt-notice--warning {
	display: block;
	color: #78350f;
	background-color: #fffbeb;
	border: 1px solid #fcd34d;
}
