/* RecallTracking core styles: intentionally minimal until the design pass. */

.rt-page {
	max-width: 860px;
	margin: 0 auto;
	padding: 24px 16px 48px;
}

.rt-breadcrumb {
	font-size: 0.85em;
	margin-bottom: 12px;
	opacity: 0.8;
}

.rt-summary-line {
	font-size: 1.05em;
}

.rt-updated {
	opacity: 0.7;
	font-size: 0.9em;
	margin-left: 6px;
}

.rt-card {
	border: 1px solid #d9dee3;
	border-radius: 8px;
	padding: 16px 20px;
	margin: 16px 0;
	background: #fff;
}

.rt-card-head h2 {
	margin: 0 0 4px;
	font-size: 1.15em;
}

.rt-card-meta span {
	font-size: 0.85em;
	opacity: 0.75;
	margin-right: 14px;
}

.rt-advisory {
	background: #fff3f3;
	border: 1px solid #e3b4b4;
	border-radius: 6px;
	padding: 8px 12px;
}

.rt-affected {
	columns: 2;
	max-width: 640px;
}

.rt-source-note {
	margin-top: 32px;
	font-size: 0.85em;
	opacity: 0.7;
}

/* Search box */
.rt-search {
	position: relative;
	max-width: 560px;
}

.rt-search-input {
	width: 100%;
	padding: 12px 16px;
	font-size: 1.05em;
	border: 2px solid #c6ccd2;
	border-radius: 8px;
}

.rt-search-results {
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #c6ccd2;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.rt-search-results li a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
}

.rt-search-results li a:hover {
	background: #f2f5f7;
}

.rt-search-meta {
	opacity: 0.6;
	font-size: 0.85em;
	white-space: nowrap;
}

/* v1.0.3: vehicle-page cards show excerpts, not full recall text */
.rt-excerpt { color: #374151; }
.rt-card-more { margin-top: 0.25rem; font-weight: 600; }
