.chihouban-portland-heading {
	margin: 0 0 20px;
	padding: 14px 16px;
	border-left: 4px solid #005a8c;
	background: #f5f7f8;
}

/* Hide Bay Area YARPP results on Portland-only article pages. */
.yarpp-related,
.yarpp-related-widget {
	display: none !important;
}
.chihouban-portland-kicker {
	margin: 0 0 4px;
	font-family: Oswald, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1f1e1e;
}
.chihouban-portland-heading nav { font-size: .9rem; }
.chihouban-portland-heading nav span { padding: 0 6px; color: #999; }
.chihouban-portland-notice { margin: 8px 0 0; color: #8a4b08; font-size: .85rem; }
.chihouban-portland-article-heading { margin-bottom: 18px; }
.chihouban-portland-preview .entry-meta { margin-bottom: 4px; color: #777; font-size: .8rem; }
.chihouban-portland-sidebar-items { margin-bottom: 20px; }
.chihouban-portland-sidebar-logo { text-align: center; }
.chihouban-portland-sidebar-logo img {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}
.chihouban-portland-search form { display: flex; gap: 8px; }
.chihouban-portland-search input[type="search"] {
	min-width: 0;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d8d8d8;
	background: #fff;
}
.chihouban-portland-search button {
	padding: 10px 14px;
	border: 0;
	background: #056895;
	color: #fff;
	cursor: pointer;
}
.chihouban-portland-social { display: flex; gap: 10px; }
.chihouban-portland-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #888;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
.chihouban-portland-social .social-facebook { background: #4267b2; }
.chihouban-portland-social .social-x { background: #111; }
.chihouban-portland-social .social-youtube { background: #e62117; font-size: 15px; }
.chihouban-portland-categories ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.chihouban-portland-categories li { margin: 0; }
.chihouban-portland-categories a {
	display: block;
	padding: 7px 13px;
	border: 1px solid #ddd;
	border-radius: 20px;
	background: #fff;
	color: #333;
	text-decoration: none;
}
.chihouban-portland-categories a:hover { border-color: #056895; color: #056895; }
@media screen and (max-width: 767px) {
	.chihouban-portland-heading { padding: 10px 12px; }
	.chihouban-portland-kicker { font-size: 1.2rem; }
	.chihouban-portland-preview #main-content,
	.chihouban-portland-preview .home-sidebar { float: none; width: 100%; margin: 0; }
	.chihouban-portland-preview .home-sidebar { margin-top: 20px; }
}
