/*# sourceMappingURL=style-d.css.map */

blockquote {
	width: 72%;
}


.mobile-only {
	display: none;
}
.desktop-only {
	display: inherit;
}

/* Header */
.site-branding {
	gap: 10px;
}
.s-nav .sub-menu {
	min-width: 230px;
}
.nav-panel li {
	width: unset;
}


/* Body */
.site-content {
	border-image: none;
	/*border-top: 0.1em solid var(--red);*/
}
.site-content > .s-container {
	padding: 6em 4em 6em;
}