/* Hyperlink */
a:hover {
  text-decoration: none;
}
.link-style-color-underline .entry-content :is(p a, strong > a, em > a), .link-style-color-underline :is(.entry-content > ul a, .entry-content > ol a) {
  color: var(--global-palette-highlight);
}
.link-style-color-underline .entry-content :is(p a:hover, strong > a:hover, em > a:hover), .link-style-color-underline :is(.entry-content > ul a:hover, .entry-content > ol a:hover) {
  text-decoration: none;
}
.link-style-color-underline .entry-content .has-theme-palette1-background-color :is(p a, strong > a, em > a), .link-style-color-underline .entry-content :is(.has-theme-palette1-background-color > ul a, .has-theme-palette1-background-color > ol a) {
  color: currentcolor;
  text-decoration-color: currentcolor;
}
.link-style-color-underline .entry-content .has-theme-palette1-background-color :is(p a:hover, strong > a:hover, em > a:hover), .link-style-color-underline .entry-content :is(.has-theme-palette1-background-color > ul a:hover, .has-theme-palette1-background-color > ol a:hover) {
  color: currentcolor;
  text-decoration-color: currentcolor;
}
