#live-blog-wrapper.live-blog-safe {
    position: relative;
    z-index: 9999;
    margin-top: 30px;
    margin-bottom: 200px;
}
#live-blog-updates {
    border-left: 3px solid #ddd;
    padding-left: 25px;
    position: relative;
}
.live-update {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
}
.live-update::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #e60000;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 20px;
    border: 3px solid #fff;
}
.live-update .time {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    display: block;
}
.live-update .live-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.live-update p {
    font-size: 15px;
    margin: 5px 0;
    line-height: 1.5;
}
.live-update img {
    border-radius: 8px;
    margin-top: 10px;
    max-width: 100%;
    height: auto;
}
.live-update .read-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #e60000;
    text-decoration: none;
    font-weight: bold;
}