.bnx-vendor-reviews {
	display: grid;
	gap: 16px;
}

.bnx-vendor-reviews h2 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.4;
}

.bnx-vendor-reviews-summary {
	padding: 12px 14px;
	border: 1px solid #d8dee6;
	border-radius: 8px;
	background: #fff;
}

.bnx-vendor-reviews-summary p,
.bnx-vendor-reviews-empty {
	margin: 0;
}

.bnx-vendor-reviews-count {
	display: inline-block;
	margin-left: 8px;
	color: #5b6776;
	font-size: 0.95em;
}

.bnx-vendor-reviews-list {
	display: grid;
	gap: 14px;
}

.bnx-vendor-review-card {
	padding: 16px;
	border: 1px solid #d8dee6;
	border-radius: 8px;
	background: #fff;
}

.bnx-vendor-review-card-header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 14px;
	margin-bottom: 10px;
}

.bnx-vendor-review-card-header h3,
.bnx-vendor-review-rating {
	margin: 0;
}

.bnx-vendor-review-rating {
	font-weight: 700;
}

.bnx-vendor-review-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 10px;
	color: #5b6776;
	font-size: 0.94rem;
}

.bnx-vendor-review-comment {
	line-height: 1.8;
}

.bnx-review-survey-form-wrap {
	max-width: 800px;
	margin: 24px auto 0;
	padding: 32px;
	border: 1px solid rgba( 0, 119, 182, 0.18 );
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 32px rgba( 0, 84, 135, 0.08 );
}

.bnx-review-survey-form-wrap > h2 {
	margin: 0 0 22px;
	color: #12324a;
	font-size: 24px;
	line-height: 1.4;
}

.bnx-review-survey-summary-card {
	margin: 0 0 22px;
	padding: 16px 18px;
	border: 1px solid #cfe3f0;
	border-radius: 10px;
	background: #f2f8fc;
	color: #17324d;
}

.bnx-review-survey-summary-card p {
	margin: 0;
	line-height: 1.7;
}

.bnx-review-survey-summary-card p + p {
	margin-top: 5px;
}

.bnx-review-survey-form {
	display: grid;
	gap: 18px;
	margin: 0;
}

.bnx-review-survey-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bnx-review-survey-field,
.bnx-review-survey-agreement,
.bnx-review-survey-submit {
	margin: 0;
}

.bnx-review-survey-field label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 8px;
	color: #12324a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.bnx-review-survey-field label span[aria-hidden="true"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding: 2px 7px;
	border-radius: 999px;
	background: #d94a4a;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
}

.bnx-review-survey-field-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	margin-left: 0;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

.bnx-review-survey-field-badge-required {
	background: #d94a4a;
	color: #fff;
}

.bnx-review-survey-field input[type="text"],
.bnx-review-survey-field select,
.bnx-review-survey-field textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border: 1px solid #cbd8e3;
	border-radius: 8px;
	background: #fff;
	color: #17324d;
	font-size: 16px;
	line-height: 1.5;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.bnx-review-survey-field input[type="text"],
.bnx-review-survey-field select {
	min-height: 46px;
	padding: 10px 13px;
}

.bnx-review-survey-field textarea {
	min-height: 160px;
	padding: 12px 13px;
	resize: vertical;
}

.bnx-review-survey-field input:focus,
.bnx-review-survey-field select:focus,
.bnx-review-survey-field textarea:focus {
	border-color: #087db7;
	outline: none;
	box-shadow: 0 0 0 3px rgba( 8, 125, 183, 0.14 );
	background: #fbfdff;
}

.bnx-review-survey-ratings {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid #d7e6ef;
	border-radius: 10px;
	background: #fbfdff;
}

.bnx-review-survey-privacy-note {
	display: grid;
	gap: 4px;
	padding: 13px 15px;
	border: 1px solid #d8e5ed;
	border-radius: 8px;
	background: #f6f9fb;
	color: #4d6374;
	font-size: 14px;
	line-height: 1.65;
}

.bnx-review-survey-agreement label {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	color: #273f52;
	font-size: 14px;
	line-height: 1.6;
}

.bnx-review-survey-agreement input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 0.35em;
}

.bnx-review-survey-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 250px;
	min-height: 50px;
	padding: 12px 28px;
	border: 0;
	border-radius: 999px;
	background: #087db7;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba( 8, 125, 183, 0.18 );
	transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bnx-review-survey-form button[type="submit"]:hover,
.bnx-review-survey-form button[type="submit"]:focus {
	background: #00689e;
	color: #fff;
	box-shadow: 0 12px 24px rgba( 0, 104, 158, 0.22 );
	transform: translateY( -1px );
}

.bnx-review-survey-notice {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #cfe3f0;
	border-radius: 10px;
	background: #eef8fd;
	color: #17324d;
	font-size: 14px;
	line-height: 1.7;
}

.bnx-review-survey-notice-error {
	border-color: rgba( 217, 74, 74, 0.24 );
	background: #fff3f3;
	color: #8f2d2d;
}

.bnx-review-survey-notice ul {
	margin: 0;
	padding-left: 1.3em;
}

@media (max-width: 767px) {
	.bnx-review-survey-form-wrap {
		width: min( 100%, calc( 100vw - 32px ) );
		margin-top: 18px;
		padding: 20px;
		border-radius: 14px;
	}

	.bnx-review-survey-form-wrap > h2 {
		font-size: 21px;
	}

	.bnx-review-survey-ratings {
		padding: 15px;
	}

	.bnx-review-survey-form button[type="submit"] {
		width: 100%;
		min-width: 0;
	}
}
