/* GiftGrades affiliate CTA buttons */

.gg-cta-button {
	display: inline-block;
	padding: 0.65em 1.25em;
	border-radius: 4px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.gg-cta-button:hover,
.gg-cta-button:focus {
	filter: brightness(1.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
	text-decoration: none;
}

.gg-cta-button--amazon {
	background-color: #FF9900;
	color: #111;
}

.gg-cta-button--walmart {
	background-color: #0071CE;
	color: #fff;
}

.gg-cta-button--etsy {
	background-color: #F1641E;
	color: #fff;
}

/* Group wrapper */
.gg-cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}
