/* Dipakai bersama oleh baca.php (asli) dan panel admin (live preview) */
.wm-layer {
    position: absolute; inset: 0; pointer-events: none; overflow: hidden;
    color: #C0392B; text-transform: uppercase; letter-spacing: .04em;
}
.wm-layer span { white-space: nowrap; display: block; }

.wm-diagonal_repeat {
    display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
    align-content: space-evenly; gap: 40px; padding: 16px; transform: rotate(-28deg) scale(1.3);
}
.wm-top_bar, .wm-bottom_bar {
    display: flex; align-items: center; justify-content: center; padding: 6px 10px; text-align: center; height: auto;
}
.wm-top_bar { top: 0; bottom: auto; }
.wm-bottom_bar { top: auto; bottom: 0; }
.wm-center_stamp {
    display: flex; align-items: center; justify-content: center; text-align: center;
    transform: rotate(-22deg); border: 3px solid currentColor; padding: 10px 26px; border-radius: 10px;
    width: fit-content; height: fit-content; margin: auto; position: absolute; inset: 0;
}
.wm-corner_stack {
    display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end;
    text-align: right; padding: 10px 12px; gap: 2px; height: auto; top: auto; left: auto;
}
