ul.veegam-liveblog-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.veegam-liveblog {
	padding-left: 30px;
}

.veegam-theme-light .veegam-liveblog {
	border-left: 1px dotted #bbb;
}

.veegam-theme-dark .veegam-liveblog {
	border-left: 1px dotted #eee;
}

.veegam-liveblog .veegam-liveblog-post {
	position: relative;
	padding-bottom: 30px;
}

@keyframes veegam-liveblog-highlight {
	0% {
	  background: #fefcbf;
	}
	100% {
	  background: none;
	}
  }

.veegam-liveblog .veegam-liveblog-highlight {
	animation: veegam-liveblog-highlight 2s;
}

.veegam-liveblog .veegam-liveblog-post:last-child {
	margin-bottom: 30px;
}

.veegam-liveblog .veegam-liveblog-post::before {
	content: '';
	display: block;
	position: absolute;
	left: -36px;
	top: 9px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	border-radius: 50%;
}

.veegam-theme-light .veegam-liveblog-post::before {
	background-color: #eee;
	border: 3px solid #ddd;
}

.veegam-theme-dark .veegam-liveblog-post::before {
	background-color: #fff;
	border: 3px solid #eee;
}

.veegam-liveblog-post-heading {
	padding-top: .6em !important;
	font-size: 22px !important;
	margin-top: 0 !important;
}

.veegam-liveblog-post-sharing {
	margin-top: 10px;
}

.veegam-liveblog-post-sharing a {
	color: rgba( 0, 0, 0, .5 );
	display: inline-block;
}

.veegam-liveblog-post-sharing a:hover {
	color: rgba( 0, 0, 0, 1 );
}

.veegam-liveblog-post-content {
	width: 100%;
	overflow: hidden;
}

.veegam-liveblog-post-content p:last-of-type {
	margin-bottom: 0;
}

.veegam-liveblog-closed-message,
.veegam-no-liveblog-entries-message {
	font-style: italic;
	margin: 15px 0;
}

.veegam-liveblog-actions {
	font-size: .9rem;
	margin-top: 15px;
	opacity: .9;
}

.veegam-liveblog-actions a {
	margin-right: 6px;
	display: inline-block;
}

.veegam-liveblog-post-time {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.veegam-liveblog-post-author {
	margin-top: 4px;
	font-size: 14px;
}

.veegam-theme-light .veegam-liveblog-post-time {
	color: #666;
}

.veegam-theme-light .veegam-liveblog-post-author {
	color: #111;
}

.veegam-theme-dark .veegam-liveblog-post-time {
	color: #eee;
}

.veegam-theme-dark .veegam-liveblog-post-author {
	color: #fff;
}

.veegam-theme-dark .veegam-liveblog-post-sharing a {
	color: rgba( 255, 255, 255, .6 );
}

.veegam-theme-dark .veegam-liveblog-post-sharing a:hover {
	color: rgba( 255, 255, 255, 1 );
}

#veegam-load-more {
	border: 0;
}

.veegam-theme-light .veegam-button {
	color: #fff;
}

.veegam-theme-dark .veegam-button {
	color: #000;
}

#veegam-show-new-posts {
	margin-bottom: 15px;
}


/* Live Blog Post Timeline Styles */



.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.blog-list::before {
    content: '';
    position: absolute;
    left: 33px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #c00;
}

.blog-list li {
    margin-bottom: 30px;
    padding-left: 12px;
    position: relative;
}

/* Timeline Dot */
.blog-list li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 8px;
    height: 8px;
    background-color: #c00;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #c00;
}

/* Timestamp */
.timestamp {
    margin-bottom: 8px;
}

.timestamp span {
    font-size: 13px;
    color: #e31b22;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Title */
.blog-list li h2 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin: 8px 0 12px 0;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Paragraphs */

/* Quote Box */
.veegam-liveblog-quote,
blockquote {
    background-color: #fff;
    border-left: 4px solid #c00;
    padding: 12px 15px;
    margin: 15px 0;
    font-size: 13px;
    color: #666;
    font-style: italic;
    line-height: 1.6;
}

/* Tags */
.veegam-tag,
.timeline-tag {
    display: inline-block;
    background-color: #e8e8e8;
    color: #333;
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* Meta Information */
.veegam-liveblog-meta,
.timeline-meta {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    font-style: italic;
}

/* Author */
.veegam-liveblog-post-author {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* .blog-list li {
        padding-left: 60px;
    } */

    .blog-list::before {
        left: 20px;
    }

    .blog-list li::before {
        left: -10px;
        width: 8px;
        height: 8px;
        border-width: 3px;
    }

   
    .timestamp span {
        font-size: 12px;
    }
}



    .blog-list::before {
        left: 15px;
    }

    .blog-list li::before {
        left: -10px;
        width: 8px;
        height: 8px;
        border-width: 3px;
    }

   

    


/* Link Styling */
.blog-list li a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

.blog-list li a:hover {
    text-decoration: underline;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #d9d9d9;
    color: #c00;
    padding: 2px 16px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 15px;
    width: fit-content;
}
.live-badge::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #c00;
    border-radius: 50%;
    animation: pulse 1s ease-in-out infinite;
}
 @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }