/* Base générique (utile même si un style manque) */
.affiliate-btn {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.affiliate-btn--default {
	background: #0f6cbd;
	color: #ffffff;
	border: 1px solid #0f6cbd;
	border-radius: 8px;
	padding: 12px 18px;
	font-weight: 600;
	transition: all 0.15s ease-in-out;
}

.affiliate-btn--default:hover {
	background: #09529e;
	border-color: #09529e;
	color: #ffffff;
}
