/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
[data-name="post"],
[data-name="post"] * {
	cursor: pointer;
}

[data-name="post"] {
	width: 100%;
}
[data-name="post"]::before {
	content: "";
	width: 100%;
	/*height: 1px;*/
	margin: -10px 0 10px 0;
	/*background: #c5c5c5;*/
	border-bottom: var(--border);
	position: relative;
	float: left;
	pointer-events: none;
	cursor: unset;
}
[data-name="post"]:nth-of-type(1)::before {
	content: unset;
}
[data-name="post"] [data-type="thumbnails"] {
	height: 100%;
	margin: 0 10px 0 0;
}
[data-name="post"] [data-name="timestamp"],
[data-name="post"] [data-name="categories"],
[data-name="post"] [data-name="authors"] {
	font-size: 0.938rem;
}
[data-name="post"] [data-name="timestamp"] {
	float: right;
}

[data-name="post"] [data-name="headline"] {
	font-family: "NunitoSans-SemiBold";
	/*line-height: 1.063rem;
	padding: 0 10px 2px 10px;*/
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
[data-name="post"] [data-name="description"] {
	display: none;
}


[data-name="post"]:hover [data-name="headline"],
[data-name="post"]:hover [data-name="authors"] {
	text-decoration: underline;
	color: #0a68ce;
}
[data-name="post"]:hover [data-name="timestamp"],
[data-name="post"]:hover [data-name="categories"],
[data-name="post"]:hover [data-name="authors"]::before {
	color: #0a68ce;
	opacity: 0.7;
}

[data-name="post"][data-type="news"] [data-name="authors"]::before {
	content: "By: ";
	pointer-events: none;
}
[data-name="post"][data-type="opinion"] [data-name="authors"]::before {
	content: "Opinion by: ";
	pointer-events: none;
}



[data-name="latest-articles"] [data-name="post"] [data-type="thumbnails"] {
	width: 180px;
	min-width: 180px;
	min-height: 100px;
}
[data-name="latest-articles"] [data-name="post"] [data-name="headline"] {
	width: calc(100% - 190px);
	max-height: 65px;
	-webkit-line-clamp: 3;
}

[data-name="left-column"] [data-name="post"] [data-type="thumbnails"] {
	width: 70px;
	min-width: 70px;
	min-height: 70px;
}
[data-name="left-column"] [data-name="post"] [data-name="headline"] {
	width: calc(100% - 80px);
	max-height: 65px;
	-webkit-line-clamp: 2;
}
[data-name="left-column"] [data-name="post"] [data-name="categories"],
[data-name="left-column"] [data-name="post"] [data-name="authors"] {
	display: none;
}

