@layer components {
    .dashboard-flat-button {
            align-items: center;
            background: var(--dashboard-color-pill);
            border: 1px solid transparent;
            border-radius: var(--dashboard-radius-pill);
            box-shadow: none;
            color: var(--dashboard-color-text);
            display: inline-flex;
            font-size: 0.875rem;
            font-weight: 650;
            gap: 0.375rem;
            justify-content: center;
            min-height: 2.5rem;
            padding: 0.625rem 1rem;
            text-decoration: none;
            white-space: nowrap;
        }
}
