/* Access Matters maps & forms */
.amp-map {
	width: 100%;
	height: 560px;
	border-radius: 12px;
	z-index: 1;
}
.amp-map-small {
	height: 340px;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	.amp-map { height: 420px; }
	.amp-map-small { height: 300px; }
}

.amp-legend {
	margin-top: 12px;
	font-size: 15px;
}
.amp-dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25);
	vertical-align: middle;
	margin-right: 4px;
}
.amp-gold   { background: #D4A017; }
.amp-silver { background: #8C9BA5; }
.amp-red    { background: #C0392B; }
.amp-blue   { background: #1D6FE0; }
.amp-yellow { background: #F6C90E; }
.amp-black  { background: #111111; }

.amp-green { background: #1B7F4B; }
.amp-amber { background: #B45309; }
.amp-grey  { background: #8C9BA5; }

.amp-filter-sep {
	border-left: 2px solid #DCE9EF;
	padding-left: 16px;
	margin-left: 4px;
	font-weight: 600;
}

/* Station map */
.amp-station-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-end;
	margin-bottom: 16px;
}
.amp-search-label {
	font-weight: 600;
	display: block;
	flex: 1 1 280px;
}
.amp-search-label input {
	width: 100%;
	padding: 12px 14px;
	border: 2px solid #B9C6CD;
	border-radius: 8px;
	font-size: 16px;
	margin-top: 4px;
}
.amp-search-label input:focus { outline: 3px solid #0F766E; border-color: #0F766E; }
.amp-mode-filters {
	border: 2px solid #DCE9EF;
	border-radius: 8px;
	padding: 8px 14px 12px;
	margin: 0;
	flex: 2 1 420px;
}
.amp-mode-filters legend { font-weight: 700; padding: 0 6px; }
.amp-mode-filters label {
	display: inline-block;
	margin-right: 16px;
	font-size: 15px;
	white-space: nowrap;
}
.amp-station-legend {
	list-style: none;
	padding: 0;
	margin: 16px 0 8px;
	font-size: 15px;
}
.amp-station-legend li { margin-bottom: 6px; }
.amp-station-source { font-size: 14px; color: #55636E; }

.amp-table-wrap { overflow-x: auto; }
.amp-station-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.amp-station-table th, .amp-station-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #DCE9EF;
	vertical-align: top;
}
.amp-station-table th { background: #F0F5F7; }
.amp-badge-level-train   { background: #1B7F4B; }
.amp-badge-ramp          { background: #1D6FE0; }
.amp-badge-platform-only { background: #B45309; }
.amp-badge-no-step-free  { background: #C0392B; }

/* Report form */
.amp-report-form label {
	font-weight: 600;
	display: block;
	margin-bottom: 4px;
}
.amp-report-form input[type="text"],
.amp-report-form input[type="email"],
.amp-report-form select,
.amp-report-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 2px solid #B9C6CD;
	border-radius: 8px;
	font-size: 16px;
	background: #fff;
	color: #1F2933;
}
.amp-report-form input:focus,
.amp-report-form select:focus,
.amp-report-form textarea:focus {
	outline: 3px solid #0F766E;
	outline-offset: 1px;
	border-color: #0F766E;
}
.amp-btn {
	display: inline-block;
	background: #0B4F6C;
	color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 14px 26px;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
}
.amp-btn:hover, .amp-btn:focus { background: #093A52; color: #fff; }
.amp-btn-locate { background: #0F766E; }
.amp-btn-locate:hover, .amp-btn-locate:focus { background: #0B5A54; }
.amp-loc-status { margin-left: 10px; font-weight: 600; }
.amp-form-status { font-weight: 600; font-size: 17px; }

/* Honeypot — hidden from humans, present for bots */
.amp-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px; width: 1px; overflow: hidden;
}

/* Companies House autocomplete */
.amp-company-wrap { position: relative; }
.amp-ch-results { display: block; }
.amp-ch-item {
	display: block;
	width: 100%;
	text-align: left;
	background: #F0F5F7;
	border: 1px solid #B9C6CD;
	border-radius: 6px;
	padding: 8px 12px;
	margin-top: 6px;
	cursor: pointer;
	font-size: 15px;
}
.amp-ch-item:hover, .amp-ch-item:focus { background: #DCE9EF; }

/* Report single view */
.amp-badge {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	font-weight: 700;
	color: #fff;
	font-size: 15px;
}
.amp-badge-blue   { background: #1D6FE0; }
.amp-badge-yellow { background: #B8860B; }
.amp-badge-black  { background: #111111; }
.amp-report-meta { list-style: none; padding: 0; }
.amp-report-meta li { margin-bottom: 4px; }
.amp-replies { border-left: 4px solid #0F766E; padding-left: 18px; }
.amp-reply { margin-bottom: 18px; }
.amp-reply-author { font-weight: 700; margin-bottom: 2px; }
.amp-reply-report blockquote {
	background: #F0F5F7;
	border-left: 5px solid #0F766E;
	padding: 18px 22px;
	border-radius: 8px;
}
