/*
 * バージョン 1.1.0 以降、公開画面（checkin-template.php, mypage-template.php）は直接
 * SPC-kintai テーマの Tailwind class（bg-primary, rounded-xl, border-gray-100 など）を共通利用する。
 * レイアウトを利用する。wp-content/themes/SPC-kintai/inc/enqueue.php（primary/success/warning/danger 色）を参照。
 * このファイルには、Tailwind utility にない class または JS で動的に切り替える class のみを残す。
 *
 * Tailwind がない別テーマへ変更しても、ショートコードページの機能自体は動作する。
 * ただし角丸や配色は失われるため、その場合は専用 CSS の追加を検討する。
 */

.wpas-message {
	display: inline-block;
}

.wpas-message-error {
	color: #ef4444;
}

.wpas-message-success {
	color: #16a34a;
}
