.bd-br-request-wrap {
	margin: 10px 0;
}

.bd-br-request-link {
	cursor: pointer;
	text-decoration: underline;
}

.bd-br-request-btn[data-busy] {
	opacity: 0.6;
	pointer-events: none;
}

.bd-br-request-btn--disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.bd-br-debug-notice {
	margin: 10px 0;
	padding: 8px 12px;
	background: #fff8e5;
	border: 1px dashed #d4a72c;
	color: #664d03;
	font-size: 0.9em;
}
