Describe the current behavior
File: component-pickup-availability.css
The @keyframes animateDrawerOpen definition incorrectly nests @media queries inside the keyframes block. This is invalid CSS syntax and will be ignored by the browser, causing the intended animation to fail.
Describe the expected behavior
The keyframes should be defined globally and media queries should be used to apply the animation conditionally to selectors, not inside the @keyframes rule.
Version information (Dawn, browsers and operating systems)