{"version":3,"file":"Schedule.module.mjs","names":[],"sources":["../../../src/components/Schedule/Schedule.module.css"],"sourcesContent":[".root {\n  &:where([data-layout='responsive']) {\n    container-type: inline-size;\n  }\n}\n\n.desktopView {\n  display: block;\n  height: 100%;\n\n  @container (width <= 600px) {\n    display: none;\n  }\n}\n\n.mobileView {\n  display: none;\n  height: 100%;\n\n  @container (width <= 600px) {\n    display: block;\n  }\n}\n"],"mappings":""}