.atc-form p {
	margin-bottom: 14px;
}
.atc-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.atc-form input[type="text"],
.atc-form input[type="tel"],
.atc-form textarea {
	width: 100%;
	max-width: 420px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
}
.atc-inline-form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}
.atc-inline-form input[type="text"] {
	flex: 1;
	min-width: 220px;
}
.atc-field-hint {
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: 400;
	margin-top: 2px;
}
.atc-suggestions {
	margin-top: 6px;
}
.atc-chip {
	display: inline-block;
	background: #eef6f1;
	border: 1px solid #b7ddc6;
	color: #0b5d3d;
	border-radius: 16px;
	padding: 5px 12px;
	font-size: 12px;
	margin: 0 6px 6px 0;
	cursor: pointer;
}
.atc-chip:hover {
	background: #dcf0e5;
}
.atc-chat-wrap {
	margin-top: 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
}
.atc-chat-log {
	max-height: 180px;
	overflow-y: auto;
	margin-bottom: 8px;
}
.atc-chat-msg {
	padding: 6px 10px;
	border-radius: 10px;
	margin-bottom: 6px;
	font-size: 13px;
	max-width: 80%;
}
.atc-chat-me {
	background: #dcf0e5;
	margin-left: auto;
	text-align: right;
}
.atc-chat-them {
	background: #f1f1f1;
}
.atc-chat-toggle {
	background: #555;
}
.atc-chat-toggle:hover {
	background: #333;
}
.atc-link-button {
	background: none;
	border: none;
	color: #0b5d3d;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
}
.atc-link-button:disabled {
	opacity: 0.6;
	cursor: default;
}
.atc-location-status {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}
.atc-button {
	background: #0b5d3d;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
}
.atc-button:hover {
	background: #08442c;
}
.atc-button:disabled {
	opacity: 0.6;
	cursor: default;
}
.atc-booking-result {
	margin-top: 16px;
	padding: 14px;
	border-radius: 6px;
}
.atc-booking-result.atc-success {
	background: #e6f6ec;
	border: 1px solid #2e9e4f;
	color: #14532d;
}
.atc-booking-result.atc-error {
	background: #fdecea;
	border: 1px solid #d93025;
	color: #7a1d16;
}
.atc-track-status {
	margin: 14px 0;
	font-size: 15px;
}
.atc-last-updated {
	display: inline-block;
	margin-top: 4px;
	font-size: 13px;
	color: #666;
}
.atc-last-updated.atc-stale {
	color: #b45309;
	font-weight: 600;
}
.atc-notice {
	padding: 12px;
	background: #fff3cd;
	border: 1px solid #ffe69c;
	border-radius: 6px;
}
.atc-driver-panel {
	max-width: 480px;
}
.atc-ride-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 12px;
}
.atc-nav-link {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	background: #1a73e8;
}
.atc-nav-link:hover {
	background: #1558b0;
}
.atc-status-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 12px;
	background: #eee;
	font-size: 12px;
	text-transform: uppercase;
}
.atc-div-icon {
	background: transparent;
	border: none;
}
.atc-taxi-pin {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.35);
	color: #fff;
	border: 3px solid #fff;
	box-sizing: border-box;
}

/* Uber-style clean grey map look: muted background so colored pins pop,
   soft rounded card shadow, and an unobtrusive attribution strip (kept
   visible and legible, as OpenStreetMap/CARTO's usage terms require). */
.atc-map-container {
	box-shadow: 0 2px 14px rgba(0,0,0,0.10);
	border: 1px solid #e5e7eb;
	overflow: hidden;
}
.leaflet-container {
	background: #e5e3df;
	font-family: inherit;
}
.leaflet-control-attribution {
	font-size: 10px;
	background: rgba(255,255,255,0.75) !important;
	padding: 1px 6px;
}
.atc-wrap select,
.atc-wrap .wp-list-table select {
	max-width: 160px;
}
