/*
Theme Name: Lindner
Theme URI: https://eckardtlindner.com/
Author: Eckardt Lindner
Description: Dark, minimalist block theme for eckardtlindner.com. News tiles on the home page, justified single-column texts, project pages with related posts, a writing and talks list and a contact page. Based on Livro by Automattic.
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lindner
Tags: block-patterns, full-site-editing, one-column, custom-menu, editor-style, featured-images, block-styles

Lindner WordPress Theme, (C) 2026 Eckardt Lindner.
Based on Livro, (C) 2022 Automattic, Inc. Livro is distributed under the terms of the GNU GPL.
Newsreader font: SIL Open Font License 1.1, see assets/fonts/OFL.txt.
*/

/* --------------------------------------------------------------
   1. Tokens
-------------------------------------------------------------- */

:root {
	--el-gutter: clamp(1.25rem, 5.5vw, 5rem);
	--el-fg: var(--wp--preset--color--foreground, #dbdbdb);
	--el-bg: var(--wp--preset--color--background, #1e1e1e);
	--el-white: var(--wp--preset--color--secondary, #ffffff);
	--el-soft: var(--wp--preset--color--soft, #bdbdbd);
	--el-muted: var(--wp--preset--color--muted, #a3a3a3);
	--el-rule: var(--wp--preset--color--rule, #4a4a4a);
	--el-line: var(--wp--preset--color--line, #3d3d3d);
	--el-surface: var(--wp--preset--color--surface, #2a2a2a);
	--el-error: #eba9a9;
	--el-dim: 0.35;
	--el-project-text: 650px;
	--el-project-side: 340px;
	--el-about-image: 240px;
	--el-about-text: 760px;
}

/* --------------------------------------------------------------
   2. Base (from Livro)
-------------------------------------------------------------- */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
	text-decoration-style: dotted;
}

a:hover,
a:focus {
	text-decoration-style: solid;
}

a:active {
	text-decoration: none;
}

:where(a, button, input, textarea, select, summary):focus-visible {
	outline: 1px solid var(--el-white);
	outline-offset: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-separator,
.wp-block-separator.has-alpha-channel-opacity {
	border: 0;
	border-top: 1px solid var(--el-line);
	height: 0;
	background: none;
	opacity: 1;
	width: 100%;
	max-width: none;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

/* --------------------------------------------------------------
   3. Page frame: header, main, footer
-------------------------------------------------------------- */

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
}

.wp-site-blocks > main,
.wp-site-blocks > .el-main {
	flex-grow: 1;
}

.el-header,
.el-main,
.el-footer {
	padding-left: var(--el-gutter);
	padding-right: var(--el-gutter);
	box-sizing: border-box;
}

.el-header {
	margin: 0;
}

.el-header__inner > * {
	margin: 0;
}

.el-header__inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	padding: 2.75rem 0 2.5rem;
	border-bottom: 1px solid var(--el-rule);
}

.el-site-title {
	margin: 0;
	font-size: clamp(1.75rem, 3.2vw, 2.75rem);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0;
}

.el-site-title a {
	color: inherit;
	text-decoration: none;
}

.el-site-title a:hover,
.el-site-title a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

.el-site-title.is-style-caps {
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

/* Navigation */

.el-nav {
	font-size: 1.1875rem;
}

.el-nav.wp-block-navigation .wp-block-navigation__container {
	column-gap: 2rem;
	row-gap: 0.5rem;
}

.el-nav .wp-block-navigation-item__content {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-decoration: none;
}

.el-nav .wp-block-navigation-item__content:hover,
.el-nav .wp-block-navigation-item__content:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

.el-nav .current-menu-item > .wp-block-navigation-item__content,
.el-nav .wp-block-navigation-item__content[aria-current="page"] {
	text-decoration: underline;
	text-decoration-style: solid;
}

/* "Menu" button and overlay on small screens */
.el-nav .wp-block-navigation__responsive-container-open,
.el-nav .wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: 1.125rem;
	color: var(--el-fg);
	min-height: 44px;
}

.el-nav .wp-block-navigation__responsive-container.is-menu-open {
	background-color: var(--el-bg);
	color: var(--el-fg);
	padding: 2.75rem var(--el-gutter);
}

.el-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	gap: 1rem;
	font-size: 2rem;
	font-weight: 300;
}

/* Main area */

.el-main {
	padding-top: clamp(3.5rem, 8vw, 7.5rem);
	padding-bottom: clamp(3.5rem, 8vw, 7.5rem);
}

.el-main--home {
	padding-top: clamp(2.5rem, 5vw, 4.5rem);
	padding-bottom: 3.5rem;
}

/* Footer */

.el-footer {
	margin: 0;
}

.el-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem 2rem;
	padding: 1.75rem 0 2.5rem;
	border-top: 1px solid var(--el-line);
	font-size: 1rem;
	color: var(--el-muted);
}

.el-footer__inner > * {
	margin: 0;
}

.el-footer__links {
	display: flex;
	gap: 1.75rem;
}

.el-footer__links a {
	display: inline-block;
	padding-block: 0.5rem;
}

/* --------------------------------------------------------------
   4. Home: news tiles (4 columns)
-------------------------------------------------------------- */

.el-news-grid.wp-block-post-template {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
	max-width: none;
}

.el-news-grid > li {
	display: flex;
	margin: 0;
}

.el-tile {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin: 0;
	border: 1px solid var(--el-line);
}

.el-tile > * {
	margin: 0;
}

.el-tile__image {
	margin: 0;
}

.el-tile__image img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.el-tile__body.el-tile__body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	padding: 1.75rem;
}

.el-tile__body > * {
	margin: 0;
}

.el-meta {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.3em;
	row-gap: 0;
	font-size: 1rem;
	font-style: italic;
	color: var(--el-muted);
}

.el-meta > * {
	margin: 0;
	font-size: inherit;
}

.el-meta a {
	color: inherit;
	text-decoration: none;
}

.el-meta a:hover {
	text-decoration: underline;
}

.el-tile__title {
	font-size: 1.625rem;
	font-weight: 300;
	font-style: normal;
	line-height: 1.15;
	text-wrap: balance;
}

.el-tile__title a,
.el-link-plain a {
	text-decoration: none;
}

.el-tile__title a:hover,
.el-tile__title a:focus,
.el-link-plain a:hover,
.el-link-plain a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

.el-tile__excerpt {
	font-size: 1.0625rem;
	line-height: 1.55;
	color: var(--el-soft);
}

.el-tile__excerpt p {
	margin: 0;
	text-align: left;
}

.el-tile__excerpt .wp-block-post-excerpt__more-text {
	display: none;
}

.el-tile__more.el-tile__more {
	margin-top: auto;
	align-self: flex-start;
	padding-block: 0.375rem;
	font-size: 1.0625rem;
	text-decoration-style: dotted;
}

@media (max-width: 1200px) {
	.el-news-grid.wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.el-news-grid.wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
	}

	.el-tile__body.el-tile__body {
		padding: 1.5rem;
	}
}

.el-archive-title {
	margin: 0 0 2.5rem;
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 300;
}

/* --------------------------------------------------------------
   5. Posts and pages: title and justified text
-------------------------------------------------------------- */

.el-post-head {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin-bottom: 3.5rem;
}

.el-post-head > * {
	margin: 0;
}

.el-kicker {
	font-size: 1.0625rem;
	font-style: italic;
	color: var(--el-muted);
}

.el-post-title {
	font-size: var(--wp--preset--font-size--xx-large);
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -0.01em;
	text-wrap: balance;
}

.el-page-title {
	margin: 0 0 3rem;
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 300;
	line-height: 1.2;
}

.el-subtitle,
.el-subtitle p,
.el-prose > .is-style-subtitle {
	font-size: 1.75rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
	color: var(--el-soft);
	text-wrap: balance;
}

.el-subtitle p {
	margin: 0;
}

/* Subtitle typed as the first paragraph of a post */
.el-prose > .is-style-subtitle:first-child {
	margin-top: -2.625rem;
	margin-bottom: 3.5rem;
	text-align: left;
	text-indent: 0;
}

.el-prose {
	font-size: 1.25rem;
	line-height: 1.65;
}

/* Justified paragraphs with hyphenation, book-like indents.
   Paragraphs aligned by hand in the editor keep their alignment. */
.el-prose > p:not([class*="has-text-align-"]) {
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
}

.el-prose > p + p {
	margin-block-start: 0;
	text-indent: 1.5em;
}

.el-prose > .is-style-subtitle + p {
	text-indent: 0;
}

.el-prose > p.has-text-align-left,
.el-prose > p.has-text-align-center,
.el-prose > p.has-text-align-right {
	text-indent: 0;
}

.el-prose > h2 {
	margin-block: 3.5rem 1.5rem;
	font-size: 1.75rem;
}

.el-prose > h3 {
	margin-block: 2.5rem 1rem;
	font-size: 1.375rem;
}

.el-prose > :first-child {
	margin-block-start: 0;
}

.el-prose ul,
.el-prose ol:not(.wp-block-footnotes) {
	padding-left: 1.25em;
}

.el-prose blockquote {
	margin-inline: 0;
}

.el-prose blockquote p {
	text-align: left;
}

/* Images in texts */

.el-prose .wp-block-image {
	margin-block: 2.5rem;
}

.el-prose .wp-block-image img {
	display: block;
}

.wp-block-image figcaption,
.wp-element-caption {
	margin-top: 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.5;
	color: var(--el-muted);
	text-align: left;
}

.wp-block-image.is-style-bw img {
	filter: grayscale(1);
}

/* Footnotes */

sup.fn {
	line-height: 0;
}

sup.fn a {
	padding: 0 0.1em;
	font-size: 0.75em;
	text-decoration: none;
}

sup.fn a:hover {
	text-decoration: underline;
}

.wp-block-footnotes {
	margin-top: 3.5rem;
	padding: 1.5rem 0 0 1.25em;
	border-top: 1px solid var(--el-line);
	font-size: 1.0625rem;
	line-height: 1.55;
	color: var(--el-soft);
}

.wp-block-footnotes li {
	margin-bottom: 0.625rem;
	text-align: left;
}

.wp-block-footnotes li a[href^="#"] {
	margin-left: 0.25em;
	text-decoration: none;
}

/* --------------------------------------------------------------
   6. Audio player (replaces the browser player, see audio-player.js)
-------------------------------------------------------------- */

.wp-block-audio {
	margin-block: 2.5rem;
}

.wp-block-audio audio.el-audio-native {
	display: none;
}

.el-player {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--el-line);
}

.el-player__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 1px solid var(--el-fg);
	border-radius: 50%;
	background: transparent;
	color: var(--el-fg);
	cursor: pointer;
}

.el-player__btn:hover {
	background: var(--el-fg);
	color: var(--el-bg);
}

.el-player__btn svg {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
}

.el-player__seek {
	flex: 1;
	min-width: 0;
	height: 1.5rem;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	background: linear-gradient(to right, var(--el-fg) var(--el-progress, 0%), var(--el-line) var(--el-progress, 0%)) center / 100% 2px no-repeat;
	cursor: pointer;
}

.el-player__seek::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: var(--el-fg);
}

.el-player__seek::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: var(--el-fg);
}

.el-player__seek::-moz-range-track {
	background: transparent;
}

.el-player__time {
	flex: 0 0 auto;
	min-width: 6.5em;
	font-size: 1rem;
	font-variant-numeric: tabular-nums;
	color: var(--el-muted);
	text-align: right;
	white-space: nowrap;
}

.wp-block-audio figcaption {
	margin-top: 0.75rem;
}

/* --------------------------------------------------------------
   7. About template: image left, text right
-------------------------------------------------------------- */

.el-about.wp-block-columns {
	column-gap: clamp(2.5rem, 6vw, 5rem);
	margin: 0;
}

/* Image column 240px, text column up to 760px.
   Also applies to a copy of the template saved with the earlier 480px image. */
@media (min-width: 782px) {
	.el-about > .wp-block-column:first-child {
		flex: 0 0 var(--el-about-image) !important;
	}

	.el-about > .wp-block-column:last-child {
		flex: 1 1 0 !important;
		min-width: 0;
	}
}

.el-about__image {
	position: sticky;
	top: 2rem;
	margin: 0;
}

.el-about__image img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.el-about__text {
	max-width: var(--el-about-text);
	font-size: 1.3125rem;
	line-height: 1.6;
}

.el-about__text > * {
	margin-block: 0 1.5rem;
}

/* Justified text with hyphenation, like posts */
.el-about__text > p:not([class*="has-text-align-"]) {
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
}

.el-about .el-page-title {
	margin-bottom: 1.5rem;
}

@media (max-width: 781px) {
	.el-about__image {
		position: static;
		max-width: 320px;
	}
}

/* --------------------------------------------------------------
   8. Project pages: text left (like a post), related tiles right
-------------------------------------------------------------- */

.el-project-layout.wp-block-columns {
	column-gap: clamp(3rem, 9vw, 8rem);
	margin: 0;
}

.el-project-layout > .wp-block-column > * {
	margin-top: 0;
}

@media (min-width: 782px) {
	.el-project-layout.wp-block-columns {
		justify-content: space-between;
	}

	.el-project-layout > .el-project-text {
		flex: 0 1 var(--el-project-text) !important;
		min-width: 0;
	}

	.el-project-layout > .el-project-side {
		flex: 0 1 var(--el-project-side) !important;
		min-width: 220px;
	}
}

.el-related {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.el-related > * {
	margin: 0;
}

.el-related__title.el-related__title {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	font-weight: 300;
	font-style: italic;
	color: var(--el-muted);
}

.el-related-tile {
	position: relative;
	margin: 0;
	padding: 1.125rem 1.375rem;
	border: 1px solid var(--el-line);
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.25;
	text-align: left;
	text-indent: 0;
	transition: border-color 0.15s ease;
}

.el-related-tile a {
	text-decoration: none;
}

.el-related-tile a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.el-related-tile:hover,
.el-related-tile:focus-within {
	border-color: var(--el-muted);
}

/* In the editor the tiles sit in the text; keep them compact there. */
.editor-styles-wrapper .el-prose > .el-related,
.editor-styles-wrapper .el-related {
	max-width: var(--el-project-side);
	margin-top: 3rem;
}

@media (max-width: 781px) {
	.el-project-side .el-related {
		margin-top: 2.5rem;
	}
}

/* --------------------------------------------------------------
   9. Research overview: project images, 2 columns
-------------------------------------------------------------- */

.el-project-grid.el-project-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 3rem;
	row-gap: 4rem;
}

.el-project-grid > * {
	margin: 0;
}

.el-project-card {
	position: relative;
	margin: 0;
}

.el-project-card > * {
	margin: 0;
}

.el-project-card .wp-block-image {
	margin: 0;
	background: var(--el-surface);
}

.el-project-card .wp-block-image img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.el-project-card__title.el-project-card__title {
	position: absolute;
	inset: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(0, 0, 0, var(--el-dim));
	color: #ffffff;
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	font-weight: 300;
	font-style: normal;
	line-height: 1.15;
	text-align: center;
	text-wrap: balance;
	transition: background-color 0.2s ease;
}

.el-project-card__title a {
	color: inherit;
	text-decoration: none;
}

.el-project-card__title a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.el-project-card:hover .el-project-card__title {
	background: rgba(0, 0, 0, calc(var(--el-dim) - 0.12));
}

.el-project-card:hover .el-project-card__title a,
.el-project-card:focus-within .el-project-card__title a {
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ch;
}

/* Style "Projekt: Titel unter dem Bild" */
.el-project-card.is-style-project-below .el-project-card__title {
	position: static;
	justify-content: flex-start;
	padding: 1.125rem 0 0;
	background: none;
	color: var(--el-fg);
	font-size: 2rem;
	text-align: left;
}

.el-project-card.is-style-project-below:hover .el-project-card__title {
	background: none;
}

.el-project-card.is-style-project-below:hover .wp-block-image img {
	opacity: 0.9;
}

@media (max-width: 781px) {
	.el-project-grid.el-project-grid {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 2.5rem;
	}
}

/* --------------------------------------------------------------
   10. Writing / Talks: books and articles
-------------------------------------------------------------- */

.el-prose > .el-section-title,
.el-section-title {
	margin-block: 0 2.5rem;
	font-size: 2.25rem;
	font-weight: 300;
	font-style: normal;
}

.el-prose > .wp-block-separator {
	margin-block: 4rem;
}

.el-book.wp-block-columns {
	column-gap: 2rem;
	margin-block: 0 3rem;
}

.el-book .wp-block-image {
	margin: 0;
	background: var(--el-surface);
}

.el-book .wp-block-image img {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
}

.el-book h3,
.el-entry h3 {
	margin: 0 0 0.625rem;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2;
}

.el-book h3 {
	font-size: 1.75rem;
}

.el-entry h3 {
	font-size: 1.5rem;
	line-height: 1.25;
}

/* Linked titles are underlined (dotted, like all links on the site),
   so they stand apart from titles without a link. */
.el-book h3 a,
.el-entry h3 a {
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.el-book h3 a:hover,
.el-book h3 a:focus,
.el-entry h3 a:hover,
.el-entry h3 a:focus {
	text-decoration-style: solid;
}

/* Placeholder links from the patterns ("#") lead nowhere: no underline. */
.el-book h3 a[href="#"],
.el-entry h3 a[href="#"] {
	text-decoration: none;
}

.el-book p,
.el-entry p {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.55;
	color: var(--el-soft);
	text-indent: 0;
}

/* Descriptions of books, articles and talks: justified like the texts */
.el-book p:not([class*="has-text-align-"]),
.el-entry p:not([class*="has-text-align-"]) {
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
}

.el-entry {
	margin-block: 0 2rem;
}

.el-entry > * {
	margin: 0;
}

@media (max-width: 781px) {
	.el-book .wp-block-column:first-child {
		max-width: 160px;
	}
}

/* --------------------------------------------------------------
   11. Contact form (Contact Form 7)
-------------------------------------------------------------- */

body .wpcf7 form {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

body .wpcf7 form > p,
body .wpcf7 form > div > p {
	margin: 0;
	text-align: left;
	text-indent: 0;
}

body .wpcf7 label {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-size: 1.125rem;
}

body .wpcf7 input[type="text"],
body .wpcf7 input[type="email"],
body .wpcf7 input[type="tel"],
body .wpcf7 input[type="url"],
body .wpcf7 textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.75rem 1rem;
	border: 1px solid #6a6a6a;
	border-radius: 0;
	background: var(--el-bg);
	color: var(--el-fg);
	font: inherit;
	font-size: 1.1875rem;
}

body .wpcf7 textarea {
	min-height: 13.75rem;
	line-height: 1.55;
	resize: vertical;
}

body .wpcf7 input:focus,
body .wpcf7 textarea:focus {
	outline: none;
	border-color: var(--el-white);
}

body .wpcf7 input[type="submit"],
body .wpcf7 .wpcf7-submit {
	align-self: flex-start;
	min-height: 52px;
	padding: 1rem 1.75rem;
	border: 0;
	border-radius: 0;
	background: var(--el-white);
	color: var(--el-bg);
	font: inherit;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

body .wpcf7 input[type="submit"]:hover {
	background: var(--el-fg);
}

body .wpcf7 .wpcf7-not-valid {
	border-color: var(--el-error);
}

body .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 0.5rem;
	color: var(--el-error);
	font-size: 1rem;
	font-style: italic;
}

body .wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 1.5rem 0;
	border: 0;
	border-top: 1px solid var(--el-line);
	border-bottom: 1px solid var(--el-line);
	font-size: 1.25rem;
	line-height: 1.5;
}

body .wpcf7 form.sent .wpcf7-response-output,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.spam .wpcf7-response-output {
	border-color: var(--el-line);
}

body .wpcf7 form.sent .wpcf7-response-output {
	font-size: 1.75rem;
	font-weight: 300;
}

.el-form-note,
body .wpcf7 .el-form-note {
	font-size: 1rem;
	line-height: 1.55;
	color: var(--el-muted);
}

/* --------------------------------------------------------------
   12. Small screens
-------------------------------------------------------------- */

@media (max-width: 781px) {
	.el-header__inner {
		gap: 1rem;
		padding: 1.5rem 0 1.25rem;
	}

	.el-prose {
		font-size: 1.1875rem;
	}

	.el-player__time {
		min-width: 0;
	}
}
