.video-popup-overlay{display:none;position:fixed;top:0;left:0;right:0;width:100%;height:100%;background:rgb(0 0 0 / .9);z-index:9999;justify-content:center;align-items:center;padding:5% 0;box-sizing:border-box}.video-popup-content{position:relative;width:100%;max-width:1000px;background:#fff;border-radius:10px;overflow:hidden;height:100%;max-height:90%;margin:0 auto}.popup-modal__body-video{width:100%;height:100%}.video-popup-close{position:absolute;top:0;right:0;background:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgb(0 0 0 / .2)}.video-popup-header{padding:20px;border-bottom:1px solid #eee;background:#f9f9f9}.video-popup-title{margin:0 0 10px 0;font-size:24px;color:#333}.video-popup-meta{color:#666;font-size:14px;margin-bottom:10px}.video-popup-body{display:flex;flex-direction:column}.video-popup-player{position:relative;padding-bottom:56.25%;height:0;background:#000}.video-popup-player iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-popup-article-content{padding:20px}.video-popup-thumbnail{width:100%;height:200px;object-fit:cover;margin-bottom:15px}.video-popup-excerpt{color:#666;line-height:1.6;margin-bottom:15px}.video-popup-full-content{line-height:1.8;color:#333}.video-post-trigger{cursor:pointer;transition:transform 0.3s ease}.video-post-trigger:hover{transform:translateY(-5px)}