/* Site-wide test environment watermark. Only include this file on test.parkstamps.org. */

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='170' viewBox='0 0 260 170'%3E%3Ctext x='130' y='96' text-anchor='middle' fill='%23b00020' fill-opacity='0.16' font-family='Arial,sans-serif' font-size='50' font-weight='700' transform='rotate(-28 130 85)'%3ETEST%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 260px 170px;
}

@media print {
    body::before {
        display: none;
    }
}
