/*
Theme Name: morntag – Child Hello Elementor
Author: morntag
Description: A child theme for Hello Elementor, with some superpowers added by morntag.
Version: 1.5.11
Template: hello-elementor

This is the child theme for Hello Elementor theme.
*/

/* ==========================================================================
   Default styles
   ========================================================================== */

/* Remove underline from buttons */
.wp-block-button .wp-block-button__link {
  text-decoration: none;
}

/* Custom styling for outline of focused elements when navigating 
 with keyboard */
*:focus-visible {
  outline: 2px solid var(--e-global-color-primary);
  outline-offset: 2px;
}

/* ==========================================================================
   Custom styles (Begin every section with a comment like this).
   ========================================================================== */

/* Glossary Tooltip custom styling */
#ttcont{
	background: #fff !important;
	color: var(--e-global-color-text) !important;
	box-shadow: none  !important;
	border: 1px solid #000 !important;
}