.liveblog-header h1 {
    margin: 0;
    margin-bottom: 1rem;
}

.liveblog-status {
    font-size: 0.9rem;
    font-weight: bold;
}

.liveblog-top .live{
    color: red;
}

.liveblog-top .closed{
    color: var(--color-main);
}
.live-update .update-content .wp-block-image {
    margin: 0 !important;
}
.live-update .update-content .wp-block-image img{
    border-radius: 6px;
    max-height: 45vh;
    width: auto;
    transition: all 0.2s ease;
}

.live-update .update-content .wp-block-image img:hover{
    border-radius: 12px;
}

.updates-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
    .updates-wrapper {
        margin-top: 1rem;
    }
}

.update-time {
    font-size: 0.85rem;
    color: var(--color-accent);
    font-weight: 500;
    margin:0;
}

.update-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: var(--text-color-comm);
    line-height: normal;
}

.update-content p{
    margin-bottom: 0.4rem !important;
}

.liveblog-intro p{
    color: var(--text-color-comm);
    margin: 0;
    margin-top: 0.5rem;
}

.liveblog-top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
}

.liveblog-status {
    margin: 0;
}

.liveblog-meta {
    padding-top: 1px;
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-color-dates);
    font-weight: 500;
    text-align: bottom;
}

.live-update {
    background: var(--off-white);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.live-update:hover {
    border-radius: 24px;
}

.live-update-top {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 0.5rem;
    padding-top: 5px;
}

@media (max-width: 768px) {
    .live-update-top {
        display: grid;
        grid-template-columns: 20vw auto;
        gap: 0.5rem;
        padding-top: 5px;
    }
    .social-share-liveblog .share-button svg {
        width: 1.2rem;
    }
    .social-share-liveblog .share-button {
        padding-inline: 2px;
        max-height: 4vh;
        border-radius: 6px;
    }
}

.social-share-liveblog {
    display: flex;
    justify-content: end;
}

.social-share-liveblog .share-buttons{
    margin-bottom: 0 !important;
}

.social-share-liveblog .share-buttons:hover {
    min-height: 5vh !important;
}

.share-button--copy {
    border: none !important;
}

@media (min-width: 1024px) {
    .liveblog-single .share-buttons {
        max-width: 75%;
        min-width: 75%;
    }
    .liveblog-single {
        margin-top: 2.5rem;
    }
}

@media (max-width:768px) {
    .wp-block-image  {
        max-width: 150px;
        height: auto;
        border-radius: 6px;
    }
    .liveblog-single {
        padding-inline: 0.5rem;
    }
    .share-button--copy {
        display: none !important;
    }
}
