.hyakusen-affiliate-box {
	margin: 2em 0;
	padding: 1.25em;
	border: 1px solid #cbd9d2;
	border-radius: 8px;
	background: #f6faf7;
}

.hyakusen-affiliate-title {
	margin: 0 0 1em;
	font-weight: 700;
	text-align: center;
}

.hyakusen-affiliate-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	justify-content: center;
}

.hyakusen-rakuten-button {
	display: inline-block;
	min-width: 240px;
	padding: 0.8em 1.2em;
	border-radius: 6px;
	background: #24613f;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
	transition: background 0.2s ease;
}

.hyakusen-rakuten-button:hover,
.hyakusen-rakuten-button:focus {
	background: #18472d;
	color: #fff !important;
}

.hyakusen-affiliate-note {
	margin: 0.8em 0 0;
	color: #59645e;
	font-size: 0.82em;
	text-align: center;
}

@media (max-width: 600px) {
	.hyakusen-rakuten-button {
		width: 100%;
		min-width: 0;
	}
}
