/* @font-face is injected by PHP with an absolute URL — see trustpilot-review-block.php */

.trb-review,
.trb-review h3,
.trb-review p,
.trb-review span,
.trb-review a,
.trb-review div {
	font-family: "Trustpilot Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	box-sizing: border-box;
}

.trb-review {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 24px;
	max-width: 640px;
	color: #191919;
}

/* Stars */
.trb-review__stars {
	display: flex;
	gap: 2px;
	margin-bottom: 16px;
}
.trb-review__stars svg { display: block; }

/* Title */
.trb-review__title {
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin: 0 0 12px !important;
	color: #191919 !important;
}
.trb-review__title-link {
	color: #191919 !important;
	text-decoration: none !important;
}
.trb-review__title-link:hover { text-decoration: underline !important; }

/* Body */
.trb-review__text {
	font-size: 16px !important;
	line-height: 1.7 !important;
	color: #191919 !important;
	margin: 0 0 20px !important;
}

/* Meta */
.trb-review__meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.trb-review__author-block {
	display: flex;
	align-items: center;
	gap: 10px;
}
.trb-review__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1a1a1a;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	flex-shrink: 0;
}
.trb-review__author-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.trb-review__author {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #191919 !important;
	display: block;
}
.trb-review__review-count {
	font-size: 13px !important;
	color: #696969 !important;
	display: block;
}
.trb-review__date-country {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
	text-align: right;
}
.trb-review__country,
.trb-review__date {
	font-size: 13px !important;
	color: #696969 !important;
}

/* Footer */
.trb-review__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 16px;
	border-top: 1px solid #f0f0f0;
}
.trb-review__verified {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px !important;
	color: #696969 !important;
}
.trb-review__branding {
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none !important;
	color: #191919 !important;
}
.trb-review__branding:hover .trb-review__branding-text { text-decoration: underline !important; }
.trb-review__branding-text {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #191919 !important;
}
