#dashboards-show {
  .content-block {
    color: var(--wa-color-gray-95);
    font-size: var(--wa-font-size-2xl);
    font-weight: var(--wa-font-weight-bold);
    padding: var(--wa-space-l);
    text-align: center;

    a:has(&) {
      text-decoration: none;
    }
  }
}
