.important-notice{border:2px solid #e74c3c;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff5f5 0%,#fff 100%);position:relative}
.important-notice::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e74c3c,#c0392b)}
.important-notice .featured-card{display:flex;flex-direction:row;align-items:center}
.important-notice .featured-image{flex:0 0 45%;max-width:45%;height:280px}
.important-notice .featured-content{flex:1;padding:30px 40px}
.important-notice .featured-title{color:#c0392b;font-size:1.6em;margin-bottom:15px}
.important-notice .featured-meta{margin-bottom:15px}
.important-category{background:#e74c3c!important;color:#fff!important}
.featured-badge.important{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.important-btn{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);color:#fff;padding:12px 25px;border-radius:25px;font-weight:500;transition:all 0.3s ease}
.important-btn:hover{background:linear-gradient(135deg,#c0392b 0%,#a93226 100%);transform:translateX(5px)}
.cctv-featured{border:2px solid #c41e3a;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);position:relative}
.cctv-featured::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#c41e3a,#e94560,#c41e3a);background-size:200% 100%;animation:shimmer 3s infinite}
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.cctv-featured .featured-card{display:flex;flex-direction:row;align-items:center}
.cctv-featured .featured-image{flex:0 0 45%;max-width:45%;height:280px}
.cctv-featured .featured-content{flex:1;padding:30px 40px}
.cctv-featured .featured-title{color:#fff;font-size:1.6em;margin-bottom:15px;text-shadow:0 2px 10px rgba(0,0,0,0.3)}
.cctv-featured .featured-meta{margin-bottom:15px}
.cctv-featured .featured-desc{color:rgba(255,255,255,0.85)}
.cctv-category{background:linear-gradient(135deg,#c41e3a 0%,#e94560 100%)!important;color:#fff!important}
.cctv-badge{background:linear-gradient(135deg,#c41e3a 0%,#e94560 100%);animation:glow 2s infinite}
@keyframes glow{0%,100%{box-shadow:0 0 5px rgba(233,69,96,0.5)}50%{box-shadow:0 0 20px rgba(233,69,96,0.8),0 0 30px rgba(233,69,96,0.4)}}
.cctv-btn{background:linear-gradient(135deg,#c41e3a 0%,#e94560 100%);color:#fff;padding:12px 25px;border-radius:25px;font-weight:500;transition:all 0.3s ease}
.cctv-btn:hover{background:linear-gradient(135deg,#e94560 0%,#c41e3a 100%);transform:translateX(5px);box-shadow:0 5px 20px rgba(196,30,58,0.4)}
