/* ODF Coordinator Lookup — minimal, self-contained styling, matching
   the dark background / #961f21 red branding used elsewhere on the
   site (same palette as odf-mobile-nav / odf-cor-embed). */

.odfcl-block {
	max-width: 480px;
	margin: 0 auto;
	font-family: inherit;
}

.odfcl-app {
	max-width: 640px;
}

.odfcl-block h2,
.odfcl-block h3,
.odfcl-block h4 {
	margin: 0 0 .75rem;
}

.odfcl-disclaimer {
	font-size: .85em;
	color: #666;
	background: rgba(0, 0, 0, .04);
	border-left: 3px solid #961f21;
	padding: .6rem .9rem;
	margin: 0 0 1.25rem;
}

.odfcl-error {
	background: #fdecea;
	border: 1px solid #f5c2c0;
	color: #611a15;
	padding: .6rem .9rem;
	border-radius: 4px;
	margin: 0 0 1rem;
}

.odfcl-login-form,
.odfcl-search-form {
	display: flex;
	flex-direction: column;
	gap: .9rem;
}

.odfcl-field,
.odfcl-field-row > .odfcl-field {
	display: flex;
	flex-direction: column;
	gap: .3rem;
}

.odfcl-field-row {
	display: flex;
	gap: 1rem;
}

.odfcl-field-row > .odfcl-field {
	flex: 1;
}

.odfcl-block label {
	font-weight: 600;
	font-size: .9em;
}

.odfcl-block input[type="text"],
.odfcl-block input[type="password"] {
	padding: .6rem .75rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
}

.odfcl-hint {
	font-size: .85em;
	color: #777;
	margin: -.4rem 0 0;
}

.odfcl-button {
	display: inline-block;
	padding: .75rem 1.5rem;
	background: #810000;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color .18s ease;
	align-self: flex-start;
}

.odfcl-button:hover,
.odfcl-button:focus {
	background: #a11;
}

.odfcl-button:disabled {
	opacity: .6;
	cursor: default;
}

.odfcl-button--small {
	padding: .4rem .9rem;
	font-size: .85em;
}

.odfcl-link-button {
	background: none;
	border: none;
	color: #810000;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	font-size: .95em;
	margin-bottom: 1rem;
}

.odfcl-app-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	font-size: .95em;
}

.odfcl-logout {
	color: #810000;
}

.odfcl-message {
	padding: .6rem .9rem;
	background: #fff3cd;
	border: 1px solid #ffe69c;
	color: #664d03;
	border-radius: 4px;
	margin: 1rem 0;
}

.odfcl-results {
	margin-top: 1.25rem;
}

.odfcl-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.odfcl-result-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .6rem .75rem;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: .5rem;
}

.odfcl-detail {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.odfcl-status--donor {
	color: #1a7d3a;
	font-weight: 600;
}

.odfcl-denied {
	padding: 1rem;
	background: #fdecea;
	border: 1px solid #f5c2c0;
	border-radius: 4px;
}
