<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb a {
	text-decoration: none;
	color: var(--black);
}

.breadcrumb a:hover {
	text-decoration: underline;
}

div.post-head {
	padding-top: 4rem;
	width: 1000px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

div.author-date {
	display: flex;
	gap: 0.5rem;
	width: 100%;
	justify-content: flex-start;
	font-size: 0.9rem;
	margin-bottom: 0.2rem;
	font-family: var(--font-legends), sans-serif;
}

div.author-date &gt; p {
	color: gray;
}

div.author-date a {
	text-decoration: none;
	color: inherit;

	&amp;:hover {
		text-decoration: underline;
		text-decoration-color: var(--red);
	}
}

div.author-date &gt; img {
	max-width: 1rem;
	max-height: 1rem;
	border-radius: 100%;
}

div.post-container {
	width: 800px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	position: relative;
}

@media (max-width: 1000px) {
	div.post-container, div.post-head {
		width: 100% !important;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.post-container a, #image-desc-content a {
	color: var(--black);
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: var(--red);
}

.post-container a:hover, #image-desc-content a:hover {
	color: var(--red);
}

img.landscape_thumbnail_image {
	max-width: 100%;
}

h1.post-heading {
	font-size: 2rem;
	width: 100%;
	text-align: left;

	@media (max-width: 50rem) {
		font-size: 1.2rem !important;
	}
}

div.post-container div.image-layout &gt; img {
	max-width: 100%;
}

div.thumbnail-source {
	width: 100%;
}

#image-info span,
.thumbnail-source span,
.image-layout span {
	display: inline-block;
	font-family: var(--font-legends), sans-serif;
}

#image-info span,
div.post-container div.image-layout span,
div.thumbnail-source span {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	color: gray;
}

p.quote-body::before, blockquote p::before {
	content: open-quote;
	font-size: 5em;
	line-height: 0;
	position: absolute;
	left: calc(50% - 34px);
	color: var(--red);
	top: -75px;
}

.embedded-code blockquote p::before, #image-desc-content blockquote p::before {
	content: '';
}

/* img.quote-mark {
    max-width: 2.5rem;
} */

div.quote-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 2rem;
}

p.quote-body, blockquote p {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.embedded-code blockquote p, #image-desc-content blockquote p {
	text-align: unset;
	font-size: unset;
	font-weight: unset;
}

.twitter-tweet {
	padding: 0 1rem;
}

p.quote-author {
	color: #777;
	font-size: 0.875rem;
	font-style: italic;
}

.detail-list-container {
	width: 100%;
}

.detail-list-element {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}

.detail-list-element::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
	height: 24px;
	width: 24px;
	background-color: var(--red);
	content: '';
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjRweCIgZmlsbD0iY3VycmVudENvbG9yIj4KCTxwYXRoIGQ9Im00MjQtMjk2IDI4Mi0yODItNTYtNTYtMjI2IDIyNi0xMTQtMTE0LTU2IDU2IDE3MCAxNzBabTU2IDIxNnEtODMgMC0xNTYtMzEuNVQxOTctMTk3cS01NC01NC04NS41LTEyN1Q4MC00ODBxMC04MyAzMS41LTE1NlQxOTctNzYzcTU0LTU0IDEyNy04NS41VDQ4MC04ODBxODMgMCAxNTYgMzEuNVQ3NjMtNzYzcTU0IDU0IDg1LjUgMTI3VDg4MC00ODBxMCA4My0zMS41IDE1NlQ3NjMtMTk3cS01NCA1NC0xMjcgODUuNVQ0ODAtODBabTAtODBxMTM0IDAgMjI3LTkzdDkzLTIyN3EwLTEzNC05My0yMjd0LTIyNy05M3EtMTM0IDAtMjI3IDkzdC05MyAyMjdxMCAxMzQgOTMgMjI3dDIyNyA5M1ptMC0zMjBaIi8+Cjwvc3ZnPgo=");
	mask-type: alpha;
}

.paragraph-layout {
	width: 100%;

	p {
		line-height: 1.7;
	}

	p, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 1.5rem;
	}

	p + ul, p + ol {
		margin-top: -1rem;
	}

	li {
		margin-bottom: 0.5rem;
	}

	ul, ol {
		margin-bottom: 1rem;
		list-style-position: inside;
	}

	blockquote {
		margin-top: 4rem;
	}
}

.post-container :nth-child(1 of .paragraph-layout) &gt; p:first-of-type::first-letter {
	float: left;
	font-size: 3em;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
	padding: 0.2rem 0.1em 0 0;
	text-transform: uppercase;
	color: var(--red);
	font-variant-numeric: lining-nums;
	@-moz-document url-prefix() {
		padding: 0.8rem 0.1em 0 0;
	}
}

.detail-list-element {
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
}

.detail-list-element &gt; p a {
	color: inherit;
	text-decoration-color: var(--red);
	font-weight: 600;
	transition: 0.2s;
}

.detail-list-element &gt; p a:hover {
	color: var(--red);
	transition: 0.2s;
}

.tags-container, .sources-container {
	width: 100%;
	border-bottom: 1px dotted rgba(128, 128, 128, 0.3);
	padding-bottom: 1rem;

	&amp; p {
		color: #777;

		&amp; span:first-of-type {
			margin-left: 0.2rem;
			text-transform: uppercase;
		}

		&amp; a {
			text-decoration: none;
			color: var(--black);
			transition: 0.2s;

			&amp;:hover {
				color: var(--red);
				transition: 0.2s;
			}
		}
	}
}

div.author-container {
	width: 100%;
	display: flex;
	gap: 1rem;
	align-items: center;
	border-bottom: 1px dotted rgba(128, 128, 128, 0.3);
	padding-bottom: 1rem;

	&gt; * {
		display: inherit;
	}
}

div.author-container img {
	border-radius: 100%;
}

div.author-container p {
	flex: 1 1 100%;
}

div.author-container a {
	color: var(--black);
	transition: 0.2s;
	text-decoration: none;

	&amp;:hover {
		text-decoration: underline;
		text-decoration-color: var(--red);
	}
}

div.related-posts {
	width: 100%;
}

div &gt; p.related-posts-heading {
	font-size: 1.5rem;
	border-bottom: 5px solid var(--red);
	width: fit-content;
	margin-bottom: 0;
}

ul#related-posts {
	margin-bottom: 1rem;
	border-top: 1px dotted rgba(128, 128, 128, 0.3);
	padding-top: 1rem;
	overflow: clip;
	width: 100%;
	padding-left: 0.5rem;
	list-style-type: "+";
}

div.related-posts li::marker {
	content: "+";
	font-weight: 600;
}

div.related-posts li:hover {
	&amp;::marker {
		color: var(--red);
	}

	a {
		color: var(--white);
		background: var(--red);
	}
}

div.related-posts a {
	display: block;
	text-decoration: none;
	color: var(--black);
	font-weight: 600;
	margin-left: 1rem;
	padding: 0 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	@supports (font: -apple-system-body) and (-webkit-appearance: none) {
		overflow: unset;
		text-overflow: unset;
	}
}

div.related-posts hr {
	float: left;
	border-top: 3px solid;
	border-top-color: black;
	width: 4rem;
	color: var(--black);
	opacity: 1;
	border-radius: 5px;
}

div.post-navigation {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	border-bottom: 1px dotted rgba(128, 128, 128, 0.3);
	padding-bottom: 1rem;
	font-family: var(--font-legends), sans-serif;
	font-size: 1rem;
}

div.post-navigation a {
	color: #777;
	transition: 0.2s;
	text-decoration: none;
}

.post-navigation a:hover {
	color: var(--black);
	transition: 0.2s;
	cursor: pointer;


	.nav-title {
		color: var(--red);
	}

	/*.nav-image img {
		border-inline: 1px solid var(--red);
	}*/
}

.post-navigation .nav-title {
	display: block;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--black);
}

.post-navigation .nav-next, .post-navigation .nav-previous {
	flex: 1;
	width: 50%;
}

.post-navigation .nav-arrow {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.post-navigation .nav-desc {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.post-navigation .nav-next {
	text-align: right;

	.nav-desc {
		justify-content: end;
	}
}

.post-navigation .nav-previous {
	text-align: left;

	.nav-desc {
		justify-content: start;
	}
}

.post-navigation .nav-image img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

button.share-button,
button.like-button {
	border: none;
	background: none;
}

button.share-button:hover,
button.like-button:hover {
	cursor: pointer;
}

div.share-like-top {
	position: absolute;
	left: -3.5rem;
	top: 0;
	height: 100%;
}

div.share-like-top .share-button {
	display: block;
	position: sticky;
	left: 0;
	top: 10rem;
	margin: 1rem 0;
}

.share-like-top .like-button {
	display: block;
	position: sticky;
	left: 0;
	top: 13rem;
	margin: 1rem 0;
	fill: var(--red) !important;
}

.like-button svg :nth-child(2) {
	fill: transparent !important;
}

.like-button.liked svg, .like-button:hover svg {
	fill: var(--red) !important;

	:nth-child(2) {
		fill: var(--red) !important;
	}
}

@media (max-width: 50rem) {
	div.post-container {
		padding-top: 1rem;
	}

	div.share-like-top {
		display: none;
	}

	p.quote-body, blockquote p {
		font-size: 1.5rem;
	}

	.embedded-code blockquote p, #image-desc-content blockquote p {
		font-size: unset;
	}

	div.post-container div.image-layout &gt; p,
	div.thumbnail-source &gt; p {
		font-size: 0.75rem;
		margin-top: 0.25rem;
	}

	.post-navigation {
		display: none !important;
	}
}

nav.breadcrumb {
	width: 100%;
	display: block;
	font-family: var(--font-legends), sans-serif;
}

nav.breadcrumb * {
	text-decoration: none;
	color: var(--black);
	font-size: 0.9rem;
	@media (max-width: 50rem) {
		font-size: 0.7rem !important;
	}
}

#author {
	font-size: small;
	color: #494949;
}

#author img {
	margin: 0 5px 0 5px;
	border-radius: 50%;
}
</pre></body></html>