/*
Theme Name: WA CIRCLE Theme Trial
Theme URI: https://example.invalid/wa-circle-theme-trial
Author: WA CIRCLE
Author URI: https://example.invalid/
Description: WA CIRCLE 試作用テーマ。日本・ベトナム・インドネシアの暮らしを対等につなぐ多言語共生メディアの世界観を、クラシックエディター運用前提でWordPressテーマ化した操作確認用の試作です。本番用ではありません。
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wa-circle-trial
Tags: blog, news, two-columns, right-sidebar, custom-menu, featured-images, translation-ready, editor-style, threaded-comments
*/

/*
  実際のスタイルは assets/css/theme.css にあります。
  このファイルはWordPressがテーマを認識するためのヘッダーと、
  WordPressが出力する標準クラスの最低限の定義のみを持ちます。
*/

/* WordPress が出力する必須の配置クラス（クラシックエディター用） */
.alignnone { margin: 1.5em 0; }
.aligncenter, div.aligncenter { display: block; margin: 1.8em auto; }
.alignleft { float: left; margin: 0.4em 1.8em 1.2em 0; }
.alignright { float: right; margin: 0.4em 0 1.2em 1.8em; }
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; }
.sticky { display: block; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
.gallery-caption { display: block; }
.bypostauthor { display: block; }
