<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/share/static/css/default_page.css");
@import url("individual_page.css");

main {
    display: grid;
    justify-content: center;
}


.pcb__product_page {
    width: 1080px;

    @media screen and (max-width: 1090px) {
        width: 100%;
        max-width: 800px;

    }
}
</pre></body></html>