@layer components {
    [data-icon] {
            display: inline-block;
            flex-shrink: 0;
            height: 1em;
            width: 1em;
        }

    [data-dashboard-section] {
            scroll-margin-top: 9.5rem;
        }

    @media (min-width: 48rem) {
        [data-dashboard-section] {
                    scroll-margin-top: 8.75rem;
                }
    }

    @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0)
        }
        40% {
            -webkit-transform: scale(1.0)
        }
    }
}
