.academic-hub-wrapper{overflow:hidden;border:1px solid #ddd;border-radius:8px;background:#fff}
.academic-hub-header{padding:10px;background:#000;color:#fff;font-weight:bold}
.blink-text{color:red;animation:blink 1s infinite}
@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}
.academic-hub-scroll{height:200px;overflow:hidden;position:relative}
.academic-hub-scroll .item{padding:10px;border-bottom:1px solid #eee;background:#fff}
