/* TikVid editorial surfaces: blog, archives, search, posts, pages, and comments. */
body {
	background: #fff;
	color: var(--body-text);
}

.site-header {
	background: var(--header-bg);
	border-bottom: 1px solid #e8edf3;
	box-shadow: 0 8px 30px rgba(15, 23, 42, .04);
	backdrop-filter: blur(16px);
}

.site-header__inner {
	width: min(calc(100% - 2.5rem), 1320px);
	min-height: 5.25rem;
	padding: .85rem 0;
}

.site-branding {
	gap: .6rem;
	color: var(--header-text);
}

.site-branding__badge {
	width: 3rem;
	height: 2.55rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--brand);
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 900;
	letter-spacing: -.18em;
	white-space: nowrap;
}

.site-branding__badge span {
	color: var(--header-text);
}

.site-branding__name {
	color: var(--header-text);
	font-size: 1.35rem;
	font-weight: 850;
	letter-spacing: -.04em;
}

.site-branding__tagline {
	display: none;
}

.site-nav-panel {
	display: flex;
	align-items: center;
	gap: 1.65rem;
}

.site-nav__list {
	gap: 2rem;
}

.site-nav a {
	position: relative;
	color: var(--header-text);
	font-size: .96rem;
	font-weight: 650;
	opacity: 1;
}

.site-nav a::after {
	position: absolute;
	right: 50%;
	bottom: -.7rem;
	left: 50%;
	height: 2px;
	background: var(--brand);
	content: "";
	transition: right .18s ease, left .18s ease;
}

.site-nav a:hover::after,
.site-nav a:focus::after,
.site-nav .current-menu-item > a::after {
	right: 0;
	left: 0;
}

.site-header .language-switcher {
	padding: .25rem .35rem .25rem .65rem;
	border: 1px solid #dfe4ec;
	border-radius: 13px;
	background: #fff;
}

.site-header .language-switcher__select,
.site-header .language-switcher__submit {
	min-height: 2.5rem;
	border: 0;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font-size: .92rem;
	font-weight: 650;
}

.site-header .language-switcher__select:hover,
.site-header .language-switcher__select:focus {
	background: #f7f9fc;
}

.site-nav-toggle span:not(.screen-reader-text) {
	background: var(--header-text);
}

.site-main > .content-hero {
	width: 100%;
	max-width: none;
	margin: 0;
}

.content-hero {
	position: relative;
	padding: 5.6rem 0 5rem;
	background:
		radial-gradient(circle at 82% 40%, rgba(37, 244, 238, .12), transparent 24%),
		linear-gradient(180deg, #fff 0%, #fafbfd 100%);
	overflow: hidden;
}

.content-hero::after {
	position: absolute;
	top: 1.8rem;
	right: max(2.5rem, calc((100vw - 1320px) / 2));
	width: 11rem;
	height: 11rem;
	border: 1px solid rgba(37, 244, 238, .22);
	border-radius: 50%;
	box-shadow: 2.4rem 2.4rem 0 rgba(254, 44, 85, .045);
	content: "";
}

.content-hero__inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 2.5rem), 1320px);
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4rem;
}

.content-hero__copy {
	max-width: 52rem;
}

.content-hero__label {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0;
	background: transparent;
	color: #0a9aa4;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

a.content-hero__label:hover,
a.content-hero__label:focus {
	color: var(--brand);
}

.content-hero h1 {
	max-width: 18ch;
	margin: 0;
	color: var(--heading-text);
	font-size: clamp(3rem, 5vw, var(--h1-size));
	font-weight: 850;
	letter-spacing: -.06em;
	line-height: 1;
}

.content-hero__copy > p:last-child,
.content-hero__description {
	max-width: 42rem;
	margin: 1.4rem 0 0;
	color: var(--body-text);
	font-size: var(--paragraph-size);
	line-height: 1.7;
}

.content-hero__description p {
	margin: 0;
}

.content-hero--compact {
	padding: 4.5rem 0 4rem;
}

.content-hero--compact h1 {
	font-size: clamp(2.7rem, 4.4vw, var(--h1-size));
}

.content-hero--article {
	padding: 5rem 0 4.7rem;
}

.content-hero--article .content-hero__copy {
	max-width: 65rem;
}

.content-hero--article h1 {
	max-width: 22ch;
	font-size: clamp(2.85rem, 5vw, var(--h1-size));
}

.content-hero--centered .content-hero__inner {
	justify-content: center;
	text-align: center;
}

.content-hero--centered .content-hero__copy,
.content-hero--centered h1,
.content-hero--centered .content-hero__copy > p:last-child {
	margin-right: auto;
	margin-left: auto;
}

.content-hero--centered .article-hero__meta {
	justify-content: center;
}

.article-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem 1.5rem;
	margin-top: 1.5rem;
	color: #657286;
	font-size: .94rem;
	font-weight: 650;
}

.article-hero__meta span {
	position: relative;
}

.article-hero__meta span::before {
	position: absolute;
	top: 50%;
	left: -.85rem;
	width: .25rem;
	height: .25rem;
	border-radius: 50%;
	background: var(--brand);
	content: "";
	transform: translateY(-50%);
}

.content-hero__search {
	flex: 0 1 25rem;
}

.content-hero .search-form {
	padding: .4rem;
	border: 1px solid #dbe2eb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .09);
}

.content-hero .search-field {
	min-height: 3.25rem;
	padding: .7rem .9rem;
	border: 0;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
}

.content-hero .search-submit {
	min-height: 3.25rem;
	padding: .7rem 1.15rem;
	border-radius: 12px;
	background: var(--brand);
	color: #fff;
	font: inherit;
	font-size: .92rem;
	font-weight: 750;
	cursor: pointer;
}

.content-hero .search-submit:hover,
.content-hero .search-submit:focus {
	background: var(--brand-dark);
}

.content-layout {
	width: min(calc(100% - 2.5rem), 1320px);
	margin: 0 auto;
	padding: 5rem 0 6.5rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 19rem;
	gap: 3.5rem;
}

.content-layout--no-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.content-layout--no-sidebar .posts-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-layout--article,
.content-layout--page {
	align-items: start;
}

.content-layout--article.content-layout--no-sidebar,
.content-layout--page.content-layout--no-sidebar {
	width: min(calc(100% - 2.5rem), 900px);
}

.content-layout--centered .article-card__content h1,
.content-layout--centered .article-card__content h2 {
	text-align: center;
}

.posts-feed__heading {
	margin-bottom: 2.2rem;
}

.posts-feed__heading h2,
.comments-area__intro h2 {
	margin: 0;
	color: var(--heading-text);
	font-size: clamp(2rem, 3vw, var(--h2-size));
	font-weight: 820;
	letter-spacing: -.045em;
	line-height: 1.1;
}

.posts-feed__heading p {
	max-width: 42rem;
	margin: .75rem 0 0;
	color: #647185;
	line-height: 1.65;
}

.posts-feed__heading--compact {
	margin-bottom: 1.6rem;
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.35rem;
}

.post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid #dfe4ec;
	border-radius: 16px;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.post-card:hover {
	border-color: rgba(10, 154, 164, .42);
	box-shadow: 0 22px 50px rgba(15, 23, 42, .09);
	transform: translateY(-4px);
}

.post-card__thumb {
	display: block;
	overflow: hidden;
}

.post-card__thumb img,
.post-card__placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .35s ease;
}

.post-card:hover .post-card__thumb img {
	transform: scale(1.025);
}

.post-card__placeholder {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 28% 24%, rgba(254, 44, 85, .12), transparent 24%),
		radial-gradient(circle at 75% 72%, rgba(37, 244, 238, .18), transparent 28%),
		#f2f6fc;
	color: #253247;
	font-size: 1.05rem;
	font-weight: 800;
}

.post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.35rem 1.4rem 1.45rem;
}

.post-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	color: #7b8797;
	font-size: .78rem;
	line-height: 1.4;
}

.post-card__category {
	color: #07919b;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.post-card__category:hover,
.post-card__category:focus {
	color: var(--brand);
}

.post-card__title {
	margin: .75rem 0 .8rem;
	color: #111827;
	font-size: 1.28rem;
	font-weight: 780;
	letter-spacing: -.03em;
	line-height: 1.28;
}

.post-card__excerpt {
	margin-bottom: 1.2rem;
	color: #637084;
	font-size: .94rem;
	line-height: 1.65;
}

.post-card__excerpt p {
	margin: 0;
}

.post-card__link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: .55rem;
	margin-top: auto;
	color: var(--brand);
	font-size: .92rem;
	font-weight: 750;
}

.post-card__link svg {
	width: 1rem;
	height: 1rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform .18s ease;
}

.post-card__link:hover svg,
.post-card__link:focus svg {
	transform: translateX(3px);
}

.content-sidebar {
	position: sticky;
	top: 7rem;
	display: grid;
	gap: 1.1rem;
	align-content: start;
}

.content-sidebar__intro {
	padding: 1.4rem;
	border: 1px solid #dce4ed;
	border-radius: 16px;
	background: linear-gradient(145deg, #f7fcfd, #fff7f9);
}

.content-sidebar__intro strong {
	display: block;
	margin-bottom: .35rem;
	color: #111827;
	font-size: 1.05rem;
}

.content-sidebar__intro p {
	margin: 0;
	color: #687588;
	font-size: .9rem;
	line-height: 1.55;
}

.content-sidebar__widgets {
	display: grid;
	gap: 1.1rem;
}

.content-sidebar .widget,
.content-sidebar .ad-slot .widget {
	padding: 1.3rem;
	border: 1px solid #dfe4ec;
	border-radius: 16px;
	background: #fff;
	box-shadow: none;
}

.content-sidebar .widget:hover {
	border-color: #dfe4ec;
	box-shadow: none;
	transform: none;
}

.content-sidebar .widget-title {
	margin: 0 0 .9rem;
	color: #111827;
	font-size: 1.03rem;
	font-weight: 800;
	letter-spacing: -.02em;
}

.content-sidebar .widget ul {
	display: grid;
	gap: .65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-sidebar .widget li {
	padding-bottom: .65rem;
	border-bottom: 1px solid #edf0f4;
	color: #5f6c80;
	font-size: .91rem;
	line-height: 1.5;
}

.content-sidebar .widget li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.content-sidebar .widget a:hover,
.content-sidebar .widget a:focus {
	color: #07919b;
}

.content-sidebar .ad-slot {
	width: 100%;
	margin: 0;
}

.article-card {
	padding: 2.1rem;
	border: 1px solid #e1e6ed;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(15, 23, 42, .07);
}

.article-card__media img {
	width: 100%;
	max-height: 36rem;
	margin-bottom: 2rem;
	border-radius: 13px;
	box-shadow: none;
	object-fit: cover;
}

.article-card__content,
.article-card__content p,
.content-card--empty p {
	color: var(--body-text);
	font-size: var(--paragraph-size);
	line-height: 1.85;
}

.article-card__content h1,
.article-card__content h2,
.article-card__content h3,
.article-card__content h4 {
	color: var(--heading-text);
	font-weight: 800;
	letter-spacing: -.035em;
}

.article-card__content h1 {
	font-size: clamp(2rem, 3.5vw, var(--article-h1-size));
}

.article-card__content h2 {
	font-size: clamp(1.7rem, 3vw, var(--article-h2-size));
}

.article-card__content h3 {
	font-size: 1.45rem;
}

.article-card__content a {
	color: #078f99;
	text-decoration: underline;
	text-decoration-color: rgba(7, 143, 153, .28);
	text-underline-offset: .18em;
}

.article-card__content blockquote {
	padding: 1.2rem 1.35rem;
	border-left: 4px solid var(--brand);
	border-radius: 0 13px 13px 0;
	background: #fff7f9;
}

.article-card__footer {
	margin-top: 2.4rem;
	padding-top: 1.4rem;
	border-top: 1px solid #e6eaf0;
}

.article-card__footer .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.article-card__footer .nav-next {
	text-align: right;
}

.article-card__footer a {
	display: block;
	padding: .95rem 1rem;
	border: 1px solid #e1e6ed;
	border-radius: 12px;
	color: #334155;
	font-size: .9rem;
	font-weight: 700;
}

.article-card__footer a:hover,
.article-card__footer a:focus {
	border-color: rgba(10, 154, 164, .45);
	color: #078f99;
}

.pagination-wrap {
	margin-top: 2.25rem;
}

.pagination-wrap .nav-links,
.comments-area .navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem;
}

.pagination-wrap .page-numbers,
.comments-area .navigation a {
	min-width: 2.7rem;
	height: 2.7rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 .85rem;
	border: 1px solid #dfe4ec;
	border-radius: 10px;
	background: #fff;
	color: #536075;
	font-size: .9rem;
	font-weight: 700;
}

.pagination-wrap .page-numbers.current,
.pagination-wrap a.page-numbers:hover,
.pagination-wrap a.page-numbers:focus {
	border-color: var(--brand);
	background: var(--brand);
	color: #fff;
}

.content-card--empty {
	padding: 2rem;
	border: 1px solid #e1e6ed;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.content-card--empty h2 {
	margin-top: 0;
	color: #0b1220;
}

.content-card--empty .search-form,
.widget .search-form {
	padding: .35rem;
	border: 1px solid #dbe2eb;
	border-radius: 13px;
	box-shadow: none;
}

.content-card--empty .search-field,
.widget .search-field {
	padding: .7rem;
	border: 0;
	border-radius: 10px;
}

.content-card--empty .search-submit,
.widget .search-submit {
	min-height: 2.8rem;
	padding: .65rem .9rem;
	border-radius: 10px;
	background: #0b1220;
	color: #fff;
	font: inherit;
	font-size: .85rem;
	font-weight: 700;
}

.comments-area {
	width: min(calc(100% - 2.5rem), 900px);
	margin: -2.5rem auto 6.5rem;
	padding: 0;
	border-color: #dfe5ed;
	border-radius: 20px;
	box-shadow: 0 28px 70px rgba(15, 23, 42, .08);
	overflow: hidden;
}

.comments-area__intro {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	margin: 0;
	padding: 1.65rem 1.75rem;
	border-bottom: 1px solid #e7ebf1;
	background:
		radial-gradient(circle at 92% 0%, rgba(254, 44, 85, .08), transparent 30%),
		linear-gradient(135deg, #fff, #f9fbff);
}

.comments-area__intro .content-hero__label {
	margin-bottom: .35rem;
}

.comments-area__intro h2 {
	font-size: clamp(1.65rem, 3vw, var(--h2-size));
}

.comments-area__intro > div > p:last-child {
	max-width: 42rem;
	margin: .55rem 0 0;
	color: var(--body-text);
	font-size: .92rem;
	line-height: 1.6;
}

.comments-area__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: 14px;
	background: var(--brand);
	box-shadow: 0 12px 26px rgba(254, 44, 85, .2);
	color: #fff;
}

.comments-area__icon svg {
	width: 1.45rem;
	height: 1.45rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.comments-area__count {
	display: grid;
	min-width: 2.65rem;
	height: 2.65rem;
	padding: 0 .65rem;
	place-items: center;
	border: 1px solid #d8e1ed;
	border-radius: 999px;
	background: #fff;
	color: var(--heading-text);
	font-size: .9rem;
	font-weight: 800;
}

.comments-area__list {
	padding: 1.65rem 1.75rem .25rem;
}

.comments-title {
	margin: 0 0 1rem;
	color: #697588;
	font-size: .92rem;
	font-weight: 700;
}

.comment-list {
	gap: .85rem;
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
}

.comment-list .comment-body {
	padding: 1.25rem 1.35rem;
	border: 1px solid #e0e6ee;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}

.comment-list .children {
	margin-top: .85rem;
	padding-left: 1.2rem;
	list-style: none;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: .65rem;
}

.comment-author .avatar {
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #dbe3ed, 0 8px 18px rgba(15, 23, 42, .1);
}

.comment-author .fn {
	color: var(--heading-text);
	font-style: normal;
	font-weight: 800;
}

.comment-metadata {
	margin: .4rem 0 .75rem 3.65rem;
	color: #7b8797;
	font-size: .8rem;
}

.comment-content {
	color: var(--body-text);
	font-size: var(--paragraph-size);
	line-height: 1.7;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin: .9rem 0 0 3.65rem;
}

.comment-reply-link {
	display: inline-flex;
	padding: .45rem .7rem;
	border-radius: 9px;
	background: #f1f5fa;
	color: #35445a;
	font-size: .8rem;
	font-weight: 750;
}

.comment-form-panel {
	margin-top: 1.35rem;
	padding: 1.75rem;
	border-top: 1px solid #e7ebf1;
	background: #f8faff;
}

.comment-form-heading {
	margin: 0 0 1.35rem;
}

.comment-form-heading > span {
	display: block;
	margin-bottom: .35rem;
	color: #078f99;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.comment-reply-title {
	margin: 0;
	color: var(--heading-text);
	font-size: 1.65rem;
	letter-spacing: -.025em;
}

.comment-form-heading > p {
	max-width: 46rem;
	margin: .55rem 0 0;
	color: #68768a;
	font-size: .88rem;
	line-height: 1.55;
}

.comment-notes,
.logged-in-as {
	color: #6b778a;
	font-size: .9rem;
}

.comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.comment-form-comment,
.comment-form-cookies-consent,
.comment-notes,
.logged-in-as,
.form-submit {
	grid-column: 1 / -1;
}

.comment-form p {
	margin: 0;
}

.comment-form label {
	display: block;
	margin-bottom: .4rem;
	color: #344054;
	font-size: .86rem;
	font-weight: 700;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: .85rem .95rem;
	border: 1px solid #d9e0e9;
	border-radius: 11px;
	background: #fff;
	color: #111827;
	font: inherit;
}

.comment-form textarea {
	min-height: 10rem;
	max-height: 26rem;
	resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: rgba(10, 154, 164, .65);
	box-shadow: 0 0 0 3px rgba(37, 244, 238, .1);
	outline: 0;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
}

.comment-form-cookies-consent label {
	margin: 0;
	font-weight: 500;
}

.form-submit .submit {
	min-height: 3.15rem;
	padding: .85rem 1.4rem;
	border: 0;
	border-radius: 11px;
	background: var(--brand);
	color: #fff;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(254, 44, 85, .2);
}

.form-submit .submit:hover,
.form-submit .submit:focus {
	background: var(--brand-dark);
}

.site-footer {
	margin-top: 0;
}

.site-footer__language {
	flex: 0 0 auto;
}

.site-footer__language .language-switcher {
	border-color: rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .06);
}

@media (max-width: 1050px) {
	.content-layout {
		grid-template-columns: minmax(0, 1fr) 17rem;
		gap: 2rem;
	}

	.content-layout--no-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.content-layout--no-sidebar .posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.content-hero {
		padding: 4.3rem 0 4rem;
	}

	.content-hero__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 2rem;
	}

	.content-hero__search {
		width: 100%;
		max-width: 34rem;
		flex-basis: auto;
	}

	.content-layout,
	.content-layout--page,
	.content-layout--article {
		grid-template-columns: minmax(0, 1fr);
		gap: 2.5rem;
	}

	.content-sidebar {
		position: static;
		grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
	}

	.content-sidebar > .ad-slot {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.site-header__inner {
		min-height: 4.6rem;
	}

	.site-nav-panel {
		display: none;
		gap: 1rem;
		border-top-color: #e5e9ef;
	}

	.site-nav-panel.is-open {
		display: flex;
	}

	.site-nav a::after {
		display: none;
	}

	.site-nav__list a {
		background: #f6f8fb;
		color: #111827;
	}

	.content-hero {
		padding: 3.6rem 0 3.4rem;
	}

	.content-hero::after {
		right: -4rem;
		width: 9rem;
		height: 9rem;
	}

	.content-hero h1,
	.content-hero--article h1 {
		font-size: clamp(2.55rem, 12vw, 3.7rem);
	}

	.content-layout {
		padding: 4rem 0 5rem;
	}

	.posts-grid,
	.content-layout--no-sidebar .posts-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.content-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.content-sidebar > .ad-slot {
		grid-column: auto;
	}

	.article-card {
		padding: 1.25rem;
	}

	.article-card__footer .nav-links,
	.comment-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.article-card__footer .nav-next {
		text-align: left;
	}

	.comment-form > * {
		grid-column: 1;
	}

	.comments-area {
		margin-top: -1.5rem;
		padding: 0;
	}

	.comments-area__intro {
		grid-template-columns: auto minmax(0, 1fr);
		padding: 1.3rem 1.2rem;
	}

	.comments-area__count {
		grid-column: 2;
		justify-self: start;
	}

	.comments-area__list,
	.comment-form-panel {
		padding-right: 1.2rem;
		padding-left: 1.2rem;
	}

	.comment-list .children {
		padding-left: .65rem;
	}

	.comment-metadata,
	.reply {
		margin-left: 0;
	}

	.site-footer__language {
		width: 100%;
	}
}

@media (max-width: 460px) {
	.site-header__inner,
	.content-hero__inner,
	.content-layout,
	.comments-area {
		width: min(calc(100% - 1.5rem), 1320px);
	}

	.content-hero .search-form,
	.content-card--empty .search-form,
	.widget .search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.content-hero .search-submit,
	.content-card--empty .search-submit,
	.widget .search-submit {
		width: 100%;
	}

	.post-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: .3rem;
	}

	.article-hero__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.article-hero__meta span::before {
		display: none;
	}
}
