.wsft-prompt-item {
	/* Resting chrome + hover: blocks/shared/cards.css (.wsft-card / .wsft-card-hover) */
	box-sizing: border-box;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.wsft-prompt-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	gap: 1rem;
}

/* Card title — use <p>, not a heading, so KB prose heading rules never apply. */
.wsft-prompt-item .wsft-prompt-title {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	color: var(--wp--preset--color--logo-blue);
	font-weight: 600;
	line-height: 1.3;
	flex: 1;
	min-width: 0; /* wrap beside the Copy button instead of stacking */
}

/* Button chrome: .wsft-button / .wsft-button-secondary in assets/css/style.css */
.wsft-button.wsft-copy-btn {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	/* Equal vertical padding — icon + label (base button uses optical text offset). */
	padding: 0.5rem 1rem;
	line-height: 1.2;
	white-space: nowrap;
	flex-shrink: 0;
}

.wsft-button.wsft-copy-btn.copied {
	background-color: var(--wp--preset--color--semantic-green);
	border-color: var(--wp--preset--color--semantic-green);
	color: var(--wp--preset--color--white);
}

.wsft-button.wsft-copy-btn svg {
	display: block;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
}

/* Quote chrome: .wsft-blockquote in assets/css/style.css */
.wsft-prompt-content {
	flex-grow: 1;
	font-family: 'Courier New', monospace;
}

.wsft-prompt-pro {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--wp--preset--color--border);
	font-size: 0.875rem;
	color: var(--wp--preset--color--logo-blue);
	font-style: italic;
}

.wsft-prompt-footnote {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--wp--preset--color--border);
	font-size: 0.875rem;
	color: var(--wp--preset--color--logo-blue);
	font-style: italic;
}
