/* =========================================================
   初めて本を作成される方へ
   help.css の後に読み込む、このページ専用CSS
   ========================================================= */

.makebook-page {
	--makebook-ink: #243044;
	--makebook-muted: #64748b;
	--makebook-blue: #0f66c3;
	--makebook-green: #2fa963;
	--makebook-orange: #f28a2e;
	--makebook-red: #d93030;
	--makebook-line: #e6edf5;
	color: var(--makebook-ink);
}

.makebook-page .panel-body * {
	box-sizing: border-box;
}

.makebook-breadcrumb {
	margin-top: 10px;
}

.makebook-panel {
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(38, 50, 65, 0.08);
}

.makebook-panel .panel-body {
	padding: 0 0 25px;
	background: #f7fbfd;
}

/* =========================================================
   ヘッダー
   ========================================================= */

.makebook-page .makebook-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.6fr);
	gap: 26px;
	align-items: center;
	padding: 30px 40px;
	background: linear-gradient(135deg, #eef8ff 0%, #ffffff 56%, #f5fff7 100%);
	text-align: left;
}

.makebook-page .makebook-hero__copy {
	max-width: none;
	margin: 0;
}

.makebook-page .makebook-hero__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: fit-content;
	margin: 0 0 13px;
	padding: 7px 16px;
	color: var(--makebook-blue);
	background: #ffffff;
	border: 1px solid rgba(15, 102, 195, .22);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: .02em;
	box-shadow: 0 8px 18px rgba(38, 50, 65, .08);
}

.makebook-page .makebook-hero__label::before {
	content: "\f02e";
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	color: var(--makebook-green);
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.makebook-page .makebook-hero h1 {
	max-width: 100%;
	margin: 0;
	color: #142236;
	font-size: clamp(29px, 3.1vw, 38px);
	font-weight: 800;
	line-height: 1.28;
}

.makebook-page .makebook-hero__lead {
	max-width: none;
	margin: 16px 0 0;
	color: #344256;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
}

.makebook-page .makebook-hero__visual {
	position: relative;
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 18px 38px rgba(38, 50, 65, 0.12);
	text-align: center;
}

.makebook-page .makebook-hero__visual::before {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: 13px;
	border: 1px solid rgba(15, 102, 195, .12);
	pointer-events: none;
}

.makebook-page .makebook-hero__visual img {
	display: block;
	width: 100%;
	max-width: 390px;
	max-height: 260px;
	height: auto;
	margin: 0 auto;
	border-radius: 11px;
	object-fit: cover;
	object-position: center;
}

/* =========================================================
   アコーディオン全体
   ========================================================= */

.makebook-accordion {
	width: min(1080px, calc(100% - 40px));
	margin: 0 auto 24px;
	padding: 0 !important;
	text-align: left !important;
	background: transparent;
}

.makebook-accordion h1,
.makebook-accordion>h2 {
	position: relative;
	margin-top: 12px !important;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(38, 50, 65, 0.06);
	font-family: 'Noto Sans JP', sans-serif;
}

.makebook-accordion h1 {
	padding: 17px 22px;
	background: var(--makebook-green);
	font-size: 21px;
	font-weight: 800;
	color: #fff;
}

.makebook-accordion h1:hover {
	color: #fff;
	background-color: #279456 !important;
}

.makebook-accordion>h2 {
	padding: 15px 22px;
	background: #ffffff;
	border: 1px solid var(--makebook-line);
	color: var(--makebook-ink);
	font-size: 19px;
	font-weight: 800;
}

.makebook-accordion>h2:hover {
	color: inherit;
	background-color: #eaf7ec !important;
}

.makebook-section-body {
	margin: 0 0 16px;
	padding: 30px !important;
	border: 1px solid var(--makebook-line);
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background: #fff !important;
	color: var(--makebook-ink);
	font-size: 16px;
	line-height: 1.9;
}

.makebook-section-body p {
	margin: 0;
	color: #344256;
	line-height: 1.9;
}

.makebook-inner-title,
.makebook-section-body h3.makebook-inner-title {
	margin: 0 0 14px;
	padding: 0;
	background: transparent;
	color: var(--makebook-ink);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 800;
	cursor: default;
}

.makebook-inner-title--wide {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0 0 20px !important;
	padding: 14px 10px !important;
	border-bottom: 1px solid var(--makebook-line);
	text-align: left;
}

.makebook-inner-title--with-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #eaf4ff;
	color: var(--makebook-blue);
	font-size: 22px;
}

/* =========================================================
   本づくりに必要なもの
   ========================================================= */

.makebook-need-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: center;
}

.makebook-image-box {
	padding: 15px;
	border-radius: 10px;
	background: #f6f8fb;
	text-align: center;
}

.makebook-image-box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 6px;
}

.makebook-need-image {
	padding: 18px;
}

.makebook-need-text {
	padding: 4px 0;
}

.makebook-required-list {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	max-width: 430px;
}

.makebook-required-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	background: #ffffff;
	border: 1px solid #e2eaf2;
	border-radius: 10px;
	box-shadow: 0 6px 14px rgba(38, 50, 65, 0.04);
}

.makebook-required-item__name {
	color: var(--makebook-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
}

.makebook-required-badge {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	padding: 4px 11px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	white-space: nowrap;
}

.makebook-required-badge--required {
	color: #9a2f2f;
	background: #fff1f1;
	border: 1px solid #f2c4c4;
}

.makebook-required-badge--option {
	color: #7a5200;
	background: #fff7df;
	border: 1px solid #efd99c;
}

/* =========================================================
   詳細リンク
   ========================================================= */

.makebook-detail-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.makebook-detail-link-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 205px;
	padding: 22px 18px 20px;
	border: 2px solid rgba(15, 102, 195, .18);
	border-radius: 14px;
	background: #ffffff;
	color: #263241 !important;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 12px 26px rgba(38, 50, 65, 0.08);
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
}

.makebook-detail-link-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.makebook-detail-link-card:hover,
.makebook-detail-link-card:focus {
	transform: translateY(-3px);
	border-color: rgba(15, 102, 195, .55);
	background: #f8fbff;
	box-shadow: 0 18px 34px rgba(38, 50, 65, 0.14);
	text-decoration: none !important;
}

.makebook-detail-link-card__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	border-radius: 50%;
	background: #eaf4ff;
	color: var(--makebook-blue);
	font-size: 26px;
}

.makebook-detail-link-card__icon--cover {
	background: #fff0dc;
	color: var(--makebook-orange);
}

.makebook-detail-link-card__icon--spec {
	background: #e4f5e9;
	color: var(--makebook-green);
}

.makebook-detail-link-card__body {
	flex: 1 1 auto;
	min-width: 0;
}

.makebook-detail-link-card__body strong {
	display: block;
	margin-bottom: 7px;
	color: #142236;
	font-size: 18px;
	line-height: 1.45;
}

.makebook-detail-link-card__body small {
	display: block;
	min-height: 42px;
	color: #526476;
	font-size: 13px;
	line-height: 1.6;
}

.makebook-detail-link-card__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 132px;
	min-height: 38px;
	margin-top: 18px;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--makebook-blue);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	box-shadow: 0 8px 18px rgba(15, 102, 195, .22);
}

.makebook-detail-link-card:hover .makebook-detail-link-card__arrow,
.makebook-detail-link-card:focus .makebook-detail-link-card__arrow {
	background: #0b56a7;
}

/* =========================================================
   料金・納期
   ========================================================= */

.makebook-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.makebook-info-card {
	padding: 24px;
	border: 1px solid var(--makebook-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(38, 50, 65, 0.06);
}

.makebook-info-card h2 {
	margin: 0 0 12px;
	color: var(--makebook-ink);
	font-size: 21px;
	font-weight: 800;
}

.makebook-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid var(--makebook-blue);
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
	transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.makebook-btn:hover,
.makebook-btn:focus {
	transform: translateY(-1px);
	text-decoration: none !important;
}

.makebook-btn--small {
	min-height: 40px;
	margin-top: 18px;
	padding: 9px 16px;
	border-radius: 6px;
	background: var(--makebook-blue);
	color: #fff !important;
}

.makebook-btn--small:hover,
.makebook-btn--small:focus {
	background: #0b56a7;
	color: #fff !important;
}

.makebook-check-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.makebook-check-list li {
	position: relative;
	margin: 8px 0;
	padding-left: 28px;
	color: var(--makebook-ink);
	font-size: 15px !important;
	line-height: 1.65;
}

.makebook-check-list li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0.1em;
	color: var(--makebook-green);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.makebook-note-box {
	margin-top: 16px;
	padding: 15px 18px;
	border-radius: 8px;
	background: #fff8e8;
	color: #5c4300;
	font-size: 14px;
	line-height: 1.7;
}

/* =========================================================
   サポート
   ========================================================= */

.makebook-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.makebook-service-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 22px 20px;
	border: 1px solid var(--makebook-line);
	border-radius: 10px;
	background: #fff;
	color: var(--makebook-ink) !important;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(38, 50, 65, 0.06);
	transition: transform .16s ease, box-shadow .16s ease;
}

.makebook-service-card:hover,
.makebook-service-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(38, 50, 65, 0.12);
	text-decoration: none !important;
}

.makebook-service-card span {
	display: block;
	min-height: 48px;
	margin: -22px -20px 16px;
	padding: 13px 12px;
	border-radius: 10px 10px 0 0;
	background: var(--makebook-blue);
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
}

.makebook-service-card img {
	display: block;
	width: auto;
	max-width: 170px;
	height: 120px;
	object-fit: contain;
	margin: 0 auto 16px;
}

.makebook-service-card p {
	flex: 1 1 auto;
	margin: 0;
	color: #405065;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

.makebook-service-card strong {
	display: block;
	margin-top: 16px;
	color: var(--makebook-red);
	font-size: 17px;
}

.makebook-contact {
	width: min(1080px, calc(100% - 40px));
	margin: 0 auto;
	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(38, 50, 65, 0.06);
}

/* =========================================================
   スマホ・タブレット
   ========================================================= */

@media screen and (max-width: 900px) {
	.makebook-page .makebook-hero {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 28px 24px;
		text-align: center;
	}

	.makebook-page .makebook-hero__copy {
		max-width: 760px;
		margin: 0 auto;
	}

	.makebook-page .makebook-hero__label {
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}

	.makebook-page .makebook-hero__lead {
		margin-left: auto;
		margin-right: auto;
		max-width: 760px;
	}

	.makebook-page .makebook-hero__visual {
		max-width: 520px;
		margin: 0 auto;
	}

	.makebook-need-layout,
	.makebook-info-grid,
	.makebook-service-grid {
		grid-template-columns: 1fr;
	}

	.makebook-need-image {
		max-width: 520px;
		margin: 0 auto;
	}

	.makebook-detail-links {
		grid-template-columns: 1fr;
	}

	.makebook-detail-link-card {
		min-height: auto;
		align-items: flex-start;
		text-align: left;
		padding: 20px;
	}

	.makebook-detail-link-card__body small {
		min-height: 0;
	}

	.makebook-detail-link-card__arrow {
		align-self: flex-start;
	}
}

@media screen and (max-width: 560px) {
	.makebook-panel .panel-body {
		padding-bottom: 16px;
	}

	.makebook-page .makebook-hero {
		padding: 24px 16px;
		text-align: left;
	}

	.makebook-page .makebook-hero__copy {
		max-width: none;
		margin: 0;
	}

	.makebook-page .makebook-hero__label {
		margin-left: 0;
		margin-right: 0;
		padding: 6px 13px;
		justify-content: flex-start;
		font-size: 13px;
	}

	.makebook-page .makebook-hero h1 {
		font-size: 29px;
	}

	.makebook-page .makebook-hero__lead {
		margin-left: 0;
		margin-right: 0;
		font-size: 15px;
	}

	.makebook-page .makebook-hero__visual {
		max-width: none;
		padding: 10px;
	}

	.makebook-page .makebook-hero__visual img {
		max-height: none;
	}

	.makebook-accordion,
	.makebook-contact {
		width: calc(100% - 24px);
	}

	.makebook-accordion h1,
	.makebook-accordion>h2 {
		padding: 14px 16px;
		font-size: 18px;
	}

	.makebook-section-body {
		padding: 22px 16px !important;
	}

	.makebook-inner-title--wide {
		margin-bottom: 16px !important;
		font-size: 20px;
	}

	.makebook-inner-title--with-icon i {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}

	.makebook-need-image {
		padding: 12px;
	}

	.makebook-required-list {
		max-width: none;
	}

	.makebook-required-item {
		padding: 11px 12px;
	}

	.makebook-required-badge {
		min-width: 68px;
		font-size: 12px;
	}

	.makebook-detail-link-card {
		padding: 18px 16px;
	}

	.makebook-detail-link-card__icon {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
		font-size: 23px;
	}

	.makebook-service-card p {
		text-align: center;
	}
}

/* =========================================================
   makebook: ガイドリンクを3行の説明セクションに変更
   help_makebook.css の末尾に追加
   ========================================================= */
.makebook-page .makebook-guide-sections {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 30px;
}

.makebook-page .makebook-guide-section {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 24px 26px;
	border: 1px solid #dfeaf3;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 26px rgba(38, 50, 65, 0.06);
}

.makebook-page .makebook-guide-section__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #eaf4ff;
	color: #0f66c3;
	font-size: 25px;
}

.makebook-page .makebook-guide-section--cover .makebook-guide-section__icon {
	background: #fff0dc;
	color: #f28a2e;
}

.makebook-page .makebook-guide-section--spec .makebook-guide-section__icon {
	background: #e4f5e9;
	color: #2fa963;
}

.makebook-page .makebook-guide-section__body h2,
.makebook-page .makebook-section-body .makebook-guide-section__body h2 {
	margin: 0 0 12px !important;
	padding: 0 !important;
	background: transparent !important;
	color: #142236;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.45;
	cursor: default;
}

.makebook-page .makebook-guide-section__body h3,
.makebook-page .makebook-section-body .makebook-guide-section__body h3 {
	margin: 0 0 8px !important;
	padding: 0 !important;
	background: transparent !important;
	color: #243044;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.55;
	cursor: default;
}

.makebook-page .makebook-guide-section__body p {
	margin: 0 0 12px;
	color: #344256;
	font-size: 15px;
	line-height: 1.85;
}

.makebook-page .makebook-number-list {
	margin: 8px 0 16px;
	padding-left: 1.5em;
	color: #243044;
	font-size: 15px;
	line-height: 1.8;
}

.makebook-page .makebook-number-list li {
	margin: 4px 0;
	padding-left: 2px;
}

.makebook-page .makebook-guide-subblock {
	margin-top: 16px;
	padding: 16px 18px;
	border-radius: 12px;
	background: #f8fbff;
	border: 1px solid #e6edf5;
}

.makebook-page .makebook-guide-subblock+.makebook-guide-subblock {
	margin-top: 14px;
}

.makebook-page .makebook-guide-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	margin-top: 4px;
	padding: 9px 16px;
	border-radius: 999px;
	background: #0f66c3;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(15, 102, 195, .18);
	transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.makebook-page .makebook-guide-link:hover,
.makebook-page .makebook-guide-link:focus {
	transform: translateY(-1px);
	background: #0b56a7;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: 0 12px 24px rgba(15, 102, 195, .24);
}

.makebook-page .makebook-guide-link--cover {
	background: #f28a2e;
	box-shadow: 0 8px 18px rgba(242, 138, 46, .18);
}

.makebook-page .makebook-guide-link--cover:hover,
.makebook-page .makebook-guide-link--cover:focus {
	background: #d9771f;
}

.makebook-page .makebook-guide-link--cover-tool {
	background: #7b61c9;
	box-shadow: 0 8px 18px rgba(123, 97, 201, .18);
}

.makebook-page .makebook-guide-link--cover-tool:hover,
.makebook-page .makebook-guide-link--cover-tool:focus {
	background: #6650aa;
}

.makebook-page .makebook-guide-link--spec {
	background: #2fa963;
	box-shadow: 0 8px 18px rgba(47, 169, 99, .18);
}

.makebook-page .makebook-guide-link--spec:hover,
.makebook-page .makebook-guide-link--spec:focus {
	background: #278e55;
}

@media screen and (max-width: 700px) {
	.makebook-page .makebook-guide-section {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 22px 18px;
	}

	.makebook-page .makebook-guide-section__icon {
		width: 52px;
		height: 52px;
		font-size: 22px;
	}

	.makebook-page .makebook-guide-section__body h2,
	.makebook-page .makebook-section-body .makebook-guide-section__body h2 {
		font-size: 20px;
	}

	.makebook-page .makebook-guide-subblock {
		padding: 14px 15px;
	}
}

.makebook-page #sec2-100 h2,
.makebook-page #sec2-100 h3,
.makebook-page #sec2-100 h4,
.makebook-page #sec2-100 p {
	cursor: default;
}

/* =========================================================
   makebook section title/body unified style
   h1見出しと本文エリアを一体化
   ========================================================= */

.makebook-page .makebook-accordion h1 {
	margin: 22px 0 0 !important;
	padding: 18px 24px;
	border-radius: 12px 12px 0 0;
	background: var(--makebook-green);
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.45;
	box-shadow: none;
}

.makebook-page .makebook-accordion h1:hover {
	color: #ffffff;
	background: #279456 !important;
}

.makebook-page .makebook-section-body {
	margin: 0 0 22px !important;
	padding: 30px !important;
	border: 1px solid var(--makebook-line);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	background: #ffffff !important;
	box-shadow: 0 12px 26px rgba(38, 50, 65, 0.06);
}

/* 最初のセクションだけ、ヘッダー下との余白を少し控えめに */
.makebook-page .makebook-accordion h1:first-of-type {
	margin-top: 0 !important;
}


/* スマホ調整 */
@media screen and (max-width: 560px) {
	.makebook-page .makebook-accordion h1 {
		margin-top: 18px !important;
		padding: 15px 16px;
		border-radius: 10px 10px 0 0;
		font-size: 18px;
	}

	.makebook-page .makebook-section-body {
		padding: 22px 16px !important;
		border-radius: 0 0 10px 10px;
	}
}

/* help.js が付けるインラインstyle対策 */
.makebook-page .makebook-accordion h1 {
	border-radius: 12px 12px 0 0 !important;
}

.makebook-note-box--in-card {
	margin-top: 18px;
	padding: 13px 15px;
	font-size: 13px;
	line-height: 1.7;
}

/* =========================================================
   makebook support cards refinement
   サポートカードの青い見出しを控えめにする
   ========================================================= */

.makebook-page .makebook-service-card {
	padding: 24px 22px;
	border: 1px solid #e2eaf2;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(38, 50, 65, 0.06);
}

.makebook-page .makebook-service-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-height: auto;
	margin: 0 auto 16px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #eaf4ff;
	color: #0f66c3;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.makebook-page .makebook-service-card img {
	margin-top: 4px;
}

.makebook-page .makebook-service-card p {
	margin-top: 2px;
	color: #405065;
}

.makebook-page .makebook-service-card strong {
	margin-top: 14px;
}