.gm-news__tl-row{
	margin: 0;
}

.gm-news__tl-col-1{
	border-right: 1px solid #ccc;
}

.gm-news__tl-col-2{
	padding-bottom: 1rem;
}

.gm-news__tl-row .gm-news__tl-time, .gm-news__tl-row  .gm-news__tl-date  {
	font-weight: bold;
	color: #6e6e6e;
	margin-top: 1rem;
	text-align: right;
    font-size: .75rem;
	margin: 0;
}

.gm-news__tl-row p.gm-news__tl-bullet{
	position: relative;
    text-align: right;
    top: -3.25rem;
    left: 22px;
    font-size: 2.5rem;
	color: #6e6e6e;
}
.gm-news__tl-bullet::before{
	content: "\2022";
}

.block-editor-page .gm-news__tl-bullet{
	display: none;
}

p.gm-news__tl-time{
	padding-top: 1rem;
	padding-bottom: .5rem;
}
.gm-news__tl-row .gm-news__tl-heading{
	font-size: 20px;
    font-weight: bold;
    color: #6e6e6e;
	margin-top: 1rem;
}

@media screen and (max-width: 599px){
    .gm-news__tl-row{
        border-left: 1px solid #ccc;
		position: relative;
    }
     .gm-news__tl-row .gm-news__tl-time,  .gm-news__tl-row .gm-news__tl-date,  .gm-news__tl-row p.gm-news__tl-bullet{
        text-align: left;
    }
     .gm-news__tl-row p.gm-news__tl-bullet{
        top: 1rem;
	    left: -8px;
		position: absolute;
    }
    .gm-news__tl-col-1{
        border: none;
    }

}