/* =========================
最後の一押し
========================= */

.final-push {
	margin: 0;
	padding: 0 0 36px;
	background: transparent;
}

.final-push__inner {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	/* これを追加 */
	container-type: inline-size;
}

/* =========================
帯見出し
========================= */

.final-push__heading {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 8px 14px;
    margin-top: 20px;
	background: #FD7E9C;
	text-align: center;
	line-height: 1.25;
	overflow: hidden;
}

.final-push__heading::before,
.final-push__heading::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFD5DE;
}

.final-push__heading::before {
	top: 4px;
}

.final-push__heading::after {
	bottom: 4px;
}

.final-push__heading-sub,
.final-push__heading-main {
	display: block;
	max-width: 100%;
	white-space: nowrap;
}

.final-push__heading-sub {
	color: #FFFFFF;
	font-size: clamp(16px, 4.6vw, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
}

.final-push__heading-main {
	margin-top: 2px;
	color: #F9F043;
	font-size: clamp(26px, 7.8vw, 38px);
	font-weight: 800;
	letter-spacing: 0;
}

/* =========================
カード全体
========================= */

.final-push__card {
	margin-top: 14px;
}

/* ランキングカードと同じ見た目を維持 */
.final-push__card.ranking-card {
	overflow: visible;
}

/* =========================
白枠
========================= */

.final-push__detail-box {
	margin-bottom: 20px;
}

/* 白枠内はおすすめポイントのみ */
.final-push__detail-box .ranking-detail-section {
	margin-bottom: 0;
}

/* =========================
編集部コメント
========================= */

.final-push__editor {
	margin: 0 10px 20px;
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
}

.final-push__editor p {
	margin: 0 0 4px;
}

.final-push__editor p:last-child {
	margin-bottom: 0;
}

.final-push__editor p:empty {
	display: none;
}

.final-push__editor br {
	line-height: 1.2;
}

.final-push__editor strong {
	color: #EA5228;
	font-weight: 700;
}

/* =========================
CTA
========================= */

.final-push__cta-wrap {
	margin: 0 10px 20px;
}

.final-push__cta-wrap .ranking-cta {
	margin-top: 0;
}

/* =========================
スマホ微調整
========================= */

@media screen and (max-width: 374px) {
	.final-push__heading {
		padding-right: 4px;
		padding-left: 4px;
	}

	.final-push__heading-sub {
		font-size: 15px;
	}

	.final-push__heading-main {
		font-size: 25px;
	}

	.final-push__editor {
		margin-right: 8px;
		margin-left: 8px;
	}

	.final-push__cta-wrap {
		margin-right: 8px;
		margin-left: 8px;
	}
}