/*
  Theme Name: Hello Child Theme
  Description: Custom Child Theme
  Author: Matthias Seidel
  Author URI:   httpw://www.doryo.de
  Template: hello-elementor
  Version: 1.0.1
  Text Domain: child-theme
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Paragraph Styles */
p > a,
p > a:visited,
p > a:active,
p > em > a,
p > em > a:visited,
p > em > a:active,
p > sup > a,
p > sup > a:visited,
p > sup > a:active,
.link-text a,
.link-text a:visited,
.link-text a:active,
figcaption a,
figcaption a:visited,
figcaption a:active {
  color: var(--e-global-color-secondary) !important;
  cursor: pointer;
}

p > a:hover,
p > em > a:hover,
p > sup > a:hover,
.link-text a:hover {
  color: var(--e-global-color-primary) !important;
}


/* Tooltip Styles */
.tooltip {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tooltip:hover {
  color: var(--e-global-color-secondary);
}

.mb-tooltip__item {
  display: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--e-global-color-secondary);
  color: #000 !important;
  padding: 20px;
  max-width: 450px;
}
