/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
[data-name="post"],
[data-name="post"] * {
	/*font-weight: 200;*/
	cursor: pointer;
}

[data-name="post"] {
	width: 100%;
}
[data-name="post"]::before {
	content: "";
	width: 100%;
	margin: -15px 0 0 0;
	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"] {
	width: 180px;
	min-width: 180px;
	height: 100%;
	min-height: 100px;
	padding: 5px;
	margin: 0 10px 0 0;
	border: var(--border-dashed);
	background: var(--fff);
}
[data-name="left-column"] [data-name="post"] [data-type="thumbnails"],
[data-name="right-column"] [data-name="post"] [data-type="thumbnails"] {
	width: 70px;
	min-width: 70px;
	min-height: 70px;
	padding: 3px;
}
[data-name="post"] [data-name="categories"],
[data-name="post"] [data-name="authors"] {
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
}
[data-name="post"] [data-name="timestamp"],
[data-name="post"] [data-name="categories"],
[data-name="post"] [data-name="categories"] span,
[data-name="post"] [data-name="authors"],
[data-name="post"] [data-name="authors"] span {
	/*font-size: 0.875rem;
	line-height: 0.813rem;*/
	font-size: 0.75rem;
	line-height: 0.813rem;
	font-weight: 300;
	/*background: rgba(0, 0, 0, 0.3);*/
}
[data-name="post"] [data-name="categories"] span,
[data-name="post"] [data-name="authors"] span {
	font-weight: 500;
	position: relative; float: left;
}
[data-name="post"] [data-name="timestamp"] {
	float: right;
}
/*[data-name="post"] [data-name="authors"],*/
[data-name="post"] [data-name="authors"] span {
	font-size: 0.813rem;
}
[data-name="post"] [data-name="headline"] {
	font-weight: 700;
	/*font-size: 1.063rem;*/
	font-size: 1rem;
	line-height: 1.188rem;
	width: calc(100% - 190px);
	/*max-height: 65px;*/
	margin: 8px 0 8px 0;
	padding: 0 0 1px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
[data-name="left-column"] [data-name="post"] [data-name="headline"],
[data-name="right-column"] [data-name="post"] [data-name="headline"] {
	width: calc(100% - 80px);
	/*max-height: 65px;*/
	-webkit-line-clamp: 2;
}
[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: #2f83d3;
}
[data-name="post"]:hover [data-name="authors"] {
	color: #2f83d3;
	opacity: 0.7;
}
[data-name="post"]:hover [data-name="authors"]::before {
	color: #2f83d3;
	opacity: 0.7;
}
[data-name="post"]:hover [data-name="timestamp"],
[data-name="post"]:hover [data-name="categories"] {
	color: #2f83d3;
	opacity: 0.5;
}

[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="left-column"] [data-name="post"] [data-name="categories"],
[data-name="left-column"] [data-name="post"] [data-name="authors"],
[data-name="right-column"] [data-name="post"] [data-name="categories"],
[data-name="right-column"] [data-name="post"] [data-name="authors"] {
	display: none;
}



[data-name="post"] [data-type="thumbnails"] img {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

[data-name="left-column"] [data-name="post"] [data-type="thumbnails"] img,
[data-name="right-column"] [data-name="post"] [data-type="thumbnails"] img {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}