/**
 * CF7 Confirm スタイル
 */
.cf7-confirm-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

.cf7-confirm-table th,
.cf7-confirm-table td {
	padding: 0.8em 1em;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

.cf7-confirm-table th {
	background: #f5f5f5;
	width: 30%;
	font-weight: 600;
}

.cf7-confirm-buttons {
	display: flex;
	gap: 1em;
	justify-content: center;
	margin: 1.5em 0;
}

.cf7-confirm-buttons button {
	padding: 0.8em 2em;
	font-size: 1rem;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #fff;
}

.cf7-confirm-buttons .cf7-confirm-submit {
	background: #0073aa;
	color: #fff;
	border-color: #0073aa;
}

.cf7-confirm-buttons .cf7-confirm-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.cf7-confirm-loading {
	text-align: center;
	padding: 1em;
	color: #666;
}
