/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */



.more-link {
     border: none;
	border-radius: 10px;
	padding: 14px 10px 12px 0px;
	margin: 0;
	width: 160px;
	font-size: 14px;
	background: #12A7CC; /* ボタンの背景色 */
	color: white; /* ボタンの文字色 *//* Your CSS styles here */
    }



.rmwp-button-wrap {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}
.rmwp-button-wrap button {
	border: none;
	border-radius: 10px;
	padding: 14px 10px 12px 0px;
	margin: 0;
	width: 160px;
	font-size: 14px;
	background: #12A7CC; /* ボタンの背景色 */
	color: white; /* ボタンの文字色 */
}
.rmwp-button-wrap button:before,
.rmwp-button-wrap button.open:before {
	content: "+";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	font-size: 1.2em;
	background: white;
	border-radius: 50%;
	color: #12A7CC; /* 表示ボタン(+)の色 */
	margin-right: 10px;
}
.rmwp-button-wrap button.open:before {
	content: "×";
	color: #555; /* 非表示ボタン(+)の色 */
}

/* SSボードが本文の狭いカラムに閉じ込められるのを解除 */
.entry-content:has(.ssboard),
.wp-block-post-content:has(.ssboard){
  max-width: none !important;
  width: min(1400px, calc(100vw - 24px)) !important;
}

/* =========================
   SS / 没案ページだけ幅を広げる
   ========================= */


