#holiday-popup.popup-overlay{position:fixed;inset:0;background:0 0;display:none;align-items:center;justify-content:center;z-index:9999}#holiday-popup .popup-content{position:relative;width:auto;max-width:800px;max-height:90vh;background:0 0;border-radius:0;overflow:hidden;box-shadow:none;padding:0}#holiday-popup .popup-close{position:absolute;top:0;right:4px;border:none;background:0 0;color:black;font-size:40px;line-height:1;cursor:pointer;z-index:2;transition:color .2s ease,transform .2s ease;text-shadow:0 0 5px rgba(0,0,0,.7)}#holiday-popup .popup-close:hover{color:#ff4b4b;transform:scale(1.1)}#holiday-popup.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:none;align-items:center;justify-content:center;z-index:9999}