/* Printable character sheet — a guest hits Print on their own page. */

@page { margin: 16mm; }

body.wme-body {
	background: #fff !important;
	color: #16120e !important;
	font-size: 12pt;
}

.wme-topbar,
.wme-footer,
.wme-nav,
.wme-noprint,
.wme-rsvp-btns,
.wme-head-actions,
.wme-notice,
.wme-glow,
.wme-diet { display: none !important; }

.wme, .wme-portal { max-width: none; padding: 0; margin: 0; }
.wme-main { padding: 0; }

.wme-head { border-bottom: 1.5pt solid #16120e; padding-bottom: 8pt; margin-bottom: 14pt; }
.wme-charname { font-size: 30pt; color: #16120e !important; }
.wme-role { font-size: 14pt; color: #6b4f22 !important; }
.wme-eyebrow, .wme-num { color: #6b4f22 !important; font-size: 8pt; }

.wme-rsvp-bar {
	background: none !important;
	border: none !important;
	border-bottom: .5pt solid #b9ac95 !important;
	padding: 0 0 10pt !important;
	margin-bottom: 14pt !important;
}
.wme-prompt { display: none; }

.wme-body, .wme-grid-3 p, .wme-line, .wme-secret-text { color: #16120e !important; }
.wme-body { font-size: 11.5pt; line-height: 1.5; }

.wme-grid-2, .wme-charbody { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 14pt !important; break-inside: avoid; }
.wme-grid-3, .wme-boxed { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 0 !important; background: none !important; border: .5pt solid #b9ac95 !important; break-inside: avoid; }
.wme-grid-3 > div, .wme-boxed > div { background: none !important; border-right: .5pt solid #b9ac95; padding: 10pt !important; }
.wme-boxed > div:last-child { border-right: none; }
.wme-grid-3 p:not(.wme-eyebrow) { font-size: 10.5pt; line-height: 1.45; }

.wme-costume { background: none !important; border: .5pt solid #b9ac95 !important; padding: 12pt !important; break-inside: avoid; }
.wme-costume-grid { grid-template-columns: repeat(4, 1fr) !important; }
.wme-costume-grid .wme-placeholder { display: none !important; }
.wme-costume-grid img { border: .5pt solid #b9ac95 !important; }

.wme-secret {
	background: none !important;
	border: 1pt solid #16120e !important;
	padding: 12pt !important;
	margin-top: 14pt;
	break-inside: avoid;
}
.wme-secret-text { font-size: 12.5pt; }

.wme-placeholder { border: .5pt dashed #b9ac95 !important; background: none !important; }
.wme-placeholder span { color: #8d8271 !important; }
.wme-portrait-img { border: .5pt solid #b9ac95 !important; max-height: 90mm; width: auto; }

.wme-fine { color: #6f6555 !important; font-size: 8.5pt; }
