/* WCUI styling for spell/item links generated by [wcui_spell] */
a.wcui-spell-link {
  color: #ffd979;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted rgba(231, 198, 117, 0.6);
  padding-bottom: 1px;
  transition: color 0.15s ease, border-color 0.15s ease;
}

a.wcui-spell-link:hover,
a.wcui-spell-link:focus {
  color: #fff2c1;
  border-bottom-color: rgba(255, 242, 193, 0.95);
}
