
#wagtail-sidebar .sidebar form {
    visibility: hidden;
}

#tab-label-notifications {
    visibility: hidden;
}

@media print {
    
    .changelist-filter.col3{
        display: none;
    }
    .listing.full-width{
        width:  190mm;
    }
    .sidebar{
        display: none;
    }
    main#main{
        overflow: visible;
    }
    form#changelist-search{
        display: none;
    }
    .right.header-right{
        /* not great to make it static, but works okay,
        as the print format will generally be A4 */
        width: 350px;
    }
    .col.total-price > h2{
        font-size: large;
    }
    .col.total-price > h2{
        font-size: large;
    }
    nav.pagination{
        display: none;
    }
    .button{
        display: none;
    }
}

:root {
    /* primary color */
    --w-color-primary-hue: 259;
    --w-color-primary-saturation: 48.2%;
    --w-color-primary-lightness: 18.2%;

    /* secondary v1 */
    /* --w-color-secondary-hue: 211.9;
    --w-color-secondary-saturation: 100%;
    --w-color-secondary-lightness: 21.8%; */

    /* secondary v2 */
    /* --w-color-secondary-hue: 23.1; */
    /* --w-color-secondary-saturation: 95.7%; */
    /* --w-color-secondary-lightness: 54.7%; */

    /* positive AKA green */
    /* --w-color-positive-100: hsl(97 61.9% 38%); */

    /* critical AKA red */
    /* --w-color-critical-200: hsl(354.2 69.8% 35.1%); */
}

td:has(.admin-thumb-50) {
    width: 110px !important;
    /* padding-right: 0 !important; */
}