.liveHead.flx-box-sb.mA {
    display: flex;
    justify-content: space-between;
}
.refreshUpdate {
    height: 12px;
    padding: 0;
    width: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.refreshUpdate:before {
    border-radius: 50%;
    border: 2px solid #828282;
    border-top-color: transparent;
    height: 13px;
    width: 13px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.refreshUpdate:after {
    border-color: transparent transparent transparent #828282;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    height: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: 0;
    transform: rotate(45deg);
}
.refreshUpdate:after, .refreshUpdate:before {
    content: "";
    display: block;
}
.updateInfo_details>span {
    margin-right: 5px;
}


.liveHead.flx-box-sb.mA h2 {
    font-size: 1rem;
    line-height: 1rem;
    background: no-repeat;
    color: #fff;
    margin: 0;
      padding:2px;
}

.livenow {
    border-radius: 50%;
    margin: 0;
    height: 10px;
    width: 10px;
    transform: scale(1);
    background: #fff;
    box-shadow: 0 0 0 0 #fff;
    content-visibility: auto;
    contain-intrinsic-height: 10px;
}
.liveIndicator {
    position: relative;
    display: inline-flex;
    width: 10px;
    height: 10px;
}
.livenowAnim {
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
    0% {
        transform: scale(.5);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.8)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px hsla(0,0%,100%,0)
    }

    to {
        transform: scale(.5);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,0)
    }
}


.live-blog-update {
    padding-left: 16px;
    border-left: 1px solid #e9caca;
    margin-top: 16px;
    margin-left: 7px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #d2d2d2;
}

.live-blog-update:before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background: #d83832;
    position: absolute;
    top: 11px;
    left: -5px;
}

.live-blog-update time {
    color: #d83832;
    margin-right: 5px;
      font-weight: 700;
}

.live-blog-update h4.lv_headline {
    margin: 0.2em 0 1em 0;
}


.liveCapsule {
    background: #d83232;
    padding: 5px 10px 5px 5px;
    border-radius: 100px;
    display: inline-flex;
    margin-right: 12px;
      vertical-align: middle;
}
strong.indicatorText {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    margin-left: 4px;
    line-height: 0 !important;
    display: block;
    position: relative;
    padding: 7px;
    letter-spacing: normal;
}


.single .liveIndicator .livenow.livenowAnim {
    position: absolute;
    top: 2px;
    left: 5px;
}


.recent-posts-with-image {
    list-style: none;
    padding: 0;
}
.recent-posts-with-image li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
        gap: 2%;
}
.recent-posts-with-image li img {
    margin-right: 10px;
}
.recent-posts-with-image li a {
    text-decoration: none;
    color: #333;
}
.recent-posts-with-image li a:hover {
    text-decoration: underline;
}
a.image_cover {
    width: 30%;
}
a.content_cover {
    width: 70%;
}
body.archive .liveCapsule.iflx-box.mA .liveIndicator {
    top: 2px;
    left: 4px;
}
.livenow.livenowAnim {
    position: absolute;
    top: 1px;
    left: 4px;
}

 
.disable_update .liveCapsule {
    background-color: gray;
    color: darkgray;
    cursor: not-allowed;
}
.disable_update .livenowAnim {
    animation: none;
}
.disable_update .live-blog-update * {
    color: darkgray;
}
.disable_update .live-blog-update:before {
    background-color: darkgray;
}
.disable_update .liveHead.flx-box-sb.mA * {
    color: darkgray;
}
.wd_recent_posts_shortcode_wrap{
    display: list-item;
}