.lc-article-mobile-toggle,
.lc-article-mobile-shade,
.lc-article-mobile-panel {
	display: none;
}

.lc-article-tool {
	border: 1px solid rgba(0, 0, 0, 0.14);
	background: #fff;
	box-shadow: 8px 8px 0 rgba(186, 157, 255, 0.16);
	margin: 34px auto;
	max-width: 760px;
}

.lc-article-faq {
	padding: 0;
}

.lc-article-faq summary {
	cursor: pointer;
	font-family: var(--wp--preset--font-family--mono, monospace);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	list-style: none;
	padding: 18px 20px;
	text-transform: uppercase;
}

.lc-article-faq summary::-webkit-details-marker {
	display: none;
}

.lc-article-faq summary::after {
	content: "+";
	float: right;
}

.lc-article-faq[open] summary::after {
	content: "-";
}

.lc-article-faq div {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #4d5360;
	font-size: 17px;
	line-height: 1.75;
	padding: 2px 20px 18px;
}

.lc-article-cta {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto;
	padding: 22px;
}

.lc-article-cta p {
	color: #8c9098;
	font-family: var(--wp--preset--font-family--mono, monospace);
	font-size: 11px;
	font-weight: 800;
	grid-column: 1 / -1;
	letter-spacing: 0.18em;
	margin: 0;
	text-transform: uppercase;
}

.lc-article-cta strong {
	font-size: 20px;
	line-height: 1.25;
}

.lc-article-cta a {
	background: #050505;
	color: #fff;
	font-family: var(--wp--preset--font-family--mono, monospace);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	padding: 15px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 1040px) {
	.lc-article-mobile-toggle {
		align-items: center;
		background: #050505;
		border: 1px solid rgba(255, 255, 255, 0.16);
		bottom: calc(66px + env(safe-area-inset-bottom));
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
		color: #fff;
		display: inline-flex;
		font-family: var(--wp--preset--font-family--mono, monospace);
		font-size: 10px;
		font-weight: 800;
		gap: 7px;
		left: 10px;
		letter-spacing: 0.14em;
		padding: 9px 11px;
		position: fixed;
		text-transform: uppercase;
		z-index: 910;
	}

	.lc-article-mobile-toggle__icon {
		border: 1px solid currentColor;
		display: grid;
		gap: 2px;
		height: 14px;
		padding: 3px;
		width: 14px;
	}

	.lc-article-mobile-toggle__icon::before,
	.lc-article-mobile-toggle__icon::after {
		background: currentColor;
		content: "";
		display: block;
		height: 1px;
	}

	.lc-article-mobile-shade {
		background: rgba(0, 0, 0, 0.28);
		inset: 0;
		position: fixed;
		z-index: 900;
	}

	.lc-article-mobile-shade.is-open {
		display: block;
	}

	.lc-article-mobile-panel {
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.16);
		bottom: calc(62px + env(safe-area-inset-bottom));
		box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.22);
		display: block;
		left: 10px;
		max-height: min(72vh, 560px);
		overflow: auto;
		padding: 14px;
		position: fixed;
		right: 10px;
		transform: translateY(calc(100% + 84px));
		transition: transform 180ms ease;
		z-index: 920;
	}

	.lc-article-mobile-panel.is-open {
		transform: translateY(0);
	}

	.lc-article-mobile-panel__head {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px;
	}

	.lc-article-mobile-panel__head a,
	.lc-article-mobile-close {
		color: #050505;
		font-family: var(--wp--preset--font-family--mono, monospace);
		font-size: 12px;
		font-weight: 900;
		letter-spacing: 0.16em;
		text-decoration: none;
		text-transform: uppercase;
	}

	.lc-article-mobile-close {
		background: transparent;
		border: 1px solid rgba(0, 0, 0, 0.18);
		height: 34px;
		width: 34px;
	}

	.lc-article-mobile-panel__label {
		color: #8c9098;
		font-family: var(--wp--preset--font-family--mono, monospace);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.2em;
		margin: 18px 0 8px;
		text-transform: uppercase;
	}

	.lc-article-mobile-cats,
	.lc-article-mobile-posts {
		display: grid;
		gap: 7px;
	}

	.lc-article-mobile-cats a,
	.lc-article-mobile-posts a {
		align-items: center;
		border: 1px solid rgba(0, 0, 0, 0.1);
		color: #050505;
		display: flex;
		font-family: var(--wp--preset--font-family--mono, monospace);
		font-size: 11px;
		font-weight: 800;
		justify-content: space-between;
		letter-spacing: 0.1em;
		line-height: 1.35;
		padding: 11px 12px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.lc-article-mobile-posts a {
		display: block;
		letter-spacing: 0.08em;
		text-transform: none;
	}

	.lc-article-mobile-cats em {
		color: #b99dff;
		font-style: normal;
	}

	.lc-article-cta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.lc-article-mobile-toggle {
		bottom: calc(58px + env(safe-area-inset-bottom));
		font-size: 9px;
		padding: 8px 10px;
	}

	.lc-article-mobile-panel {
		bottom: calc(54px + env(safe-area-inset-bottom));
		left: 8px;
		right: 8px;
	}
}
