@charset "UTF-8";
/*
Theme Name: OwlDraft.com
Theme URI: https://owldraft.com/
Template: stoat
Author: Owldraft
Author URI: https://owldraft.com
Description: Child theme of Stoat for owldraft.com — the storefront, license dashboard, and support desk.
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.11.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: owldraftdotcom
Tags: blog, one-column, custom-colors, editor-style, theme-options, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Child overrides go below. The parent sheet is loaded first, then this one,
   then the Customizer's inline overrides — so anything here wins over Stoat. */


/* THE ELEMENTS PAGE
------------------------------------------------ */

/*
 * The notes between the blocks on /elements/.
 *
 * Set apart from the blocks they describe, because on that page the words are
 * the chrome and the blocks are the content — the opposite of every other page
 * on the site. The rule above each note is what separates one specimen from
 * the next.
 */
.owldraft-el-note {
	margin-top: var(--spacing-2xl);
	padding-top: 1.2em;
	border-top: 2px solid var(--text);
}

.owldraft-el-note > * {
	max-width: 40em;
}

.owldraft-el-note h2 {
	margin: 0 0 0.3em;
	font-size: 1.05em;
	letter-spacing: 0.02em;
}

.owldraft-el-note p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5;
	color: var(--meta);
	text-wrap: pretty;
}

.owldraft-el-note code {
	font-size: 0.92em;
}
