@layer defaults.tablet{}@layer components.tablet{}@layer roll-paper.tablet{}@layer aheader.tablet{}@layer pagination.tablet{}@layer preview-switch.tablet{label:has(> input#preview-switch-desctop) {
    display: none;
}





label:has(> input#preview-switch-mobile) {
    position: fixed;
    

    

    top: 10px;
    right: 10px;

    height: 48px;

    padding-left: 10px;
    padding-right: 10px;



    color: hsl(0, 0%, 50%);
    border-color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
}

label:has(> input#preview-switch-mobile):hover {
    color: hsl(0, 0%, 100%);
}


label:has(> input#preview-switch-mobile:checked) {
    border-width: 1px;
    padding-left: calc(10px - 1px);
    padding-right: calc(10px - 1px);

    color: hsl(0, 0%, 100%);
}


label:has(> input#preview-switch-mobile) > span {
    margin-bottom: -3px;
}








label:has(> input#preview-switch-mobile) {
    cursor: pointer;
}













 }@layer alist.tablet{}@layer primary-header.tablet{header.primary-header {
    padding-left: 68px;
}












 }