/* prn-style.css (REPLACE) */
.prn-lookup-wrap { margin: 1em 0; display:flex; align-items:center; gap:8px; }
.prn-input { padding: .5em; width:180px; font-size:16px; }
.prn-button { padding:.5em .9em; }

#prn_winner_overlay.prn-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.85);
    z-index: 2147483647 !important; /* extremely high */
    overflow: hidden;
}

#prn_fireworks_container {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none; /* let clicks go through to close button/text */
}

#prn_overlay_details {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    max-width: 90%;
    padding: 1rem 2rem;
    font-weight: 600;
}

#prn_overlay_close {
    position: fixed;
    top: 18px;
    right: 22px;
    z-index: 2147483648 !important;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}

body.prn-no-scroll {
    overflow: hidden !important;
    height: 100vh !important;
}
