/* Shared transition for all filter buttons */
.category-filter-active-a85116b7,
.category-filter-inactive-a85116b7 {
	transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
		border-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
		font-weight 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
	background: transparent !important;
	border-radius: 0 !important;
}

/* Active state — bold + burgundy underline */
.category-filter-active-a85116b7 {
	color: #5c2434 !important;
	font-weight: 700 !important;
	border-bottom: 2px solid #5c2434 !important;
}

.category-filter-active-a85116b7 .e-button__title {
	color: #5c2434 !important;
	font-weight: 700 !important;
}

/* Inactive state — warm grey */
.category-filter-inactive-a85116b7 {
	color: #9a8e82 !important;
	font-weight: 500 !important;
	border-bottom: 2px solid transparent !important;
}

.category-filter-inactive-a85116b7 .e-button__title {
	color: #9a8e82 !important;
	font-weight: 500 !important;
	transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* Hover — blue with smooth underline reveal */
.category-filter-inactive-a85116b7:hover {
	color: #2563eb !important;
	border-bottom-color: #2563eb !important;
}

.category-filter-inactive-a85116b7:hover .e-button__title {
	color: #2563eb !important;
}
