/*
	Theme Name: Taraddod Theme
	Theme URI: https://taraddod.test
	Description: Custom child theme of Hello Elementor for the Taraddod freelance-marketplace platform.
	Author: Taraddod
	Template: hello-elementor
	Version: 1.0.78
	Requires at least: 6.0
	Requires PHP: 7.4
	Text Domain: taraddod-theme
*/

/*
 * Hello Elementor's reset.css sets a pink/red (#c36) hover+focus background on every
 * button/[type=button]/[type=submit] element site-wide. Replace it permanently with a
 * light green, with dark-green text for contrast. The "body" ancestor bumps specificity
 * (0,1,2) above both the parent's button:hover (0,1,1) and our own component classes'
 * base-state rules (0,1,1), so this wins regardless of stylesheet load order.
 */
body [type="button"]:hover,
body [type="button"]:focus,
body [type="reset"]:hover,
body [type="reset"]:focus,
body [type="submit"]:hover,
body [type="submit"]:focus,
body button:hover,
body button:focus {
	background-color: #A7F3D0;
	border-color: #065F46;
	color: #065F46;
}
