/*
 Theme Name:   Hello Elementor Child
 Description:  hello elementor child theme
 Author:       Marvin
 Author URI:   https://www.webgorilla.ch
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

#webgorilla-dashboard {
	font-size: 16px !important;
}

#webgorilla-dashboard h1 {
	font-size: 48px !important;
}
#webgorilla-dashboard h2 {
	font-size: 32px !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	letter-spacing: 1px !important;
}
#webgorilla-dashboard h3 {
	font-size: 24px !important;
}

#webgorilla-dashboard  .woocommerce-MyAccount-content-wrapper { /* Content Container with Data */
	background-color: #414141 !important;
	padding: 20px !important;
	border-top: 4px solid var(--e-global-color-accent) !important;
	border-bottom: 4px solid #414141 !important;
	border-left: 4px solid #414141 !important; 
	border-right: 4px solid #414141 !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: .5rem !important;
	border-bottom-right-radius: .5rem !important;
}

#webgorilla-dashboard  .woocommerce-MyAccount-content-wrapper-no-data { /* Content Container without Data */
	background-color: #000 !important;
	padding: 0 !important;
	border-radius: .5rem !important;
}


#webgorilla-dashboard .woocommerce-info { /* Info Alert */
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	background-color: #414141 !important;
	border-top: 4px solid var(--e-global-color-accent) !important;
	border-bottom: 4px solid #414141 !important;
	border-left: 4px solid #414141 !important; 
	border-right: 4px solid #414141 !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: .5rem !important;
	border-bottom-right-radius: .5rem !important;
	color: var(--e-global-color-secondary) !important;
	padding: 20px !important;
}
#webgorilla-dashboard .woocommerce-info a { /* Info Alert Button */
	border-radius: .5rem !important;
	padding: .5rem 1rem !important;
	font-size: 16px !important;
	font-weight: normal !important;
	background-color: #fff !important;
	color: #000 !important;
}
#webgorilla-dashboard .woocommerce-info a:hover { /* Info Alert Button */ 
	background-color: var(--e-global-color-accent) !important; 
	color: #fff !important;
}
#webgorilla-dashboard .woocommerce-info::before, #webgorilla-dashboard .woocommerce-info::after { /* Hide unused elements */
	display: none !important;
}