/**
 * Waktu Temu Invitation - Frontend Extension Styles
 *
 * Base styles for the Copy widget. (Other rules are emitted by Elementor
 * via the widget's responsive control selectors.)
 *
 * @since 1.0.0
 */

/* Copy widget container */
.wt-copy {
	text-align: center;
}

/* Hidden clipboard content variant */
.wt-copy--content-hidden .copy-content {
	display: none;
}

/* Clipboard preview content */
.wt-copy .copy-content {
	padding-bottom: 20px;
	text-align: center;
}

/* Heading title */
.wt-copy .head-title {
	text-align: center;
}

/* Copy button cursor */
.wt-copy .elementor-button {
	cursor: pointer;
}

/* Editor placeholder (only visible inside Elementor editor) */
.wt-editor-placeholder {
	padding: 20px;
	border: 1px dashed #d5d8dc;
	background: #f1f2f3;
	text-align: center;
}

.wt-editor-placeholder-title {
	margin-top: 0;
	margin-bottom: 8px;
}

.wt-editor-placeholder-content {
	margin: 0;
	color: #6d7882;
}
