@layer components {
    .dashboard-icon-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;
            justify-content: center;
            min-height: 2.5rem;
            min-width: 2.5rem;
            padding: 0.625rem;
        }
}
