/* Invoice Generator Tool Explanation Styles */

/* Customize standard box styling for this tool if needed */
.tool-explanation {
	h3 {
		color: var(--primary);
		margin-top: 1.5rem;
		margin-bottom: 0.8rem;
	}
}
