.od-reviews-page.od-vehicle-content {
	width: 100%;
	min-height: 720px;
	padding: 32px 0 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #15263e;
}

.od-reviews-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.od-reviews-kicker,
.od-reviews-demo-label,
.od-reviews-mini-label {
	display: inline-flex;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .065em;
	text-transform: uppercase;
}

.od-reviews-kicker { margin-bottom: 7px; color: #f15a24; }
.od-reviews-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 35px); line-height: 1.15; letter-spacing: -.035em; }
.od-reviews-heading p { max-width: 690px; margin: 8px 0 0; color: #60728a; font-size: 13px; line-height: 1.65; }
.od-reviews-demo-label { margin-top: 10px; padding: 5px 9px; border-radius: 999px; background: #fff3eb; color: #b9491e; }

.od-reviews-write {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 145px;
	height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 9px;
	background: linear-gradient(135deg, #153b60, #0d2948);
	box-shadow: 0 10px 22px rgba(14, 43, 72, .15);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.od-reviews-write:hover,
.od-reviews-write:focus-visible { background: #0b2d4e; transform: translateY(-1px); }
.od-reviews-write:focus-visible { outline: 3px solid rgba(36, 111, 177, .22); outline-offset: 3px; }
.od-reviews-write:disabled { cursor: not-allowed; opacity: 1; }
.od-reviews-write small { padding: 3px 6px; border-radius: 999px; background: rgba(255, 255, 255, .16); color: #fff; font-size: 7px; }

.od-review-form {
	margin: -4px 0 22px;
	padding: 22px;
	border: 1px solid #d8e4ee;
	border-radius: 14px;
	background: linear-gradient(145deg, #f8fbfe, #fff);
	box-shadow: 0 12px 30px rgba(23, 53, 80, .06);
}
.od-review-form[hidden] { display: none; }
.od-review-form__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.od-review-form__heading strong { color: #17344f; font-size: 17px; }
.od-review-form__heading p { margin: 4px 0 0; color: #6a7d90; font-size: 11px; }
.od-review-form__heading button { width: 34px; height: 34px; padding: 0; border: 1px solid #dbe4ec; border-radius: 50%; background: #fff; color: #36516a; font-size: 20px; }
.od-review-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.od-review-form label { display: grid; gap: 6px; margin: 0; color: #2a455e; font-size: 11px; font-weight: 800; }
.od-review-form input,.od-review-form select,.od-review-form textarea { width: 100%; margin: 0; border: 1px solid #d6e1ea; border-radius: 9px; background: #fff; color: #1f3850; font-size: 13px; }
.od-review-form input,.od-review-form select { height: 43px; padding: 0 12px; }
.od-review-form textarea { min-height: 120px; padding: 12px; resize: vertical; }
.od-review-form input:focus,.od-review-form select:focus,.od-review-form textarea:focus { border-color: #ef6a37; outline: 3px solid rgba(239, 106, 55, .12); }
.od-review-form__wide { grid-column: 1 / -1; }
.od-review-form__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.od-review-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; }
.od-review-form__footer p { margin: 0; color: #667b8f; font-size: 10px; }
.od-review-form__footer button { min-width: 150px; height: 42px; padding: 0 18px; border: 0; border-radius: 9px; background: #f15a24; color: #fff; font-size: 11px; font-weight: 850; }
.od-review-form.is-success { border-color: #a9d8b9; background: #f4fcf6; }

.od-reviews-compose {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: -5px 0 18px;
	padding: 15px 17px;
	border: 1px solid #d9e6f1;
	border-radius: 12px;
	background: #f7fbff;
}
.od-reviews-compose[hidden] { display: none; }
.od-reviews-compose strong { display: block; font-size: 13px; }
.od-reviews-compose p { margin: 4px 0 0; color: #64778d; font-size: 11px; }
.od-reviews-compose-close { flex: 0 0 auto; padding: 8px 13px; border: 1px solid #ccd9e5; border-radius: 8px; background: #fff; color: #173550; font-size: 11px; font-weight: 800; }

.od-reviews-toolbar {
	display: grid;
	grid-template-columns: repeat(3, minmax(145px, 190px)) minmax(90px, 1fr);
	gap: 12px;
	align-items: center;
	margin-bottom: 16px;
}
.od-reviews-toolbar label { position: relative; margin: 0; }
.od-reviews-toolbar select {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 38px 0 13px;
	border: 1px solid #dbe3ec;
	border-radius: 9px;
	background-color: #fff;
	color: #233851;
	font-size: 11px;
	box-shadow: 0 3px 12px rgba(20, 35, 54, .025);
}
.od-reviews-toolbar select:focus { border-color: #f47a4d; outline: 3px solid rgba(242, 94, 37, .12); }
.od-reviews-result-count { justify-self: end; color: #738398; font-size: 11px; }

.od-reviews-layout { display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 22px; align-items: start; }
.od-reviews-list { display: grid; gap: 11px; }
.od-reviews-card {
	position: relative;
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr) 62px;
	gap: 15px;
	min-height: 142px;
	padding: 16px;
	border: 1px solid #dfe6ed;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(19, 38, 58, .025);
}
.od-reviews-card[hidden] { display: none; }
.od-reviews-person { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 11px; align-items: start; }
.od-reviews-person > span:last-child { display: grid; min-width: 0; }
.od-reviews-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #e4f5e8; color: #218545; font-size: 16px; }
.od-reviews-avatar--purple { background: #eee9ff; color: #6747d9; }
.od-reviews-avatar--yellow { background: #fff3d7; color: #a87200; }
.od-reviews-avatar--blue { background: #e6f2ff; color: #1671c7; }
.od-reviews-avatar--red { background: #ffebe7; color: #d5432b; }
.od-reviews-avatar--pink { background: #ffeaf3; color: #c8497f; }
.od-reviews-avatar--navy { background: #e8eff6; color: #173d60; }
.od-reviews-avatar--teal { background: #e3f7f4; color: #16796d; }
.od-reviews-person strong { overflow: hidden; color: #1b3048; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.od-reviews-person small,
.od-reviews-person time { margin-top: 4px; color: #65788e; font-size: 9px; line-height: 1.4; }
.od-reviews-person em { margin-top: 12px; color: #169249; font-size: 9px; font-style: normal; }
.od-reviews-person em span { margin-right: 3px; font-size: 14px; }

.od-reviews-content { min-width: 0; }
.od-reviews-score { display: flex; align-items: center; gap: 10px; }
.od-reviews-score > strong { color: #21364c; font-size: 11px; }
.od-reviews-stars { display: inline-flex; gap: 2px; color: #dfe4e9; line-height: 1; }
.od-reviews-stars i { color: #dfe4e9; font-size: 14px; font-style: normal; }
.od-reviews-stars i.is-full { color: #f6a400; }
.od-reviews-stars i.is-half { color: transparent; background: linear-gradient(90deg, #f6a400 50%, #dfe4e9 50%); -webkit-background-clip: text; background-clip: text; }
.od-reviews-content h3 { margin: 10px 0 5px; color: #182d45; font-size: 12px; }
.od-reviews-content p { margin: 0; color: #40556c; font-size: 10px; line-height: 1.55; }
.od-reviews-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.od-reviews-tags span { padding: 4px 9px; border-radius: 999px; background: #f3f6f9; color: #566a80; font-size: 8px; }
.od-reviews-card-actions { display: flex; align-items: flex-start; justify-content: flex-end; gap: 9px; color: #425c76; font-size: 10px; }
.od-reviews-card-actions > span { white-space: nowrap; }
.od-reviews-card-actions i { font-size: 15px; font-style: normal; }
.od-reviews-card-actions button { min-width: auto; padding: 0; border: 0; background: transparent; color: #425c76; font-size: 18px; opacity: 1; }

.od-reviews-sidebar { display: grid; gap: 11px; }
.od-reviews-sidebar section { padding: 17px; border: 1px solid #dfe6ed; border-radius: 11px; background: #fff; }
.od-reviews-sidebar h3 { margin: 0 0 13px; color: #15324e; font-size: 12px; }
.od-reviews-mini-label { margin-bottom: 10px; color: #b54b21; }
.od-reviews-summary > div { display: grid; gap: 8px; margin-bottom: 15px; }
.od-reviews-summary > div > strong { color: #172e47; font-size: 30px; line-height: 1; }
.od-reviews-summary > div > strong small { margin-left: 3px; font-size: 15px; }
.od-reviews-summary > div > span:last-child { color: #63778e; font-size: 10px; }
.od-reviews-summary ul,
.od-reviews-audience ul { margin: 0; padding: 0; list-style: none; }
.od-reviews-summary li { display: grid; grid-template-columns: 27px minmax(0, 1fr) 27px; gap: 8px; align-items: center; margin-top: 8px; }
.od-reviews-summary li b,
.od-reviews-summary li small { color: #546a80; font-size: 9px; font-weight: 600; }
.od-reviews-summary li b span { color: #f6a400; }
.od-reviews-summary li > i { height: 5px; overflow: hidden; border-radius: 99px; background: #edf1f4; }
.od-reviews-summary li > i > em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff792c, #ff4f1d); }
.od-reviews-topics dl { margin: 0; }
.od-reviews-topics dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 4px 0; color: #53687e; font-size: 9px; }
.od-reviews-topics dd { margin: 0; color: #233d57; }
.od-reviews-audience li { position: relative; padding: 5px 0 5px 18px; color: #53687e; font-size: 9px; line-height: 1.4; }
.od-reviews-audience li::before { position: absolute; left: 0; color: #6d9ed0; content: '✓'; font-weight: 900; }

.od-reviews-pagination { display: flex; justify-content: center; gap: 7px; margin: 16px 0 0; }
.od-reviews-pagination button { display: grid; place-items: center; min-width: 32px; height: 32px; padding: 0 8px; border: 1px solid #dce4eb; border-radius: 8px; background: #fff; color: #304a63; font-size: 10px; }
.od-reviews-pagination button.is-active { border-color: #153b60; background: #153b60; color: #fff; }
.od-reviews-pagination button:disabled { opacity: .45; }
.od-reviews-pagination button:focus-visible { outline: 3px solid rgba(22, 70, 110, .18); outline-offset: 2px; }
.od-reviews-empty { padding: 35px 20px; border: 1px dashed #d8e1e9; border-radius: 11px; text-align: center; }
.od-reviews-empty[hidden] { display: none; }
.od-reviews-empty strong { color: #233b53; font-size: 13px; }
.od-reviews-empty p { margin: 6px 0 0; color: #708196; font-size: 10px; }

.od-reviews-note { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 14px; align-items: center; margin-top: 18px; padding: 14px 16px; border: 1px solid #dce4eb; border-radius: 11px; background: linear-gradient(90deg, #f9fbfd, #fff); }
.od-reviews-note > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #143c62; color: #fff; font-size: 19px; }
.od-reviews-note strong { color: #1c334b; font-size: 11px; }
.od-reviews-note p { margin: 4px 0 0; color: #66798e; font-size: 9px; line-height: 1.5; }
.od-reviews-note button { min-width: 180px; height: 40px; padding: 0 14px; border: 1px solid #dce4eb; border-radius: 8px; background: #fff; color: #1d3954; font-size: 10px; font-weight: 800; opacity: 1; }
.od-reviews-note button small { display: block; color: #9a6a1f; font-size: 7px; }

@media (max-width: 960px) {
	.od-reviews-layout { grid-template-columns: 1fr; }
	.od-reviews-sidebar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	.od-reviews-heading { align-items: stretch; flex-direction: column; }
	.od-reviews-write { align-self: flex-start; }
	.od-reviews-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.od-reviews-result-count { justify-self: start; }
	.od-reviews-card { grid-template-columns: minmax(0, 1fr) auto; }
	.od-reviews-person { grid-column: 1; }
	.od-reviews-content { grid-column: 1 / -1; }
	.od-reviews-card-actions { grid-column: 2; grid-row: 1; }
	.od-reviews-sidebar { grid-template-columns: 1fr 1fr; }
	.od-reviews-summary { grid-row: span 2; }
	.od-reviews-note { grid-template-columns: 42px minmax(0, 1fr); }
	.od-reviews-note button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 520px) {
	.od-reviews-page.od-vehicle-content { padding: 24px 0 10px; }
	.od-reviews-toolbar { grid-template-columns: 1fr; }
	.od-reviews-result-count { margin-top: 2px; }
	.od-reviews-card { padding: 14px; }
	.od-reviews-sidebar { grid-template-columns: 1fr; }
	.od-reviews-summary { grid-row: auto; }
	.od-reviews-compose { align-items: flex-start; flex-direction: column; }
	.od-review-form { padding: 16px; }
	.od-review-form__grid { grid-template-columns: 1fr; }
	.od-review-form__wide { grid-column: auto; }
	.od-review-form__footer { align-items: stretch; flex-direction: column; }
	.od-review-form__footer button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.od-reviews-write,
	.od-reviews-write i { transition: none; }
}
