/**
 * @file
 * Styles for Show Title Custom module.
 */

.node-title-custom {
  margin: 1rem 0;
  font-weight: bold;
  color: inherit;
}

.node-title-custom a {
  text-decoration: none;
  color: inherit;
}

.node-title-custom a:hover {
  text-decoration: underline;
}
