/* aperture — site-wide overrides */

.aperture-card {
	padding:var(--wp--preset--spacing--large) 0;
	border-bottom:1px solid rgba(24,24,27,0.10)}

.aperture-card:last-child {
	border-bottom:none}

.aperture-list .wp-block-post:nth-child(even) .aperture-card .wp-block-columns {
	flex-direction:row-reverse}

.aperture-card .wp-block-post-title a {
	color:var(--wp--preset--color--primary);
	text-decoration:none}

.aperture-card .wp-block-post-title a:hover {
	color:var(--wp--preset--color--secondary)}

.aperture-eyebrow {
	color:var(--wp--preset--color--secondary);
	text-transform:uppercase;
	letter-spacing:1.5px;
	font-weight:700;
	font-size:12px;
	margin-bottom:0}

header.wp-block-template-part {
	background:var(--wp--preset--color--tertiary);
	border-bottom:3px double var(--wp--preset--color--quaternary)}

/* Responsive content images — never overflow the reading column */
.wp-block-post-content img,
.entry-content img,
.wp-block-image img { max-width: 100%; height: auto }

.wp-block-post-content figure,
.wp-block-post-content .wp-block-image { max-width: 100%; margin: 1.6em auto }

/* Paragraph rhythm — breathing room between blocks (single posts) */
.single .wp-block-post-content p { margin: 0 0 1.4em }
.single .wp-block-post-content li { margin: 0 0 .6em }
.single .wp-block-post-content ul,
.single .wp-block-post-content ol { margin: 0 0 1.4em; padding-left: 1.6em }


/* Single-post-specific overrides */

.single .wp-block-post-content p, .single .wp-block-post-content li  {
	font-size:19px;
	line-height:1.8 }

.single .wp-block-post-content p:first-of-type::first-letter  {
	font-family:var(--wp--preset--font-family--roboto-slab);
	font-size:4em;
	line-height:0.9;
	float:left;
	margin:0.05em 0.1em 0 0;
	color:var(--wp--preset--color--secondary);
	font-weight:800 }
