/* Keep the desktop token-card hover glow flush with both row edges. */
@media (hover: hover) and (pointer: fine) {
  .token-card {
    overflow: hidden;
  }

  .token-card::before,
  .token-card::after {
    content: none !important;
    display: none !important;
  }

  .token-card:hover {
    border-radius: 7px !important;
  }

}
