.section-rating-breakdown {
	background-color: #f0faff;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 20px 15px;
	margin-bottom: 1.5em;
}

.section-rating-breakdown h3 {
	font-size: 20px;
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-rating-breakdown .breakdown-intro,
.section-rating-breakdown .breakdown-rationale {
	color: #555;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.5;
}

.section-rating-breakdown .breakdown-rationale {
	margin-bottom: 16px;
}

.section-rating-breakdown .table-responsive {
	margin-bottom: 0;
}

.section-rating-breakdown table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.section-rating-breakdown th,
.section-rating-breakdown td {
	padding: 10px 12px;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
}

.section-rating-breakdown th {
	background: #e8f6fc;
	font-weight: 600;
	text-align: left;
	font-size: 14px;
}

.section-rating-breakdown tbody tr:last-child td {
	border-bottom: none;
}

.section-rating-breakdown table tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.section-rating-breakdown .breakdown-rank {
	width: 36px;
	text-align: center;
	color: #666;
}

.section-rating-breakdown .breakdown-weight,
.section-rating-breakdown .breakdown-contrib {
	text-align: center;
	white-space: nowrap;
}

.section-rating-breakdown table tfoot {
	font-size: 20px;
}

.section-rating-breakdown table tfoot .breakdown-contrib {
	font-size: 24px;
}

.section-rating-breakdown .breakdown-score {
	white-space: nowrap;
}

.section-rating-breakdown .breakdown-stars-wrap {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.section-rating-breakdown .breakdown-stars {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-rating-breakdown .breakdown-stars li {
	display: inline-block;
	line-height: 1;
}

.section-rating-breakdown .breakdown-stars .star {
	font-size: 16px;
	line-height: 1;
	position: relative;
}

/*rtl:begin:ignore*/
.section-rating-breakdown .breakdown-stars.one-half li:nth-child(2) .star:after,
.section-rating-breakdown .breakdown-stars.two-half li:nth-child(3) .star:after,
.section-rating-breakdown .breakdown-stars.three-half li:nth-child(4) .star:after,
.section-rating-breakdown .breakdown-stars.four-half li:nth-child(5) .star:after {
	width: 8px;
}
/*rtl:end:ignore*/

.section-rating-breakdown .breakdown-score-text {
	font-size: 14px;
	color: #333;
}

.section-rating-breakdown .breakdown-score-text--missing {
	color: #999;
}

.section-rating-breakdown tfoot td {
	background: #f7fcff;
	font-weight: 700;
	border-top: 2px solid #ccc;
}

.section-rating-breakdown .breakdown-formula {
	margin-top: 14px;
	padding: 12px 14px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.6;
	color: #444;
}

.section-rating-breakdown .breakdown-formula strong {
	color: #222;
}

/* Overall score box in review intro header */
.section-intro--inner .section__intro-head {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 25px;
}

@media (max-width: 480px) {
	.section-intro--inner .section__intro-head {
		flex-direction: column;
	}
}

.section-intro--inner .section__intro-head .logo-broker {
	margin: 0;
}

.bb-ranking-intro-score {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 10px;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	min-width: 120px;
	min-height: 75px;
}

.bb-ranking-intro-score__label {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}

.bb-ranking-intro-score__value {
	margin: 5px 0 -5px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.bb-ranking-intro-score__link {
	display: inline-block;
	font-size: 12px;
	line-height: 1.3;
	color: #fff !important;
	text-decoration: underline;
}

.bb-ranking-intro-score__link:hover,
.bb-ranking-intro-score__link:focus {
	color: #fff !important;
	text-decoration: underline;
	opacity: 0.9;
}

@media (max-width: 575px) {
	.bb-ranking-intro-score__value {
		font-size: 24px;
	}
}
