/* "From the serials" note and the Monday Rundown item
 * (includes/games/serials-surface.php). A hairline, a small line icon and one
 * sentence: no box, radius, fill or shadow. Theme tokens only, so Terminal and
 * Rainbow repaint it.
 */
.rt-serial-note {
	margin: 2.5rem 0 0;
	padding: 0.9rem 0 0;
	border-top: 1px solid var(--wp--preset--color--border, #ddd);
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--wp--preset--color--contrast, #000);
}
.rt-serial-note__row {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	margin: 0;
}
.rt-serial-note__row + .rt-serial-note__row {
	margin-top: 0.75rem;
}
.rt-serial-note__icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin-top: 0.05rem;
}
.rt-serial-note__t {
	min-width: 0;
	overflow-wrap: anywhere;
}
.rt-serial-note__k {
	font-style: italic;
	color: var(--wp--preset--color--muted, #555);
}
.rt-serial-note cite {
	font-style: italic;
}
.rt-serial-note a {
	color: var(--wp--preset--color--clay-dark, #14387f);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	white-space: nowrap;
}
/* The Monday item: a Rundown mini article (.rt-mini, .rt-when, .rt-mini__h,
   .rt-mini__b come from the theme) with the lantern in a gutter beside it,
   set apart by a hairline above. */
.rt-serial-week {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	margin-top: 0.4rem;
	padding: 0.8rem 0 0.8rem;
	border-top: 1px solid var(--wp--preset--color--border, #ddd);
	border-bottom: 0;
}
.rt-serial-week__icon {
	flex: 0 0 auto;
	display: inline-flex;
	margin-top: 0.1rem;
	color: var(--wp--preset--color--contrast, #000);
}
.rt-serial-week__icon svg {
	width: 32px;
	height: 32px;
}
.rt-serial-week__t {
	min-width: 0;
}
.rt-serial-week .rt-mini__h {
	font-size: 1.125rem;
}
.rt-serial-week .rt-mini__b {
	font-size: 1rem;
}
.rt-serial-week__go {
	color: var(--wp--preset--color--clay-dark, #14387f);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	white-space: nowrap;
}
/* On the single Rundown the item follows the post body: headline type as in
   the front page, and the post's own link styling is not doubled. */
.entry-content .rt-serial-week,
.wp-block-post-content .rt-serial-week {
	margin-top: 2rem;
}
.wp-block-post-content .rt-serial-week .rt-mini__h {
	margin-top: 0;
}
/* Front page, phone layout: "Now serialising" (patterns/home-serial.php)
   follows the Rundown directly there, so the Rundown's item would repeat the
   same chapter. .rt-desk--rundown exists only on the front page; the single
   Rundown keeps the item at every width. */
@media (max-width: 900px) {
	.rt-desk--rundown .rt-serial-week {
		display: none;
	}
}
