.live-newsfeeds-block {
    border-top: 2px solid #008fc2;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 18px;
    background-color: #F6F6F6;
    font-family: Arial, sans-serif;
}

.live-newsfeeds-block .time {
    background-color: #008fc2;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.live-newsfeeds-block .headline h3 {
    font-size: 18px;
    margin: 18px 0;
}

.live-newsfeeds-block .headline p {
    font-size: 14px;
    color: #000;
    margin: 8px 0;
    line-height: 1.5;
}

.live-newsfeeds-block .share {
    margin-top: 22px;
}

.live-newsfeeds-block .share-button {
    background: none;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 8px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.live-newsfeeds-block .share-button:hover {
    background-color: #008fc2;
    color: #fff;
    border-color: #008fc2;
}

.live-newsfeeds-block .share-button svg {
    fill: currentColor;
    flex-shrink: 0;
}

html[dir="rtl"] .live-newsfeeds-block .share {
    text-align: right; 
}

html[dir="rtl"] .live-newsfeeds-block .time {
    left: auto;
    right: 0px;
    text-align: right;
    direction: rtl; 
}
