@layer components {
    .dashboard-panel-help-button {
            background: transparent;
            border: 0;
            color: var(--dashboard-color-text-muted);
            cursor: pointer;
            display: inline-flex;
            padding: 0;
        }

    .dashboard-panel-help-button:hover {
            color: var(--dashboard-color-text);
        }

    .dashboard-panel-help-button i,
        .dashboard-panel-help-button svg {
            height: 1rem;
            width: 1rem;
        }
}
