/* Brands table — tokens from assets/style.css :root. Legacy row colors below are table-specific. */

.pt-brands-table-wrap {
	margin-bottom: 1.5em;
}

.pt-brands-table-wrap h2 {
	margin-bottom: 20px;
}

/* Single-brand [brand_info]: card chrome without scroll gutter / extra bottom gap.
   Bootstrap .table-responsive overflow + absolute disclosure popovers was creating scrollbars;
   theme .table-responsive also adds margin-bottom: 2rem. */
.pt-brand-info .table-responsive {
	margin-bottom: 0;
	overflow: visible;
}

.pt-brand-info .pt-bt__cell--score-panel-full.is-open {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 12px;
}

.pt-brand-info__keyterms {
	margin-top: 10px;
}

.pt-brand-info__keyterms .pt-bt__keyterms {
	margin-top: 0;
}

/* brand_info general: same card layout as general brands table (no rank / regulations) */
.pt-brand-info--general .pt-bt__row:not(.pt-bt__row--head) {
	background: var(--surface, #fff);
}

.pt-brand-info--general .pt-bt__row:not(.pt-bt__row--head):hover {
	border-color: rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.pt-brand-info--general .pt-bt__brand-cell {
	font-size: 0.875rem;
}

.pt-brand-info--general .pt-bt__value ul {
	font-size: 0.8125rem;
	line-height: 1.4;
}

.pt-brand-info--general .pt-bt__value li {
	margin-bottom: 4px;
}

.pt-bt__affiliate-disclosure-wrap {
	margin-bottom: 16px;
}

.pt-bt__affiliate-disclosure,
.pt-bt__methodology-disclosure {
	margin: 0 0 8px;
	font-size: 0.725rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.68);
}

.pt-bt__affiliate-disclosure-wrap .pt-bt__methodology-disclosure:last-child {
	margin-bottom: 0;
}

/* Desktop: always show full affiliate disclosure (clamp is mobile-only) */
@media (min-width: 992px) {
	.pt-bt__affiliate-disclosure-wrap .pt-line-clamp__body {
		display: block;
		-webkit-line-clamp: unset;
		overflow: visible;
	}

	.pt-bt__affiliate-disclosure-wrap .pt-line-clamp__toggle {
		display: none !important;
	}

	.pt-bt__affiliate-disclosure-wrap .pt-line-clamp.is-expanded .pt-line-clamp__body {
		display: block;
	}
}

.pt-bt__affiliate-disclosure-icon {
	display: inline-block;
	margin-right: 0.15rem;
	font-size: 0.9em;
	line-height: 1;
	vertical-align: -0.05em;
}

.pt-bt__heading-with-info {
	position: relative;
}

.pt-bt__disclosure {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: -1px;
	color: rgba(0, 0, 0, 0.55);
	cursor: help;
	line-height: 1;
	flex: 0 0 auto;
}

.pt-bt__disclosure:focus {
	outline: none;
}

.pt-bt__disclosure:focus-visible .pt-bt__disclosure-icon {
	outline: 2px solid rgba(30, 102, 255, 0.45);
	outline-offset: 2px;
	border-radius: 50%;
}

.pt-bt__disclosure-icon {
	font-size: 1rem;
	font-weight: 600;
	text-transform: none;
}

.pt-bt__disclosure-popover {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 30;
	padding-top: 8px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease, visibility 0.15s ease;
}

.pt-bt__disclosure:hover .pt-bt__disclosure-popover,
.pt-bt__disclosure:focus-within .pt-bt__disclosure-popover {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.pt-bt__disclosure-tooltip {
	display: block;
	width: max-content;
	max-width: min(320px, calc(100vw - 2rem));
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	color: rgba(0, 0, 0, 0.82);
	font-size: 13px;
	line-height: 1.45;
	font-weight: 400;
	text-align: left;
	text-transform: none;
}

.pt-table th:has(.pt-bt__heading-with-info) {
	overflow: visible;
}

.pt-bt__disclosure-link {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pt-bt__disclosure-link:hover,
.pt-bt__disclosure-link:focus {
	color: var(--primary, #1e66ff);
}

@media (max-width: 575.98px) {
	.pt-bt__disclosure-popover {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

.pt-bt__score-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(0, 0, 0, 0.55);
	cursor: pointer;
	line-height: 1;
	flex: 0 0 auto;
}

.pt-bt__score-toggle:focus {
	outline: none;
}

.pt-bt__score-toggle:focus-visible .pt-bt__score-toggle-icon {
	outline: 2px solid rgba(30, 102, 255, 0.45);
	outline-offset: 2px;
	border-radius: 50%;
}

.pt-bt__score-toggle[aria-expanded="true"] {
	color: var(--primary, #1e66ff);
}

.pt-bt__score-toggle-icon {
	font-size: 1rem;
	font-weight: 600;
}

.pt-bt__our-score-with-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.pt-bt__score-panel-inner {
	max-width: 480px;
}

.pt-bt__cell--score-panel-full.is-open .pt-bt__score-panel-inner {
	margin-top: 8px;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background: #fff;
	font-size: 0.85em;
	line-height: 1.35;
}

.pt-bt__score-panel-title {
	margin: 0 0 8px;
	font-size: 1em;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.88);
}

.pt-bt__score-panel-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
	line-height: 1.35;
}

.pt-bt__score-panel-table th,
.pt-bt__score-panel-table td {
	padding: 3px 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	text-align: left;
	vertical-align: top;
}

.pt-bt__score-panel-table th {
	font-weight: 600;
	font-size: 0.92em;
	color: rgba(0, 0, 0, 0.58);
	border-bottom-color: rgba(0, 0, 0, 0.12);
}

.pt-bt__score-panel-table th:last-child,
.pt-bt__score-panel-table td:last-child {
	width: 5rem;
	white-space: nowrap;
	text-align: right;
}

.pt-bt__score-panel-table tbody tr:last-child td {
	border-bottom: none;
}

.pt-bt__score-panel-total-label,
.pt-bt__score-panel-total-value {
	padding-top: 6px !important;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: none !important;
	font-weight: 600;
	font-size: 1em;
	color: rgba(0, 0, 0, 0.88);
}

.pt-bt__score-panel-total-label {
	text-align: left;
}

.pt-bt__score-panel-total-value {
	white-space: nowrap;
	text-align: right;
}

.pt-bt__cell--score-panel-full {
	padding: 0;
	margin: 0;
	border: 0;
	display: none;
}

.pt-bt__cell--score-panel-full.is-open {
	display: block;
	padding: 0 10px 8px;
}

.pt-bt__row--score-open .pt-bt__cell--keyterms-full {
	padding-bottom: 6px;
}

@media (min-width: 992px) {
	.pt-bt__cell--score-panel-full {
		grid-column: 1 / -1;
	}

	.pt-bt__cell--our-score-head,
	.pt-bt__cell--trustpilot-head,
	.pt-bt__cell--popularity-head {
		overflow: visible;
	}
}

.pt-brands-table {
	width: 100%;
}

/* "Card row" like the AFF table */
.pt-bt__row {
	display: block;
	background: var(--surface);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
	padding: 12px 14px;
	margin-bottom: 12px;
	transition:
		box-shadow 0.15s ease,
		border-color 0.15s ease;
}

.pt-bt__row:not(.pt-bt__row--head):hover {
	border-color: rgba(
		30,
		102,
		255,
		0.45
	); /* matches other components using --blue */
	box-shadow:
		0 10px 22px rgba(0, 0, 0, 0.06),
		0 0 0 2px rgba(30, 102, 255, 0.14);
}

.pt-bt__row--head {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin: 0 0 10px 0;
	background: transparent;
}

.pt-bt__cell {
	padding: 8px 10px;
}

.pt-bt__cell--rank {
	width: 46px;
}

.pt-bt__rank {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	/* brand table legacy rank badge */
	background-color: #002b93;
	font-weight: 800;
	font-size: 13px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	color: var(--surface);
}

.pt-bt__rank--mobile {
	display: none;
}

.pt-bt__label {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 4px;
}

.pt-bt__keyterms {
	margin-top: 8px;
	font-size: 12px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.6);
}

.pt-bt__value {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.92);
}

.pt-bt__value a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pt-bt__value a:hover {
	color: var(--red);
}

.pt-hero-review__licenses {
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}
.pt-hero-review__licenses::-webkit-scrollbar {
	width: 5px;
}
.pt-hero-review__licenses::-webkit-scrollbar-track {
	background: #cccccc;
	border-radius: 5px;
}
.pt-hero-review__licenses::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: gray;
}
.pt-bt__brandline {
	text-align: left;
}
.pt-bt__row:nth-child(2) {
	background-color: #fbf0d7;
}
.pt-bt__row:nth-child(2):hover {
	border-color: rgb(237 173 28);
	box-shadow:
		0 10px 22px rgba(0, 0, 0, 0.06),
		0 0 0 2px rgb(251 240 215);
}
.pt-bt__row:nth-child(2) .pt-bt__rank {
	background-color: #edad1c;
}
.pt-bt__row:nth-child(3) {
	background-color: #e8f3e8;
}
.pt-bt__row:nth-child(3):hover {
	border-color: rgb(0 128 0);
	box-shadow:
		0 10px 22px rgba(0, 0, 0, 0.06),
		0 0 0 2px rgb(232 243 232);
}
.pt-bt__row:nth-child(3) .pt-bt__rank {
	background-color: #008000;
}
.pt-bt__row:nth-child(4) {
	background-color: var(--lightBlue);
}
.pt-bt__row:nth-child(4) .pt-bt__rank {
	/* brand table legacy */
	background-color: #2256d5;
}

/* Features list spacing to match theme lists */
.pt-brands-table .pt-bt__value ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.pt-brands-table .pt-bt__value li {
	position: relative;
	margin: 0 0 6px 0;
	padding-left: 10px;
	text-align: start;
}

.pt-brands-table .pt-bt__value li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--red);
	transform: translateY(-50%);
}

.pt-brands-table .pt-bt__value li:last-child {
	margin-bottom: 0;
}

.pt-bt__feature-label {
	font-weight: 600;
}

.pt-bt__feature-value {
	font-weight: 400;
}

/* Desktop layout */
@media (min-width: 992px) {
	.pt-bt__metrics {
		display: contents;
	}

	.pt-bt__row {
		display: grid;
		grid-template-columns: 60px 1.2fr 1.6fr 1.8fr 1.2fr 1fr 1fr;
		align-items: start;
	}

	.pt-brands-table--brand-info .pt-bt__row {
		grid-template-columns: 1.2fr 1.6fr 1.2fr 1fr 1fr;
	}

	.pt-bt__row--head {
		display: grid;
		grid-template-columns: 60px 1.2fr 1.6fr 1.8fr 1.2fr 1fr 1fr;
		margin-bottom: 12px;
	}

	.pt-brands-table--brand-info .pt-bt__row--head {
		grid-template-columns: 1.2fr 1.6fr 1.2fr 1fr 1fr;
	}

	.pt-bt__row--head .pt-bt__cell {
		font-weight: 700;
		font-size: 13px;
		color: rgba(0, 0, 0, 0.7);
		padding: 6px 10px;
		text-transform: none;
		overflow: visible;
	}

	.pt-bt__row--head {
		overflow: visible;
		z-index: 2;
	}

	.pt-bt__cell--our-score-head,
	.pt-bt__cell--trustpilot-head,
	.pt-bt__cell--popularity-head {
		overflow: visible;
	}

	/* Bonus terms: full-width row below all columns */
	.pt-bt__cell--keyterms-full {
		grid-column: 1 / -1;
		padding-top: 10px;
		margin-top: 2px;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	.pt-bt__cell--keyterms-full .pt-bt__keyterms {
		margin-top: 0;
	}
}

/* Mobile tweaks */
@media (max-width: 991.98px) {
	.pt-bt__cell--rank {
		display: none;
	}

	.pt-bt__rank--mobile {
		display: inline-flex;
	}

	/* Brand + CTA on one row: name left, button right.
	   Override style.css .pt-bt__brand-cell { flex-direction: column; width: 200px }. */
	.pt-bt__brand-cell {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		text-align: left;
	}

	.pt-bt__brand-cell .pt-bt__brandline {
		min-width: 0;
		flex: 1 1 auto;
	}

	.pt-brands-table .pt-bt__value:has(> .pt-bt__brandline),
	.pt-brands-table .pt-bt__value:has(> .pt-bt__brand-cell),
	.pt-brand-info .pt-bt__value:has(> .pt-bt__brand-cell) {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		width: 100%;
		text-align: left;
	}

	.pt-brands-table .pt-bt__value:has(> .pt-bt__brandline) > .pt-bt__brandline {
		min-width: 0;
		flex: 1 1 auto;
	}

	.pt-brands-table .pt-bt__review-link,
	.pt-brand-info .pt-bt__review-link,
	.pt-brands-table .pt-bt__visit-cta,
	.pt-brand-info .pt-bt__visit-cta,
	.pt-brands-table .pt-bt__brand-actions,
	.pt-brand-info .pt-bt__brand-actions {
		margin-top: 0;
		flex: 0 0 auto;
		align-self: center;
	}

	.pt-brands-table .pt-bt__brand-actions,
	.pt-brand-info .pt-bt__brand-actions {
		width: max-content;
		max-width: 100%;
	}

	.pt-brands-table .pt-bt__value:has(> .pt-bt__brandline) > .pt-bt__brand-actions,
	.pt-brand-info .pt-bt__brand-actions {
		align-items: stretch;
	}

	/* Field labels: full-width outlined chips so they read as section headers */
	.pt-bt__label {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 0.2rem;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 6px;
		padding: 5px 10px;
		border: 1px solid var(--primary-border-light, #bae6fd);
		border-radius: 6px;
		background: var(--primary-accent-bg, #e5f4fe);
		color: var(--primary-muted, #0369a1);
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.04em;
		line-height: 1.35;
		text-transform: uppercase;
	}

	.pt-bt__label .pt-bt__heading-with-info {
		gap: 0.2rem;
	}

	.pt-bt__label .pt-bt__disclosure {
		color: var(--primary-accent, #0284c7);
	}

	/* Values under section headers: light gray container */
	.pt-bt__label + .pt-bt__value {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 12px;
		border: 1px solid var(--border, #e2e8f0);
		border-radius: 8px;
		background: var(--surface-muted, #f8fafc);
	}

	/* Feature chips */
	.pt-bt__features {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.pt-bt__features li {
		display: inline-flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 0.25rem 0.35rem;
		margin: 0;
		padding: 5px 8px;
		border: 1px solid var(--border, #e2e8f0);
		border-radius: 999px;
		background: var(--surface, #fff);
		font-size: 0.65rem;
		line-height: 1.3;
	}

	.pt-brands-table .pt-bt__features li,
	.pt-brand-info .pt-bt__features li {
		margin: 0;
		padding-left: 8px;
	}

	.pt-bt__features li::before {
		display: none;
	}

	.pt-bt__feature-label {
		color: var(--text-muted, #64748b);
		font-weight: 600;
	}

	.pt-bt__feature-value {
		color: rgba(0, 0, 0, 0.88);
		font-weight: 600;
	}

	/* Always-visible bonus + T&C */
	.pt-bt__cell--bonus {
		padding-top: 4px;
		margin-top: 4px;
	}

	.pt-bt__bonus-box {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.pt-bt__bonus-offer {
		font-size: 0.9rem;
		font-weight: 700;
		line-height: 1.35;
		color: rgba(0, 0, 0, 0.9);
	}

	.pt-bt__bonus-box .pt-bt__keyterms {
		margin-top: 0;
		font-size: 0.75rem;
		line-height: 1.4;
		color: rgba(0, 0, 0, 0.65);
	}

	/* 3-column metrics row — match .pt-bt__cell horizontal padding */
	.pt-bt__metrics {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
		gap: 6px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		padding: 8px 10px;
		overflow: hidden;
	}

	.pt-bt__metrics .pt-bt__cell {
		display: flex;
		flex-direction: column;
		min-width: 0;
		max-width: 100%;
		height: 100%;
		padding: 0;
		box-sizing: border-box;
	}

	.pt-bt__label--metric {
		width: 100%;
		max-width: 100%;
		margin-bottom: 4px;
		padding: 2px 4px 5px 2px;
		font-size: 0.5rem;
		letter-spacing: 0;
		justify-content: center;
		text-align: center;
		overflow: hidden;
	}

	.pt-bt__label--metric .pt-bt__heading-with-info {
		justify-content: center;
		flex-wrap: nowrap;
		gap: 0.1rem;
		max-width: 100%;
		letter-spacing: 0;
		font-size: 0.5rem;
		line-height: 1.2;
	}

	.pt-bt__label--metric .pt-bt__disclosure {
		width: 0.85rem;
		height: 0.85rem;
	}

	.pt-bt__label--metric .pt-bt__disclosure-icon {
		font-size: 0.7rem;
	}

	.pt-bt__metrics .pt-bt__label + .pt-bt__value {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		width: 100%;
		min-height: 0;
		height: 100%;
		padding: 8px 4px;
		box-sizing: border-box;
		text-align: center;
	}

	.pt-bt__metrics .pt-bt__sparkline {
		display: none;
	}

	.pt-bt__metrics .trust-pilot-rating-wrap {
		flex-direction: column;
		align-items: center;
		gap: 2px;
		text-align: center;
	}

	.pt-bt__metrics .trust-pilot-rating__meta {
		padding-left: 0;
		border-left: 0;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.pt-bt__metrics .trust-pilot-rating__meta-line + .trust-pilot-rating__meta-line::before {
		content: none;
	}

	.pt-bt__metrics .trust-pilot-rating {
		padding: 4px 8px;
		font-size: 0.78rem;
	}

	.pt-bt__metrics .trust-pilot-rating__meta-line {
		font-size: 0.62rem;
	}

	/* More info accordion */
	.pt-bt__cell--more {
		padding-top: 8px;
	}

	.pt-bt__more {
		width: 100%;
		border: 1px solid var(--border, #e2e8f0);
		border-radius: 8px;
		background: var(--surface-muted, #f8fafc);
		overflow: hidden;
	}

	.pt-bt__more-summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 10px 12px;
		font-size: 0.8rem;
		font-weight: 700;
		color: var(--primary-muted, #0369a1);
		cursor: pointer;
		list-style: none;
	}

	.pt-bt__more-summary::-webkit-details-marker {
		display: none;
	}

	.pt-bt__more-summary::after {
		content: "+";
		font-size: 1rem;
		line-height: 1;
		color: var(--primary-accent, #0284c7);
	}

	.pt-bt__more[open] .pt-bt__more-summary::after {
		content: "–";
	}

	.pt-bt__more-body {
		padding: 12px;
		border-top: 1px solid var(--border, #e2e8f0);
	}

	.pt-bt__more-section + .pt-bt__more-section {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid var(--border, #e2e8f0);
	}

	.pt-bt__more-heading {
		margin-bottom: 4px;
		font-size: 0.7rem;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: var(--primary-muted, #0369a1);
	}

	.pt-bt__more-content {
		font-size: 0.8rem;
		line-height: 1.4;
		color: rgba(0, 0, 0, 0.78);
	}

	.pt-bt__more-content .pt-bt__keyterms {
		margin-top: 0;
	}

	/* Regulations already behind accordion — show full list, no inner scroll */
	.pt-bt__more-content .pt-hero-review__licenses {
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	/* Trustpilot outside metrics: score | reviews, checked on one line */
	.pt-brands-table .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating-wrap,
	.pt-brand-info .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating-wrap {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px 10px;
		text-align: left;
	}

	.pt-brands-table .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating__meta,
	.pt-brand-info .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating__meta {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 0;
		padding-left: 10px;
		border-left: 1px solid var(--primary-border-light, #bae6fd);
		text-align: left;
	}

	.pt-brands-table .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating__meta-line,
	.pt-brand-info .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating__meta-line {
		display: inline;
	}

	.pt-brands-table .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating__meta-line + .trust-pilot-rating__meta-line::before,
	.pt-brand-info .pt-bt__cell:not(.pt-bt__cell--metric) .trust-pilot-rating__meta-line + .trust-pilot-rating__meta-line::before {
		content: ", ";
	}
}
.pt-bt__our-score__scale {
	font-size: 0.72em;
	font-weight: 600;
	opacity: 0.8;
	margin-left: 1px;
}

/* Sparkline */
.pt-bt__sparkline {
	width: 110px;
	height: 38px;
	flex: 0 0 auto;
	border-radius: 7px;
	background: var(--primary-surface);
	border: 1px solid var(--primary-border);
	overflow: visible;
	position: relative;
	z-index: 1;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pt-bt__value:has(.pt-bt__sparkline),
.pt-hero-review__stat-value:has(.pt-bt__sparkline) {
	overflow: visible;
}

.pt-bt__sparkline:hover {
	border-color: var(--primary-border-light);
	box-shadow: 0 0 0 1px rgba(0, 94, 196, 0.08);
	z-index: 2;
}

/* Sentiment pills – align with site colors */
.pt-bt__pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.pt-bt__pill--positive {
	background: rgba(37, 99, 235, 0.1);
	color: var(--blue);
}

.pt-bt__pill--neutral {
	background: rgba(32, 41, 58, 0.08);
	color: rgba(0, 0, 0, 0.7);
}

.pt-bt__pill--negative {
	background: rgba(235, 43, 68, 0.1);
	color: var(--red);
}

