/* https://vivalac.net/userdatb/9440/wp-content/themes/keyweb/css/2.news-announce.css?ver=6.4.1 */
.highlight-popup{position:fixed;bottom:20px;left:20px;z-index:9999;display:none;max-width:320px;background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.15);overflow:hidden;animation:fadeInUp 0.6s ease;font-family:inherit}.highlight-popup .news-popup-content{display:flex;align-items:center;position:relative;padding:10px}.popup-thumb{width:90px;height:90px;object-fit:cover;flex-shrink:0}.popup-info{padding:10px 12px;flex:1}.popup-title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 5px;line-height:1.4}.popup-meta{font-size:13px;color:#666;margin-bottom:5px}.popup-link{font-size:13px;color:#2b7a2b;text-decoration:none;font-weight:600}.popup-link:hover{text-decoration:underline}.popup-close{position:absolute;top:3px;right:6px;border:none;background:transparent;font-size:18px;cursor:pointer;color:#999}.popup-close:hover{color:#000}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}