#bhp-overlay {
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Arial, sans-serif;
    direction: rtl;
}
#bhp-box {
    background: #fff;
    border-radius: 8px;
    width: 92%;
    max-width: 460px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    animation: bhpin .3s ease;
}
@keyframes bhpin { from{opacity:0;transform:translateY(-16px)} to{opacity:1;transform:translateY(0)} }
.bhp-hdr { background:#8b0000; padding:20px 24px; text-align:center; }
.bhp-hdr-sub { margin:0 0 4px; color:rgba(255,255,255,.65); font-size:11px; letter-spacing:.1em; text-transform:uppercase; }
.bhp-hdr-ttl { margin:0; color:#fff; font-size:18px; font-weight:600; }
.bhp-body { padding:16px 22px 20px; }
.bhp-badge-row { text-align:center; margin-bottom:14px; }
.bhp-badge { display:inline-block; padding:4px 18px; border-radius:20px; font-size:12px; font-weight:700; letter-spacing:.06em; }
.bhp-open   { background:#e8f5e9; color:#2e7d32; border:1px solid #a5d6a7; }
.bhp-closed { background:#fce4e4; color:#c62828; border:1px solid #ef9a9a; }
.bhp-tbl { width:100%; border-collapse:collapse; margin-bottom:12px; }
.bhp-tbl tr { border-bottom:1px solid #f2f2f2; }
.bhp-tbl tr:last-child { border-bottom:none; }
.bhp-tbl td { padding:7px 4px; font-size:13.5px; }
.bhp-d { font-weight:600; color:#222; width:50%; }
.bhp-d small { font-size:10px; color:#8b0000; font-weight:400; }
.bhp-t { color:#555; text-align:left; direction:ltr; font-family:'Courier New',monospace; font-size:13px; }
.bhp-cx { color:#ccc !important; font-style:italic; }
.bhp-tr { background:#fff8f8; }
.bhp-tr .bhp-d { color:#8b0000; }
.bhp-tr .bhp-t { color:#8b0000; font-weight:600; }
.bhp-hr { height:1px; background:#f0f0f0; margin:12px 0; }
.bhp-del { background:#fff8f8; border-right:3px solid #8b0000; padding:10px 14px; border-radius:3px; color:#333; font-size:14px; line-height:1.6; margin-bottom:14px; }
.bhp-cd { text-align:center; background:#fafafa; border:1px solid #eee; border-radius:6px; padding:16px 12px; }
.bhp-cd-lbl { color:#999; font-size:11px; letter-spacing:.1em; text-transform:uppercase; margin-bottom:8px; }
.bhp-cd-num { font-size:40px; font-weight:700; color:#8b0000; font-family:'Courier New',monospace; line-height:1; }
.bhp-cd-sub { margin-top:7px; color:#aaa; font-size:12px; }
.bhp-btn { display:block; width:100%; padding:13px; background:#8b0000; color:#fff; border:none; border-radius:5px; font-size:15px; font-weight:600; cursor:pointer; font-family:inherit; transition:background .2s; }
.bhp-btn:hover { background:#a50000; }
.bhp-ftr { background:#fafafa; border-top:1px solid #f0f0f0; padding:9px 22px; text-align:center; color:#ccc; font-size:11px; }
