@charset "UTF-8";

/*
 * デザインを無効化するためのリセットCSS
 * .reset-zone-agriture (バリエーション) または .is-style-reset-agriture (ブロックスタイル) に適用
 */

.reset-zone-agriture,
.reset-zone-agriture *,
.is-style-reset-agriture,
.is-style-reset-agriture * {
    /* ブラウザ標準の設定 (User Agent Stylesheet) まで戻す */
    all: revert !important;
    box-sizing: border-box !important;
}

/* 
 * コンテナ自体の最低限の振る舞い
 */
.reset-zone-agriture,
.is-style-reset-agriture {
    display: block !important;
    text-align: left !important;
    line-height: normal !important;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    padding: 1px; /* 内部要素のマージン相殺を防ぐ */
}

/* エディターでの視認性向上のための補助線（公開サイトでは消える） */
.wp-block-group.reset-zone-agriture,
.wp-block-group.is-style-reset-agriture {
    outline: 1px dashed #ccc;
    position: relative;
}

/* 
 * 画像などのベーススタイル
 */
.reset-zone-agriture img,
.is-style-reset-agriture img {
    max-width: 100% !important;
    height: auto !important;
}
