.wpgmza-tc-state-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 12px 0;
}

.wpgmza-tc-state-buttons__label {
	font-weight: 600;
	margin-right: 4px;
}

.wpgmza-tc-state-btn {
	padding: 6px 14px;
	border: 2px solid #0073aa;
	border-radius: 4px;
	background: #fff;
	color: #0073aa;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	line-height: 1.4;
}

.wpgmza-tc-state-btn:hover,
.wpgmza-tc-state-btn--active {
	background: #0073aa;
	color: #fff;
}
