.sn-single {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.sn-single {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.sn-translator-profile {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.sn-translator-profile-left {
	flex: 0 0 32%;
	max-width: 32%;
}

.sn-translator-profile-right {
	flex: 0 0 68%;
	max-width: 68%;
}

.sn-translator-profile-left .wp-block-post-featured-image img,
.sn-author-profile-left .wp-block-post-featured-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.sn-translator-social-links-block {
	margin-top: 1rem;
}

.sn-social-links-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sn-social-icon svg {
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	padding: 0.3rem;
	margin: 0rem;
	/*background: rgba(0, 0, 0, 0.1);*/
	opacity: 1;
	transition: fill 0.3s;
	transition: 0.3s;
	text-decoration: none;
	border-radius: 3px;
	fill: #000;
}

.sn-social-icon svg:hover {
	background: #ccc;
	fill: #fff;
}

@media (max-width: 781px) {
	.sn-translator-profile {
		flex-direction: column;
	}

	.sn-translator-profile-left,
	.sn-translator-profile-right {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.sn-translated-works-heading {
	margin-bottom: 1.5rem;
}

.sn-work-type-group {
	margin-bottom: 2rem;
}

.sn-work-type-heading {
	margin-bottom: 1rem;
}

.sn-work-item {
	margin-bottom: 1.5rem;
}

.sn-work-title + .sn-work-meta {
	margin-top: 0;
}

.sn-no-translated-works {
	margin-top: 0;
}

.sn-work-title {
	margin: 0;
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.3;
}

.sn-work-meta {
	margin: 0;
	font-size: 0.9rem;
	color: #555;
}

.sn-work-title + .sn-work-meta {
	margin-top: 0.1rem;
}

.sn-work-title a {
	font-weight: 600;
}

.sn-source-text-link {
	font-style: italic;
	font-weight: 400;
}

.sn-translator-works-section {
	margin-top: 2rem;
}

.sn-work-tags {
	margin-top: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.sn-work-tag {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	font-size: 0.75rem;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f7f7f7;
	line-height: 1.2;
	text-decoration: none;
	color: inherit;
}

.sn-work-tag:hover {
	background: #efefef;
}

.sn-author-works-section {
	margin-top: 2rem;
}

.sn-author-profile {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.sn-author-profile-left {
	flex: 0 0 32%;
	max-width: 32%;
}

.sn-author-profile-right {
	flex: 0 0 68%;
	max-width: 68%;
}

.sn-author-bio-details {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.sn-author-bio-item {
	font-size: 0.9rem;
	line-height: 1.3;
}

@media (max-width: 781px) {
	.sn-author-profile {
		flex-direction: column;
	}

	.sn-author-profile-left,
	.sn-author-profile-right {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.sn-author-bio-details {
		display: none;
		flex-direction: column;
		gap: 0.4rem;
	}

	.sn-author-bio-item {
		display: none;
		font-size: 0.95rem;
		line-height: 1.4;
	}

	.sn-author-bio-item strong {
		display: none;
		margin-right: 0.35rem;
	}
}

.sn-translation-meta {
	margin-bottom: 2rem;
}

.sn-translation-meta-line {
	margin: 0.2rem 0;
	font-size: 0.95rem;
	color: #444;
}

.sn-meta-label {
	font-weight: 600;
}

.sn-translation-header {
	margin-bottom: 2rem;
}

.sn-translation-work-type {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
	line-height: 1.2;
	color: #555;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-translation-title {
	margin: 0 0 0.5rem;
}

.sn-translation-author-line,
.sn-translation-translator-line,
.sn-translation-source-line,
.sn-translation-publish-date {
	margin: 0.2rem 0;
	font-size: 0.95rem;
	line-height: 1.35;
}

.sn-translation-author-line,
.sn-translation-translator-line,
.sn-translation-source-line,
.sn-translation-publish-date,
.sn-source-text-author-line,
.sn-source-text-publish-line,
.sn-source-text-translation-line {
	font-weight: 600;
	color: inherit;
}

.sn-translation-author-line a,
.sn-translation-translator-line a,
.sn-translation-source-line a {
	color: inherit;
	text-decoration: underline;
}

.sn-translation-author-line a:hover,
.sn-translation-translator-line a:hover,
.sn-translation-source-line a:hover {
	color: inherit;
	text-decoration: none;
}

.sn-genre-tags {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.sn-translation-related-people {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.sn-related-person-card {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 1.5rem;
}

.sn-related-person-heading {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: bold;
}

.sn-related-person-photo {
	margin-bottom: 1rem;
}

.sn-related-person-image {
	display: block;
	width: 100%;
	max-width: 180px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.sn-related-person-name {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.sn-related-person-name a {
	text-decoration: none;
	color: inherit;
}

.sn-related-person-excerpt {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

.sn-related-person-link {
	margin: 0;
	font-size: 0.9rem;
}

@media (max-width: 781px) {
	.sn-translation-related-people {
		grid-template-columns: 1fr;
	}
}

.wp-block-group.sn-translation-body p:first-of-type::first-letter,
.wp-block-group.sn-source-text-body p:first-of-type::first-letter {
	float: left;
	font-size: 6em;
	line-height: 0.8;
	margin-right: 0.08em;
	margin-top: 0.05em;
	font-weight: 300;
}

.wp-block-group.sn-translation-body p,
.wp-block-group.sn-source-text-body p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 0.3em;
}

.sn-translator-note-heading,
.sn-editor-note-heading {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.wp-block-group.sn-translator-note p,
.wp-block-group.sn-editor-note p {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #444;
	margin-top: 0;
	margin-bottom: 0.2em;
}

.sn-translation-body p:first-of-type::first-letter,
.sn-source-text-body p:first-of-type::first-letter {
	float: left;
	font-size: 3.2em;
	line-height: 0.9;
	margin-right: 0.1em;
	margin-top: 0.05em;
	font-weight: 500;
}

/* Translation body: indent all paragraphs except the first */
.wp-block-group.sn-translation-body p:not(:first-of-type),
.wp-block-group.sn-source-text-body p:not(:first-of-type) {
	text-indent: 1.5em;
}

/* Translator’s note: same behaviour */
.wp-block-group.sn-translator-note p:not(:first-of-type),
.wp-block-group.sn-editor-note p:not(:first-of-type) {
	text-indent: 1.5em;
}

.sn-source-text-header {
	margin-bottom: 2rem;
}

.sn-source-text-work-type {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
	line-height: 1.2;
	color: #555;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-source-text-title {
	margin: 0 0 0.5rem;
}

.sn-source-text-author-line,
.sn-source-text-publish-line,
.sn-source-text-translation-line {
	margin: 0.2rem 0;
	font-size: 0.95rem;
	line-height: 1.35;
}

.sn-source-text-author-line a {
	color: inherit;
}

/* the source-text-separator has been changed in the source code to "text-separator" but it's not yet synced  */
.sn-text-separator,
.sn-source-text-separator {
	border-color: rgba(0, 0, 0, 0.1);
}

.sn-source-text-author-card {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 1.5rem;
	margin-top: 3rem;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.5rem;
	align-items: start;
}

.sn-source-text-author-photo .sn-related-person-image {
	display: block;
	width: 180px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.sn-source-text-author-heading {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.sn-source-text-author-name {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.sn-source-text-author-name a {
	text-decoration: none;
	color: inherit;
}

.sn-source-text-author-excerpt {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

.sn-source-text-author-link {
	margin: 0;
	font-size: 0.9rem;
}

@media (max-width: 781px) {
	.sn-source-text-author-card {
		grid-template-columns: 1fr;
	}

	.sn-source-text-author-photo .sn-related-person-image {
		width: 100%;
		max-width: 180px;
	}
}

/* ---------------------------------------- Header ---------------------------------------- */
.sn-header {
	padding: 1.75rem 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sn-header-inner {
	margin: 0 auto;
	max-width: var(--wp--style--global--wide-size);
}

.sn-site-title a {
	font-size: 2.5rem;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.1;
}

.sn-main-nav {
	font-size: 1.05rem;
}

.sn-main-nav .wp-block-navigation__container {
	gap: 2rem;
}

.sn-main-nav a {
	text-decoration: none;
}

.sn-main-nav a:hover {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}


/* ---------------------------------------- Footer ---------------------------------------- */
.sn-footer {
	margin-top: 4rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1.75rem 2rem;
}

.sn-footer-inner {
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	padding: 2.5rem 0rem;
}

.sn-footer-columns {
	gap: 4rem;
}

.sn-footer-column {
	min-width: 0;
}

.sn-footer-heading {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	line-height: 1.2;
}

.sn-footer-text,
.sn-footer-link-paragraph,
.sn-footer-nav-list {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
}

.sn-footer-text + .sn-footer-link-paragraph,
.sn-footer-heading + .sn-footer-nav-list,
.sn-footer-heading + .sn-footer-text {
	margin-top: 0.75rem;
}

.sn-footer-nav-list {
	padding-left: 0;
	list-style: none;
}

.sn-footer .sn-footer-column-nav a {
	text-decoration: none;
}

.sn-footer .sn-footer-column-nav a:hover {
	text-decoration: underline;
}

.sn-footer-nav-list li + li {
	margin-top: 0.5rem;
}

.sn-footer a {
	text-decoration: underline;
}

.sn-footer a:hover {
	text-decoration: none;
	text-underline-offset: 0.15em;
}

.sn-footer-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 1rem 2rem;
	text-align: center;
}

.sn-footer-bottom-text {
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	font-size: 0.95rem;
	line-height: 1.5;
}

/* Responsive */
@media (max-width: 781px) {
	.sn-footer-inner {
		padding: 2rem 1.5rem;
	}

	.sn-footer-bottom {
		padding: 1rem 1.5rem;
	}
}