div[data-debug-wrapper]{position:fixed;left:0;top:0;height:100vh;width:min(100%,100vw);z-index:999999;pointer-events:none}div[data-debug-element]{position:absolute;right:0;bottom:4%;height:40px;width:50px;z-index:9999;background-color:#424242;border-radius:.5rem 0 0 .5rem}div[data-debug-element]:before{content:"ERR";color:#fff;font-family:monospace;font-size:1.2rem;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}@media(min-width:450px){div[data-debug-element]:before{content:"XXS"}}@media(min-width:576px){div[data-debug-element]:before{content:"XS"}}@media(min-width:640px){div[data-debug-element]:before{content:"SM"}}@media(min-width:768px){div[data-debug-element]:before{content:"MD"}}@media(min-width:1024px){div[data-debug-element]:before{content:"LG"}}@media(min-width:1280px){div[data-debug-element]:before{content:"XL"}}