main a {
  color: var(--wp--preset--color--primary) !important;
}

.wp-block-navigation-item a[href="#"] {
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
   .mobile-only{
        display: none;
   }
}

.use-case-table td:first-child {
   min-width: 100px;
}