.bb-our-score-info-btn {
	display: inline-block;
	width: 1.1rem;
	height: 1.1rem;
	margin-left: 0.25rem;
	padding: 0;
	border: 1px solid #6c757d;
	border-radius: 50%;
	background: #fff;
	color: #6c757d;
	font-size: 0.7rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.05;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}

.bb-our-score-info-btn:hover,
.bb-our-score-info-btn:focus {
	border-color: #343a40;
	color: #343a40;
	outline: none;
	box-shadow: 0 0 0 2px rgba(108, 117, 125, 0.25);
}

.bb-our-score-info-btn[aria-expanded="true"] {
	border-color: #28a745;
	color: #28a745;
}

.bb-our-score-info-tooltip {
	position: fixed;
	z-index: 10060;
	width: min(22rem, calc(100vw - 1.5rem));
	max-width: calc(100vw - 1.5rem);
	pointer-events: auto;
}

.bb-our-score-info-tooltip[hidden] {
	display: none !important;
}

.bb-our-score-info-tooltip__inner {
	position: relative;
	padding: 0.75rem 0.875rem;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.45;
	color: #343a40;
	text-align: left;
}

.bb-our-score-info-tooltip__inner::before {
	content: '';
	position: absolute;
	top: -6px;
	/*rtl:ignore*/
	left: var(--bb-our-score-arrow-left, 50%);
	width: 10px;
	height: 10px;
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	background: #fff;
	/*rtl:ignore*/
	transform: translateX(-50%) rotate(45deg);
}

.bb-our-score-info-tooltip--above .bb-our-score-info-tooltip__inner::before {
	top: auto;
	bottom: -6px;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.bb-our-score-info-tooltip__inner p {
	margin: 0;
}

.bb-our-score-info-tooltip__inner a {
	text-decoration: underline;
}
