/* PCC Maps — compact "Find a Route" sidebar panel ([pcc_maps_route_sidebar]
 * or the "PCC Maps: Route Filters" widget). Same self-contained-panel
 * + !important pattern as library.css/submission.css: a sidebar column
 * is just as likely to sit in a dark-styled theme section as anywhere
 * else, and this needs to stay legible regardless. Depends on
 * library.css for .pcc-maps-checkbox/.pcc-maps-filter-label/
 * .pcc-maps-filter-group rather than redefining them. */

.pcc-maps-sidebar-filter {
	background: #fff;
	color: #222 !important;
	padding: 1.25em;
	border-radius: 8px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.pcc-maps-sidebar-title {
	margin: 0 0 0.75em;
	color: #222 !important;
	font-size: 1.1em;
}

.pcc-maps-sidebar-form {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-bottom: 1em;
}

.pcc-maps-sidebar-submit {
	width: 100%;
	text-align: center;
}

.pcc-maps-sidebar-back {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	color: #c1440e !important;
	text-decoration: none;
}
.pcc-maps-sidebar-back:hover {
	text-decoration: underline;
}
