.tofaa-checkout-seller-identity {
	margin: 18px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #4b454d;
}

.tofaa-checkout-seller-identity a,
.tofaa-unit-price {
	color: inherit;
}

.tofaa-unit-price {
	display: block;
	margin-top: 4px;
	font-size: .72em;
	font-weight: 600;
	line-height: 1.3;
}

.tofaa-review-report {
	font-size: 13px;
	line-height: 1.5;
}

.tofaa-review-transparency {
	max-width: 920px;
	margin: 22px auto;
	border: 1px solid rgba(33, 24, 39, .28);
	border-radius: 18px;
	background: rgba(255, 255, 255, .58);
	color: #7c4fa0;
	overflow: clip;
}

.tofaa-review-transparency summary {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 54px;
	padding: 10px 16px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	list-style: none;
}

.tofaa-review-transparency summary::-webkit-details-marker { display: none; }
.tofaa-review-transparency summary:focus-visible { outline: 3px solid #d1d635; outline-offset: -3px; }
.tofaa-review-transparency__icon {
	display: grid;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	place-items: center;
	border: 1px solid #211827;
	border-radius: 50%;
	background: #d1d635;
	font-size: 14px;
	font-weight: 900;
}
.tofaa-review-transparency__toggle {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: auto;
}
.tofaa-review-transparency__toggle::before,
.tofaa-review-transparency__toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: currentColor;
	content: '';
	transform: translate(-50%, -50%);
	transition: transform .24s ease;
}
.tofaa-review-transparency__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.tofaa-review-transparency[open] .tofaa-review-transparency__toggle::after { transform: translate(-50%, -50%) rotate(0); }
.tofaa-review-transparency__body {
	padding: 0 18px 17px 54px;
	font-size: 13px;
	line-height: 1.58;
}
.tofaa-review-transparency__body p { margin: 0 0 8px; color: inherit; }
.tofaa-review-transparency__body p:last-child { margin-bottom: 0; }
.tofaa-review-transparency__privacy a { color: inherit; font-weight: 800; }
.tofaa-review-transparency.is-tofaa-details-animating { overflow: hidden; }

.rbs-review-badge--reward {
	border-color: #211827;
	background: #d1d635;
	color: #7c4fa0;
}
.rbs-review-badge--reward > span {
	display: inline-grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border: 1px solid #211827;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 900;
}

@media (max-width: 600px) {
	.tofaa-review-transparency__body { padding-left: 16px; }
}

.tofaa-review-report {
	display: inline-block;
	margin-top: 10px;
}
