#urlop-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:999999}
#urlop-popup{position:relative;max-width:90%;max-height:90%}
#urlop-popup img{display:block;max-width:100%;max-height:90vh;border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,.4)}
#urlop-popup-close{position:absolute;right:-15px;top:-15px;width:40px;height:40px;border:none;border-radius:50%;background:#fff;cursor:pointer;font-size:28px;line-height:40px}
