:root {
	color-scheme: light;
}

body.single-cbb_bulletin {
	background: #e9edf0;
	margin: 0;
}

.cbb-page {
	padding: 24px;
}

.cbb-toolbar {
	margin: 0 auto 14px;
	max-width: 8.5in;
	text-align: right;
}

.cbb-toolbar button {
	background: #174f78;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font: 600 15px/1 sans-serif;
	padding: 12px 18px;
}

.cbb-bulletin {
	--cbb-accent: #174f78;
	background:
		linear-gradient(145deg, color-mix(in srgb, var(--cbb-accent) 6%, transparent), transparent 40%),
		#fffefa;
	box-sizing: border-box;
	color: #18212a;
	display: flex;
	flex-direction: column;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
	min-height: 11in;
	overflow: hidden;
	padding: .55in .62in .42in;
	position: relative;
	width: 8.5in;
}

.cbb-paper-a4 {
	min-height: 297mm;
	width: 210mm;
}

.cbb-bulletin::before {
	border: 1px solid color-mix(in srgb, var(--cbb-accent) 30%, #fff);
	content: "";
	inset: .28in;
	pointer-events: none;
	position: absolute;
}

.cbb-header {
	align-items: center;
	display: flex;
	gap: 18px;
	position: relative;
}

.cbb-logo {
	height: .78in;
	object-fit: contain;
	width: .78in;
}

.cbb-header h1 {
	color: var(--cbb-accent);
	font-size: 21pt;
	letter-spacing: .035em;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.cbb-header p {
	color: #5e6870;
	font: 10.5pt/1.35 Arial, sans-serif;
	margin: 5px 0 0;
}

.cbb-rule {
	background: var(--cbb-accent);
	height: 3px;
	margin: 20px 0 0;
	position: relative;
}

.cbb-rule::after {
	background: #d7a85b;
	content: "";
	display: block;
	height: 3px;
	width: 25%;
}

.cbb-hero {
	padding: .48in .15in .34in;
	text-align: center;
}

.cbb-eyebrow {
	color: var(--cbb-accent);
	font: 700 9.5pt/1.2 Arial, sans-serif;
	letter-spacing: .18em;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.cbb-hero h2 {
	font-size: 29pt;
	line-height: 1.1;
	margin: 0 auto 14px;
	max-width: 6.4in;
}

.cbb-date {
	font: 600 11.5pt/1.35 Arial, sans-serif;
	margin: 0;
}

.cbb-date span {
	color: #d7a85b;
	margin: 0 8px;
}

.cbb-scripture {
	color: #59636c;
	font-size: 11pt;
	font-style: italic;
	margin: 12px 0 0;
}

.cbb-program {
	background: rgba(255, 255, 255, .78);
	border-top: 1px solid #d9dde0;
	padding: .28in .2in .22in;
}

.cbb-program h3 {
	color: var(--cbb-accent);
	font: 700 11pt/1.2 Arial, sans-serif;
	letter-spacing: .14em;
	margin: 0 0 18px;
	text-align: center;
	text-transform: uppercase;
}

.cbb-role {
	align-items: baseline;
	display: flex;
	font-size: 12.5pt;
	gap: 8px;
	line-height: 1.45;
	margin-bottom: 8px;
}

.cbb-role-name {
	flex: 0 1 auto;
}

.cbb-dots {
	border-bottom: 1px dotted #9ca4aa;
	flex: 1 1 auto;
	min-width: 20px;
}

.cbb-role strong {
	flex: 0 1 48%;
	text-align: left;
}

.cbb-note {
	background: color-mix(in srgb, var(--cbb-accent) 7%, white);
	border-left: 4px solid var(--cbb-accent);
	font-size: 11pt;
	font-style: italic;
	line-height: 1.5;
	margin: .18in .2in 0;
	padding: 12px 16px;
}

.cbb-footer {
	border-top: 1px solid #d9dde0;
	display: flex;
	font: 8.5pt/1.3 Arial, sans-serif;
	gap: 16px;
	justify-content: center;
	margin-top: auto;
	padding-top: 15px;
	text-align: center;
}

@media (max-width: 850px) {
	.cbb-page {
		overflow-x: auto;
		padding: 12px;
	}
	.cbb-bulletin {
		transform-origin: top left;
	}
}

@media print {
	@page {
		margin: 0;
		size: auto;
	}
	body.single-cbb_bulletin {
		background: #fff;
	}
	.cbb-page {
		padding: 0;
	}
	.cbb-toolbar {
		display: none !important;
	}
	.cbb-bulletin {
		box-shadow: none;
		margin: 0;
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}
}

@media screen {
	.cbb-bulletin {
		box-shadow: 0 15px 45px rgba(27, 42, 53, .18);
	}
}

/* Word-reference landscape layout. */
.cbb-word-layout {
	background: #fff;
	color: #000;
	display: grid;
	font-family: "Times New Roman", Times, serif;
	grid-template-columns: 49% 51%;
	gap: .28in;
	min-height: 8.5in;
	padding: .25in .32in .22in;
	width: 11in;
}

.cbb-word-layout::before {
	display: none;
}

.cbb-word-layout table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.cbb-word-layout th,
.cbb-word-layout td {
	border: 1px solid #111;
	line-height: 1.06;
	padding: 2px 5px;
	vertical-align: top;
}

.cbb-left-panel,
.cbb-right-panel {
	min-width: 0;
}

.cbb-contribution-table {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

.cbb-contribution-table th {
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	font-weight: 700;
	height: .45in;
	text-align: left;
}

.cbb-contribution-table th:nth-child(1) { width: 8%; text-align: center; }
.cbb-contribution-table th:nth-child(2) { width: 44%; }
.cbb-contribution-table th:nth-child(3) { width: 21%; }
.cbb-contribution-table th:nth-child(4) { width: 10%; }
.cbb-contribution-table th:nth-child(5) { width: 17%; }
.cbb-contribution-table td:first-child { text-align: center; }
.cbb-donation-note {
	font-size: 10pt;
	font-style: italic;
	margin: 5px 0 0;
	text-align: center;
}

.cbb-brand {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-bottom: 3px;
	min-height: .42in;
}

.cbb-brand .cbb-logo {
	height: .4in;
	width: .4in;
}

.cbb-brand div {
	display: flex;
	flex-direction: column;
	font-size: 9pt;
	line-height: 1.1;
	text-align: right;
}

.cbb-weekend-title,
.cbb-sunday-heading h2 {
	font-size: 15pt;
	line-height: 1.05;
	margin: 0 0 3px 5px;
	text-decoration: underline;
}

.cbb-weekend-table {
	font-size: 10pt;
	margin-bottom: .16in;
}

.cbb-weekend-table th {
	font-size: 12pt;
	text-align: left;
}

.cbb-weekend-table th:first-child {
	width: 32%;
}

.cbb-sunday-heading {
	margin: 0 6px 4px;
}

.cbb-sunday-heading h2 {
	font-size: 17pt;
	margin-left: 0;
}

.cbb-sunday-heading p {
	display: grid;
	font-size: 17pt;
	grid-template-columns: 1.15in .25in 1fr;
	line-height: 1.05;
	margin: 0;
}

.cbb-service-list {
	font-size: 12pt;
	margin: 0 7px;
}

.cbb-service-row {
	display: grid;
	grid-template-columns: 42% 6% 52%;
	line-height: 1.15;
	min-height: 18px;
}

.cbb-service-row i {
	font-style: normal;
	text-align: center;
}

.cbb-scripture-line {
	color: #071f58;
	font-size: 11pt;
	font-weight: 700;
	margin: 4px 7px;
	text-align: center;
}

.cbb-announcement {
	font-size: 10.5pt;
	font-style: italic;
	line-height: 1.25;
	margin: 7px 7px 0;
}

.cbb-word-footer {
	border-top: 1px dotted #777;
	font-size: 8pt;
	margin: 8px 7px 0;
	padding-top: 4px;
	text-align: center;
}

.cbb-editor-only {
	display: none;
}

.cbb-word-layout.is-editing [data-editable] {
	background: #fff7c7;
	box-shadow: inset 0 0 0 1px #c99b13;
	cursor: text;
	min-height: 1em;
	outline: 0;
}

.cbb-word-layout.is-editing .cbb-editor-only {
	display: table-cell;
	width: 24px;
}

.cbb-delete-row {
	background: transparent;
	border: 0;
	color: #b32d2e;
	cursor: pointer;
	font-size: 17px;
	line-height: 1;
	padding: 0;
}

.cbb-save-status {
	align-self: center;
	font: 600 13px/1.2 Arial, sans-serif;
	margin: 0 6px;
}

.cbb-toolbar {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	max-width: 11in;
}

.cbb-toolbar button[hidden] {
	display: none;
}

@media print {
	@page {
		size: landscape;
	}
	.cbb-word-layout {
		height: 8.5in;
		min-height: 8.5in;
		width: 11in;
	}
	.cbb-editor-only {
		display: none !important;
	}
}
