/*
Theme Name: ROOMS 予約サイト用テーマ
Theme URI: https://yoyaku.asobility.com/
Author: asobility
Author URI: https://asobility.com/
Description: 会議室予約サイト専用のミニマルテーマ。ブロックテーマ等の余計なスタイル干渉を避けるため、レイアウトや色の指定を一切持たず、プラグインの外観をそのまま表示します。会議室予約プラグインと組み合わせて使用してください。
Version: 1.0.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asobility-rooms
*/

/* ===== 最小限のリセットのみ（プラグインのデザインを邪魔しない）===== */
html { box-sizing: border-box; -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: inherit; }
html, body { margin: 0; padding: 0; }
body { background: #f6f5f0; }
img, svg { max-width: 100%; height: auto; }

/* ===== 予約ボードの左右余白（テーマ側で確実に効かせる）===== */
/* セクション自体に左右の余白を持たせ、中の予約ボードを内側に寄せる */
.mrbs-reserve {
	box-sizing: border-box !important;
	padding-left: 6% !important;
	padding-right: 6% !important;
}
.mrbs-reserve .mrbs-wrap {
	width: 100% !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}
.mrbs-reserve .mrb-app {
	width: auto !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
