/* TEER hint under calculator dropdowns */
.bt-teer-hint {
	margin: 0.5rem 0 0;
	font-size: 0.8125rem;
	color: #4b5563;
	line-height: 1.5;
}

.bt-teer-hint__btn {
	display: inline;
	margin: 0 0.15rem;
	padding: 0;
	border: none;
	background: none;
	color: var(--bt-primary, #1d4ed8);
	font: inherit;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.bt-teer-hint__btn:hover {
	color: var(--bt-primary-dark, #1e40af);
}

.bt-teer-hint__sep {
	margin: 0 0.25rem;
	color: #9ca3af;
}

.bt-teer-hint__link {
	color: var(--bt-primary, #1d4ed8);
	font-weight: 600;
	text-decoration: underline;
}

.bt-teer-hint__applied {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.75rem;
	color: #166534;
	font-weight: 500;
}

/* Modal shell */
.bt-noc-picker[hidden] {
	display: none !important;
}

.bt-noc-picker {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.bt-noc-picker__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
}

.bt-noc-picker__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 720px;
	max-height: min(90vh, 820px);
	display: flex;
	flex-direction: column;
	background: #f8fafc;
	border-radius: 12px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.bt-noc-picker__header {
	position: relative;
	padding: 1rem 3rem 0.75rem 1.25rem;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	flex-shrink: 0;
}

.bt-noc-picker__title {
	margin: 0 0 0.25rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
}

.bt-noc-picker__lead {
	margin: 0;
	font-size: 0.8125rem;
	color: #6b7280;
}

.bt-noc-picker__close {
	position: absolute;
	top: 0.65rem;
	right: 0.75rem;
	width: 2rem;
	height: 2rem;
	border: none;
	background: #f3f4f6;
	border-radius: 8px;
	font-size: 1.35rem;
	line-height: 1;
	color: #374151;
	cursor: pointer;
}

.bt-noc-picker__close:hover {
	background: #e5e7eb;
}

.bt-noc-picker__body {
	padding: 1rem 1.25rem 1.25rem;
	overflow-y: auto;
	flex: 1;
}

.bt-noc-picker__body .bt-noc-finder__card {
	margin-bottom: 0.75rem;
	padding: 1rem;
}

.bt-noc-picker__body .bt-noc-finder__lead--compact {
	margin-bottom: 0.75rem;
}

body.bt-noc-picker-open {
	overflow: hidden;
}
