


:root {
	
	--otz-color-bg-primary: #252b42;
	
	--otz-color-bg-secondary: #41465a;
	
	--otz-color-bg-elevated: #2e3550;
	
	--otz-color-bg-muted: #323852;
	

	
	--otz-color-text: #ffffff;
	
	--otz-color-text-muted: #c2c7dd;
	
	--otz-color-text-soft: #9fa5c0;
	
	--otz-color-heading: #ffffff;
	
	--otz-color-subheading: #f0e9c8;
	

	
	--otz-color-accent: #d7b65d;
	
	--otz-color-accent-hover: #e4c977;
	--otz-color-accent-soft: rgba(215, 182, 93, 0.08);

	
	--otz-color-border: #42475b;
	--otz-color-border-soft: #3a4058;

	
	--otz-color-success: #3ac28a;
	--otz-color-danger: #ff5c7a;
	--otz-color-info: #4ea3ff;
}


.trust_reviews-company-form-wrapper {
	max-width: 800px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.trust_reviews-form h3 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #2271b1;
}



.trust_reviews-form-section h4 {
	margin-top: 0;
	color: #2271b1;
}

.trust_reviews-form-section h5 {
	margin-top: 20px;
	color: #555;
}

.trust_reviews-form p {
	margin: 15px 0;
}

.trust_reviews-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.trust_reviews-form .required {
	color: #dc3232;
}

.trust_reviews-form input[type="text"],
.trust_reviews-form input[type="url"],
.trust_reviews-form input[type="email"],
.trust_reviews-form input[type="tel"],
.trust_reviews-form input[type="date"],
.trust_reviews-form textarea,
.trust_reviews-form select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}

.trust_reviews-form input[type="file"] {
	padding: 5px 0;
}

.trust_reviews-form button[type="submit"] {
	padding: 10px 20px;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

.trust_reviews-form button[type="submit"]:hover {
	background: #135e96;
}

.trust_reviews-form button[type="submit"]:disabled {
	background: #ccc;
	cursor: not-allowed;
}


.trust_reviews-search-company {
	position: relative;
}

.trust_reviews-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 4px 4px;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
}

.trust_reviews-company-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.trust_reviews-company-list li {
	border-bottom: 1px solid #eee;
}

.trust_reviews-company-list li:last-child {
	border-bottom: none;
}

.trust_reviews-company-list a {
	display: block;
	padding: 10px 15px;
	color: #2271b1;
	text-decoration: none;
}

.trust_reviews-company-list a:hover {
	background: #f0f0f0;
}

.trust_reviews-loading,
.trust_reviews-no-results,
.trust_reviews-error {
	padding: 10px 15px;
	text-align: center;
}

.trust_reviews-error {
	color: #dc3232;
}


.trust_reviews-form-message {
	padding: 10px 15px;
	margin: 15px 0;
	border-radius: 4px;
	display: none;
}

.trust_reviews-form-message.success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.trust_reviews-form-message.error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}


.trust_reviews-company-page {
	width: 100%;
	background: var(--otz-color-bg-primary);
	color: var(--otz-color-text);
}

.trust_reviews-company-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px;
}

.trust_reviews-company-header {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--otz-color-border);
}

.trust_reviews-company-logo {
	flex-shrink: 0;
}

.trust_reviews-company-logo img {
	max-width: 200px;
	height: auto;
	border-radius: 8px;
}

.trust_reviews-company-info {
	flex: 1;
}

.trust_reviews-company-title {
	margin: 0 0 15px 0;
	font-size: 36px;
	color: var(--otz-color-text);
	font-weight: 600;
}

.trust_reviews-company-rating {
	margin: 15px 0;
}

.trust_reviews-rating-stars {
	font-size: 24px;
	color: #ffa500;
	margin-right: 10px;
}

.trust_reviews-rating-stars .star {
	margin-right: 2px;
}

.trust_reviews-rating-value {
	font-size: 18px;
	font-weight: bold;
	color: var(--otz-color-accent);
}

.trust_reviews-company-stats {
	margin: 15px 0;
	color: var(--otz-color-text-secondary);
}

.trust_reviews-company-stats span {
	margin-right: 15px;
}

.trust_reviews-company-categories {
	margin: 15px 0;
}

.trust_reviews-company-categories a {
	color: var(--otz-color-accent);
	text-decoration: none;
}

.trust_reviews-company-categories a:hover {
	color: var(--otz-color-accent-hover);
	text-decoration: underline;
}

.trust_reviews-company-content {
	margin: 30px 0;
}

.trust_reviews-company-description {
	margin-bottom: 30px;
	line-height: 1.6;
	color: var(--otz-color-text);
}


.trust_reviews-company-reviews {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid var(--otz-color-border);
}

.trust_reviews-company-reviews h2 {
	margin-bottom: 20px;
	color: var(--otz-color-text);
	font-weight: 600;
}

.trust_reviews-reviews-filters {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--otz-color-border);
	display: flex;
	justify-content: space-between;
}

.trust_reviews-company-add-review {
	margin: 20px 0;
}

.trust_reviews-add-review-button {
	display: inline-block;
	padding: 10px 20px;
	background: var(--otz-color-accent, #606475);
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	transition: background-color 0.2s;
}

.trust_reviews-add-review-button:hover {
	background: var(--otz-color-accent-hover, #737991);
	color: #fff;
}

.trust_reviews-reviews-filters .filter_review_rating a {
	display: inline-block;
	padding: 8px 15px;
	margin-right: 10px;
	background: var(--otz-color-bg-secondary);
	color: var(--otz-color-text);
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.trust_reviews-reviews-filters .filter_review_rating a:hover,
.trust_reviews-reviews-filters .filter_review_rating a.active {
	background: var(--otz-color-accent, #606475);
	color: #fff;
}


.trust_reviews-reviews-type-filter {
	display: none;
	
}


@media (max-width: 1024px) {
	.trust_reviews-reviews-filters {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	
	.trust_reviews-reviews-filters .filter_review_rating {
		display: none;
	}

	
	.trust_reviews-reviews-filters .product-filter.trust_reviews-reviews-type-filter {
		display: flex;
		width: 100%;
	}

	
	.trust_reviews-reviews-filters .product-sort {
		width: 100%;
		justify-content: space-between;
	}

	.trust_reviews-reviews-filters .product-sort>span {
		justify-content: space-between;
		width: 100%;
	}
}



.trust_reviews-reviews-list {
	margin: 20px 0;
}

.trust_reviews-review-item {
	padding: 20px;
	margin-bottom: 20px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
	border-left: 4px solid var(--otz-color-accent);
}

.trust_reviews-review-item h3 {
	margin: 0 0 10px 0;
}

.trust_reviews-review-item h3 {
	color: var(--otz-color-text);
}

.trust_reviews-review-item h3 a {
	color: var(--otz-color-accent);
	text-decoration: none;
}

.trust_reviews-review-item h3 a:hover {
	color: var(--otz-color-accent-hover);
	text-decoration: underline;
}

.trust_reviews-review-meta {
	margin: 10px 0;
	color: var(--otz-color-text-secondary);
	font-size: 14px;
}

.trust_reviews-review-meta span {
	margin-right: 15px;
}

.trust_reviews-review-rating {
	color: #ffa500;
	font-size: 16px;
}

.trust_reviews-review-excerpt {
	margin-top: 10px;
	line-height: 1.6;
}

.trust_reviews-pagination {
	margin: 30px 0;
	text-align: center;
}


.trust_reviews-companies-archive {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.trust_reviews-archive-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}

.trust_reviews-archive-title {
	margin: 0 0 15px 0;
	font-size: 36px;
}

.trust_reviews-archive-description {
	color: #666;
	line-height: 1.6;
}

.trust_reviews-companies-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	margin: 30px 0;
}

.trust_reviews-company-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s;
}

.trust_reviews-company-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.trust_reviews-company-card-logo {
	text-align: center;
	padding: 20px;
	background: #f9f9f9;
}

.trust_reviews-company-card-logo img {
	max-width: 150px;
	height: auto;
}

.trust_reviews-company-card-content {
	padding: 20px;
}

.trust_reviews-company-card-title {
	margin: 0 0 15px 0;
	font-size: 20px;
}

.trust_reviews-company-card-title a {
	color: #2271b1;
	text-decoration: none;
}

.trust_reviews-company-card-title a:hover {
	text-decoration: underline;
}

.trust_reviews-company-card-rating {
	margin: 10px 0;
}

.trust_reviews-company-card-stats {
	margin: 10px 0;
	color: #666;
	font-size: 14px;
}

.trust_reviews-company-card-excerpt {
	margin: 15px 0;
	color: #666;
	line-height: 1.6;
}

.trust_reviews-company-card-categories {
	margin: 15px 0;
	font-size: 14px;
}

.trust_reviews-company-card-categories a {
	color: #2271b1;
	text-decoration: none;
}

.trust_reviews-company-card-link {
	display: inline-block;
	margin-top: 15px;
	color: #2271b1;
	text-decoration: none;
	font-weight: bold;
}

.trust_reviews-company-card-link:hover {
	text-decoration: underline;
}


.trust_reviews-company-search-form {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}


.trust_reviews-company-search-wrapper {
	position: relative;
	display: block;
	width: 100%;
}

.header-search-form {
	position: relative;
	display: block;
	width: 100%;
}

.header-search-form-block {
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
	min-width: 435px;
}


@media (max-width: 1024px) {
	.header-search-form-block {
		min-width: 300px;
	}
}

.header-search-input {
	flex: 1;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--otz-color-text);
	background: var(--otz-color-bg-secondary);
	border: 1px solid var(--otz-color-border);
	border-radius: 4px 0 0 4px;
	outline: none;
	transition: border-color 0.2s, background-color 0.2s;
}

.header-search-input:focus {
	border-color: var(--otz-color-accent);
	background: var(--otz-color-bg-elevated);
}

.header-search-input::placeholder {
	color: var(--otz-color-text-soft);
}

.header-search-btn {
	flex-shrink: 0;
	width: 43px;
	height: 43px;
	min-width: 43px;
	padding: 0;
	margin: 0;
	border: 1px solid var(--otz-color-accent);
	border-left: none;
	border-radius: 0 4px 4px 0;
	background-color: var(--otz-color-accent);
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-search-btn svg {
	width: 18px;
	height: 18px;
	fill: #ffffff;
	color: #ffffff;
}

.header-search-btn:hover {
	background-color: var(--otz-color-accent-hover);
	border-color: var(--otz-color-accent-hover);
}

.header-search-btn:active {
	opacity: 0.9;
}

.trust_reviews-company-search-popup {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: var(--otz-color-bg-secondary);
	border: 1px solid var(--otz-color-border);
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	max-height: 300px;
	overflow-y: auto;
	margin-top: 2px;
}

.trust_reviews-company-search-item {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: var(--otz-color-text);
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: background-color 0.2s;
}

.trust_reviews-company-search-item:hover {
	background: var(--otz-color-bg-elevated);
	color: var(--otz-color-accent);
}

.trust_reviews-company-search-item b {
	font-weight: 600;
	color: var(--otz-color-accent);
}


.trust_reviews-review-company-search-wrapper {
	position: relative;
	display: block;
	width: 100%;
}

.trust_reviews-review-company-search-popup {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: var(--otz-color-bg-secondary);
	border: 1px solid var(--otz-color-border);
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	max-height: 300px;
	overflow-y: auto;
	margin-top: 2px;
}

.trust_reviews-review-company-search-item {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: var(--otz-color-text);
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: background-color 0.2s;
}

.trust_reviews-review-company-search-item:hover {
	background: var(--otz-color-bg-elevated);
	color: var(--otz-color-accent);
}

.trust_reviews-review-company-search-item b {
	font-weight: 600;
	color: var(--otz-color-accent);
}


.trust_reviews-category-company-filters {
	margin: 15px 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 13px;
}

.trust_reviews-category-company-filters label {
	margin-right: 4px;
	color: #555;
}

.trust_reviews-category-company-filters select {
	font-size: 13px;
	padding: 4px 6px;
}

.trust_reviews-category-company-filters .button {
	font-size: 13px;
	padding: 4px 10px;
}


.trust_reviews-category-page {
	width: 100%;
	background: var(--otz-color-bg-primary);
	color: var(--otz-color-text);
}

.trust_reviews-category-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px;
}

.trust_reviews-category-image {
	max-width: 200px;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
}

.trust_reviews-category-title {
	margin: 0 0 15px 0;
	font-size: 36px;
}

.trust_reviews-category-description {
	margin: 15px 0;
	color: var(--otz-color-text-muted);
	line-height: 1.6;
	font-size: 16px;
}

.trust_reviews-breadcrumbs {
	margin: 15px 0;
	color: var(--otz-color-text-muted);
	font-size: 14px;
}

.trust_reviews-breadcrumbs a {
	color: var(--otz-color-accent);
	text-decoration: none;
}

.trust_reviews-breadcrumbs a:hover {
	text-decoration: underline;
}

.trust_reviews-breadcrumbs-separator {
	margin: 0 5px;
	color: var(--otz-color-border);
}


.trust_reviews-category-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.trust_reviews-category-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 36px;
}

.trust_reviews-category-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.trust_reviews-category-count {
	font-size: 18px;
	color: var(--otz-color-text-soft);
	font-weight: normal;
}


.trust_reviews-category-subcategories {
	margin: 40px 0;
}

.trust_reviews-level1 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trust_reviews-level1 .trust_reviews-section {
	margin: 0;
	padding: 0;
}

.trust_reviews-level2 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trust_reviews-level2>li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--otz-color-border-soft);
}

.trust_reviews-level2>li:last-child {
	border-bottom: none;
}

.trust_reviews-level2>li h3 {
	margin: 0;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 600;
}

.trust_reviews-level2>li h3 a {
	color: var(--otz-color-accent);
	text-decoration: none;
	display: block;
	transition: color 0.2s;
}

.trust_reviews-level2>li h3 a:hover {
	color: var(--otz-color-accent-hover);
	text-decoration: underline;
}

.trust_reviews-level2>li.has-children {
	position: relative;
}

.trust_reviews-level2>li.has-children>h3 {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}

.trust_reviews-level2>li.has-children>h3::after {
	content: 'РІвЂ“С';
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	transition: transform 0.3s;
}

.trust_reviews-level2>li.has-children.expanded>h3::after {
	transform: translateY(-50%) rotate(180deg);
}

.trust_reviews-level3 {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 30px;
	display: none;
	border-left: 2px solid var(--otz-color-border-soft);
	padding-left: 15px;
}

.trust_reviews-level2>li.has-children.expanded>.trust_reviews-level3 {
	display: block;
}

.trust_reviews-level3>li {
	margin: 8px 0;
	padding: 0;
}

.trust_reviews-level3>li a {
	color: var(--otz-color-text-muted);
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 5px 0;
	transition: color 0.2s;
}

.trust_reviews-level3>li a:hover {
	color: var(--otz-color-accent);
	text-decoration: underline;
}


.trust_reviews-sitemap {
	margin: 10px 0;
}

.trust_reviews-sitemap ul {
	list-style: none;
	padding: 0 0 16px 0;
	margin: 0;
}

.trust_reviews-sitemap .level1 {
	padding: 0;
}

.trust_reviews-sitemap .section {
	padding: 0 0 30px;
	color: var(--otz-color-text-muted);
}

.trust_reviews-sitemap .lvl1-head {
	display: flex;
	gap: 1em;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid var(--otz-color-border);
	background: var(--otz-color-bg-secondary);
	margin: 0 0 30px;
}

.trust_reviews-sitemap .lvl1-head h1 {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	color: var(--otz-color-heading);
}

.trust_reviews-sitemap .lvl1-head h1>span {
	display: flex;
	align-items: center;
	gap: 16px;
}

.trust_reviews-sitemap .level2 {
	padding: 0 16px 16px;
	column-width: 220px;
	column-rule: 1px solid var(--otz-color-border-soft);
	column-gap: 32px;
}

.trust_reviews-sitemap .level2>li {
	break-inside: avoid;
	margin: 0;
	padding: 0;
}

.trust_reviews-sitemap .level2>li h3 {
	margin: 0;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
}

.trust_reviews-sitemap .level2>li h3 a {
	color: var(--otz-color-accent);
	text-decoration: none;
	display: block;
	transition: color 0.2s;
}

.trust_reviews-sitemap .level2>li h3 a:hover {
	color: var(--otz-color-accent-hover);
	text-decoration: underline;
}

.trust_reviews-sitemap .level2>li.has-children {
	margin-top: 16px;
}

.trust_reviews-sitemap .level3 {
	list-style: none;
	padding-left: 0;
	margin: 8px 0 16px 0;
}

.trust_reviews-sitemap .level3>li {
	margin: 10px 0;
}

.trust_reviews-sitemap .level3>li a {
	color: var(--otz-color-text-muted);
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 2px 0;
	transition: color 0.2s;
}

.trust_reviews-sitemap .level3>li a:hover {
	color: var(--otz-color-accent);
	text-decoration: underline;
}

@media screen and (max-width: 580px) {

	.trust_reviews-sitemap {
		margin: 0;
	}

	.trust_reviews-sitemap .lvl1-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.trust_reviews-sitemap .lvl1-head h1 {
		width: 100%;
		font-size: 24px;
	}

	.trust_reviews-sitemap .lvl1-head h1>span {
		display: flex;
		align-items: center;
		gap: 16px;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.trust_reviews-sitemap .level2 {
		column-width: auto;
		column-rule: none;
	}


	.trust_reviews-sitemap .level2>li.has-children {
		margin-top: 5px;
	}

	.trust_reviews-sitemap .level2>li h3 {
		padding: 15px 0 5px;
		font-size: 15px;
	}

	.trust_reviews-sitemap .level3 {
		margin: 5px 0 0px 0;
		padding: 0 0 2px;
	}
}


.trust_reviews-home {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.trust_reviews-home-hero {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
}

.trust_reviews-home-hero h2 {
	margin: 0 0 10px 0;
}

.trust_reviews-home-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.trust_reviews-home-search {
	display: flex;
	gap: 10px;
	align-items: center;
}

.trust_reviews-home-search input[type=\"search\"] {
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 240px;
}

.trust_reviews-home-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 15px;
	margin: 20px 0;
}

.trust_reviews-home-stat {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
}

.trust_reviews-home-stat-value {
	font-size: 32px;
	font-weight: 700;
	color: #2271b1;
	line-height: 1.1;
}

.trust_reviews-home-stat-label {
	color: #666;
	margin-top: 6px;
}

.trust_reviews-home-lists {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.trust_reviews-home-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 15px 20px;
}

.trust_reviews-home-card h3 {
	margin-top: 0;
	margin-bottom: 12px;
}

.trust_reviews-home-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trust_reviews-home-card li {
	margin: 8px 0;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.trust_reviews-home-card small {
	color: #888;
	white-space: nowrap;
}


.trust_reviews-category-companies {
	margin: 40px 0;
}

.trust_reviews-category-companies h2 {
	margin-bottom: 20px;
	font-size: 24px;
}

.trust_reviews-category-empty {
	padding: 40px 20px;
	text-align: center;
	color: #666;
	font-size: 16px;
}


.trust_reviews-product-list {
	background-color: var(--otz-color-bg-secondary);
	border-radius: 12px;
	overflow: hidden;
}

.trust_reviews-product-item {
	display: grid;
	grid-template-columns: 60px 1fr auto;
	gap: 16px;
	padding: 16px;
	border-bottom: 1px solid var(--otz-color-border-soft);
	align-items: center;
}

.trust_reviews-product-item:last-child {
	border-bottom: none;
}

.trust_reviews-product-list .trust_reviews-product-item:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.02);
}

.trust_reviews-product-photo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.trust_reviews-product-photo img,
.trust_reviews-product-placeholder {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	object-fit: cover;
	background: var(--otz-color-bg-muted);
}

.trust_reviews-product-caption {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
}

.trust_reviews-product-caption h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
}

.trust_reviews-product-caption h3 a {
	color: var(--otz-color-accent);
}

.trust_reviews-product-caption h3 a:hover {
	color: var(--otz-color-accent-hover);
}

.trust_reviews-product-name {
	color: var(--otz-color-heading);
	text-decoration: none;
}

.trust_reviews-product-name:hover {
	text-decoration: underline;
	color: var(--otz-color-accent-hover);
}

.trust_reviews-product-desc {
	font-size: 14px;
	color: var(--otz-color-text);
	line-height: 20px;
}

a.trust_reviews-product-button {
	display: block;
	color: var(--otz-color-text-muted);
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;

	background: #252b42;
	max-width: 145px;
	text-align: center;
	margin: 5px 0px 0;
	border-radius: 4px;
}

a.trust_reviews-product-button:hover {
	color: var(--otz-color-accent);
	background: #2b2e39;
}

.trust_reviews-product-score {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

.trust_reviews-rating-score-2 {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
}

.trust_reviews-rating-score-2 .trust_reviews-rating-star {
	color: var(--otz-color-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.trust_reviews-rating-score-2 .trust_reviews-rating-star svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.trust_reviews-reviews-counter {
	white-space: nowrap;
	color: var(--otz-color-text-muted);
	text-decoration: none;
	font-size: 14px;
}

.trust_reviews-reviews-counter:hover {
	color: var(--otz-color-accent);
	text-decoration: underline;
}

@media screen and (max-width: 700px) {
	.trust_reviews-product-item {
		grid-template-columns: 1fr 80px;
		gap: 8px;
	}

	.trust_reviews-product-photo {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	.trust_reviews-product-score {
		grid-column: 1;
		grid-row: 1;
		flex-direction: row;
		justify-content: flex-start;
		gap: 12px;
	}

	.trust_reviews-product-caption {
		grid-column: 1;
		grid-row: 2;
		gap: 12px;
	}

	.trust_reviews-product-photo img,
	.trust_reviews-product-placeholder {
		width: 80px;
		height: 80px;
	}

	.trust_reviews-product-caption h3 {
		font-size: 14px;
	}
}




.trust_reviews-my-reviews {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

.trust_reviews-my-reviews-list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}

.trust_reviews-my-reviews-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.trust_reviews-my-reviews-item strong a {
	color: #2271b1;
	text-decoration: none;
}

.trust_reviews-my-reviews-item strong a:hover {
	text-decoration: underline;
}

.trust_reviews-my-reviews-company,
.trust_reviews-my-reviews-date,
.trust_reviews-my-reviews-status {
	font-size: 13px;
	color: #666;
}


.tools2-wrap {
	padding: 16px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1ex;
	justify-content: space-between;
	align-items: center;
	color: var(--otz-color-text-secondary, #666);
}

.product-counter {
	flex-grow: 1;
}

.product-counter b {
	color: var(--otz-color-text, #000);
	font-weight: 700;
}

.tools2-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1ex;
	align-items: center;
}


.product-filter,
.product-sort {
	position: relative;
	cursor: pointer;
	user-select: none;
	display: flex;
	color: #fff;
	padding: 0;
	background: #606475;
	align-items: center;
}


.product-filter.trust_reviews-reviews-type-filter {
	display: none;
}

.product-filter>span,
.product-sort>span {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 8px;
	width: 100%;
	justify-content: space-between;
}

.product-filter svg,
.product-sort svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	margin: 0 5px 0 0px;
	transition: transform 0.2s;
}

.product-filter.opened svg,
.product-sort.opened svg {
	transform: rotate(180deg);
}

.product-filter-popup,
.product-sort-popup {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 0px;
	background-color: #737991;
	box-shadow: 0 2px 8px rgb(0 0 0 / 27%);
	min-width: 180px;
	z-index: 100;
	padding: 1px 0;
}

.product-filter.opened .product-filter-popup,
.product-sort.opened .product-sort-popup {
	display: block;
}

.product-filter-popup a,
.product-sort-popup a {
	display: block;
	padding: 8px 16px;
	color: var(--otz-color-text, #000);
	text-decoration: none;
	transition: background-color 0.2s;
}

.product-filter-popup a:hover,
.product-sort-popup a:hover {
	background-color: var(--otz-color-bg-secondary, #f5f5f5);
}

.product-filter-popup a.current,
.product-sort-popup a.current {
	background-color: #373e59;
	color: var(--otz-color-accent, #1a73e8);
	font-weight: 600;
}


.page-caption {
	margin-bottom: 20px;
}

.page-caption .breadcrumbs {
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--otz-color-text-secondary);
}

.page-caption .breadcrumbs a {
	color: var(--otz-color-accent);
	text-decoration: none;
}

.page-caption .breadcrumbs a:hover {
	text-decoration: underline;
}

.product-name {
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	color: var(--otz-color-text);
	line-height: 1.2;
}


@media (max-width: 1024px) {
	.product-name {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.product-name {
		font-size: 22px;
	}
}


.product-showcase {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;


}

.otz_product_header_left {
	flex: 1;
	max-width: 600px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding: 20px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
}

.otz_product_header_left-col--left {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 250px;
	max-width: 250px;
}

.otz_product_header_left-col--right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}


.otz_product_header_left .product-photo {
	text-align: center;
}

.otz_product_header_left .product-photo img {
	max-width: 250px;
	height: auto;
	border-radius: 8px;
	width: 100%;
}

.otz_product_header_left .product-header-button-wrap {
	text-align: center;
	margin-top: 15px;
}


.otz_product_header_left .rating-score-wrap {
	text-align: center;
	margin: 0 auto 20px;
}

.otz_product_header_left .product-legend {
	margin-top: 0;
}

.otz_product_header_left .product-recommend {
	margin-top: 15px;
}

@media (max-width: 1024px) {
	.trust_reviews-company-inner {
		padding: 15px;
	}

	.product-showcase {
		gap: 20px;
	}

	.otz_product_header_left {
		max-width: 100%;
	}

	
	.otz_product_header_left-col--left {
		flex: 0 0 210px;
		max-width: 210px;
	}

	
	.item.status4 {
		padding: 15px;
	}

	.item-left {
		width: 90px;
	}

	.item-left .avatar img {
		width: 52px;
		height: 52px;
	}
}

@media (max-width: 500px) {
	.product-showcase {
		flex-direction: column;
	}

	.otz_product_header_left {
		max-width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.otz_product_header_left-col--left {
		margin: 0 0 15px 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.otz_product_header_left .rating-score-wrap {
		text-align: center;
	}
}

.rating-score-2 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	font-weight: 600;
	color: var(--otz-color-text);
	margin-bottom: 10px;
}

.rating-score-2.big {
	font-size: 32px;
}

.rating-score-2 .trust_reviews-rating-star svg {
	width: 24px;
	height: 24px;
	fill: #ffa500;
}

.rating-score-2.big .trust_reviews-rating-star svg {
	width: 32px;
	height: 32px;
}

.reviews-counter {
	display: block;
	font-size: 14px;
	color: var(--otz-color-text-secondary);
	margin-top: 10px;
}

.product-header-button-wrap {
	text-align: center;
}

a.product-header-button {
	display: inline-block;
	padding: 12px 24px;
	background: var(--otz-color-accent, #606475);
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	transition: background-color 0.2s;
}

a.product-header-button:hover {
	background: var(--otz-color-accent-hover, #737991);
	color: #fff;
}


.product-reviews-wrap {
	margin-top: 40px;
}

.otz_product_reviews_left {
	width: 100%;
}

.review-list-2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item.status4 {
	display: flex;
	gap: 20px;
	padding: 20px;
	margin-bottom: 20px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
	border: 1px solid var(--otz-color-border);
}

.item-left {
	flex-shrink: 0;
	width: 120px;
	text-align: center;
}

.item-left .avatar {
	display: block;
	margin-bottom: 10px;
	margin: 0 auto;

}

.item-left .avatar img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin: 0 auto;
}

.user-info {
	font-size: 13px;
	color: var(--otz-color-text-secondary);
}

.login-line {
	margin-bottom: 5px;
}

.user-login {
	color: var(--otz-color-accent);
	text-decoration: none;
	font-weight: 500;
}

.user-login:hover {
	text-decoration: underline;
}

.item-right {
	flex: 1;
}

.rating-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.rating-bar {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	min-width: 170px;
}


.rating-score {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 18px;
	font-weight: 600;
	color: var(--otz-color-text);
}

.rating-score .trust_reviews-rating-star svg {
	width: 18px;
	height: 18px;
	fill: #ffa500;
}

.review-postdate {
	font-size: 13px;
	color: var(--otz-color-text-secondary);
}

.review-body-wrap {
	margin-bottom: 15px;
	background: #252b45;
	padding: 10px;
	position: relative;
}


.trust_reviews-single-review-page .review-body-wrap {
	background: transparent;
	padding: 0;
}

.trust_reviews-single-review-page .review-list-2 .review-body-wrap:before {
	display: none;
}

.review-list-2 .review-body-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	border: 8px solid #252b45;
	border-left-color: transparent;
	border-bottom-color: transparent;
}


.review-body-wrap h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
}

.review-title {
	color: var(--otz-color-accent);
	text-decoration: none;
}

.review-title:hover {
	text-decoration: underline;
}

.review-teaser {
	margin: 10px 0;
	color: var(--otz-color-text);
	line-height: 1.6;
}

.review-content {
	margin: 10px 0;
	color: var(--otz-color-text);
	line-height: 1.6;
	padding: 20px;
	background: var(--otz-color-bg-elevated);
	border-radius: 8px;
}

.review-content img {
	max-width: 100%;
	height: auto;
}

.review-content p {
	margin: 10px 0;
}

.product-props {
	margin: 15px 0;
	padding: 0;
	width: 100%;
}

.product-prop-item {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #616161;
	color: var(--otz-color-text);
}

.product-prop-item:last-child {
	border-bottom: none;
}

.product-prop-item strong {
	color: var(--otz-color-text-muted);
	margin-right: 8px;
}

.review-video {
	margin: 15px 0;
	padding: 15px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
}

.review-video h4 {
	color: var(--otz-color-heading);
	font-size: 16px;
	margin-bottom: 10px;
}

.review-video a {
	color: var(--otz-color-accent);
	text-decoration: none;
}

.review-video a:hover {
	text-decoration: underline;
}

.review-company-response {
	margin: 15px 0;
	padding: 15px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
}

.review-company-response h4 {
	color: var(--otz-color-heading);
	font-size: 16px;
	margin-bottom: 10px;
}

.review-company-response-body {
	margin: 10px 0;
	color: var(--otz-color-text);
	line-height: 1.6;
}

.review-company-response-body p {
	margin: 10px 0;
}

.review-company-response-meta {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--otz-color-border);
	font-size: 14px;
	color: var(--otz-color-text-muted);
}

.review-company-response-author {
	margin-right: 15px;
}

.review-plus,
.review-minus {
	margin: 10px 0;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}

.review-plus {
	background: rgba(76, 175, 80, 0.35);
	color: var(--otz-color-text);
}

.review-minus {
	background: rgba(244, 67, 54, 0.35);
	color: var(--otz-color-text);
}

.review-plus b,
.review-minus b {
	font-weight: 600;
}

.review-bar {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 0;
	font-size: 13px;
	color: var(--otz-color-text-secondary);
}

.review-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--otz-color-accent);
	text-decoration: none;
	transition: color 0.2s;
}

.review-btn:hover {
	color: var(--otz-color-accent-hover);
}


span.review-btn:hover {
	color: inherit;
}

.review-btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.review-read-link {
	font-weight: 500;
}


.review-recommend-label {
	margin-right: 6px;
}

@media (max-width: 768px) {
	.review-recommend-label {
		display: none;
	}


	.review-bar {
		justify-content: space-between;
	}


}

.review-read-link span {
	white-space: nowrap;
}


.product-legend {
	margin: 15px 0;
	width: 100%;
}

.legend-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	text-decoration: none;
	color: var(--otz-color-text);
	transition: opacity 0.2s;
}

span.legend-item {
	opacity: 0.8;
}

.legend-item span {
	display: inline-block;
	text-align: right;
	width: 98px;
}

.legend-item-stars {
	display: flex;
	align-items: center;
	gap: 2px;
	min-width: 80px;
}

.legend-item-stars svg {
	width: 16px;
	height: 16px;
	fill: #7f87a3;
}

.legend-item-bg {
	flex: 1;
	height: 8px;
	background: var(--otz-color-bg-primary);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.legend-item-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(to right, #7f87a3, #7f87a3);
	border-radius: 4px;
	transition: width 0.3s ease;
}

.legend-item.active .legend-item-fill {
	background: linear-gradient(to right, #ffa500, #ffa500);
}

.legend-item.active .legend-item-stars svg {
	fill: #ffa500;
}


.legend-item:hover .legend-item-stars svg {
	fill: var(--otz-color-accent, #ffa500);
}



.legend-item:hover .legend-item-fill {
	background: linear-gradient(to right, var(--otz-color-accent, #ffa500), var(--otz-color-accent, #ffa500));
}



.product-recommend {
	margin: 20px 0;
	padding: 15px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	color: var(--otz-color-text);
}

.recommend-ratio {
	display: inline-block;
	margin-left: 8px;
	font-weight: 600;
}

.recommend-ratio.yes {
	color: #4caf50;
}

.recommend-ratio.yes span {
	color: #4caf50;
	font-size: 18px;
}


.product-nav-wrap {
	margin: 20px 0;
	border-bottom: 2px solid var(--otz-color-border);
}

.product-nav-wrap.full {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: flex-end;
}

.product-nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product-nav-wrap .tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	margin-right: 5px;
	background: var(--otz-color-bg-secondary);
	color: var(--otz-color-text-muted);
	text-decoration: none;
	border: none;
	border-bottom: 3px solid transparent;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.2s ease;
	cursor: pointer;
	position: relative;
	bottom: -2px;
}

.product-nav-wrap .tab:hover {
	color: var(--otz-color-text);
	background: var(--otz-color-bg-elevated);
}

.product-nav-wrap .tab.active {
	color: var(--otz-color-accent);
	background: var(--otz-color-bg-primary);
	border-bottom-color: var(--otz-color-accent);
	font-weight: 600;
}

.product-nav-wrap .tab.inactive {
	color: var(--otz-color-text-muted);
}

.product-nav-wrap .tab .counter {
	display: inline-block;
	padding: 2px 8px;
	background: var(--otz-color-bg-elevated);
	border-radius: 12px;
	font-size: 13px;
	font-weight: 600;
	color: var(--otz-color-text);
}

.product-nav-wrap .tab.active .counter {
	background: var(--otz-color-accent-soft);
	color: var(--otz-color-accent);
}


.product-tabs-contents {
	margin-top: 20px;
}

.product-tab-content {
	display: none;
}

.product-tab-content.is-active {
	display: block;
}

.product-tab-content.is-hidden {
	display: none;
}


@media (max-width: 400px) {
	.product-nav-wrap.full {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.product-nav-wrap .tab {
		padding: 15px 15px;
		font-size: 14px;
		white-space: nowrap;
	}

	.product-nav-wrap .tab .counter {
		font-size: 10px;
		padding: 0 4px;
	}
}


.trust_reviews-company-content {
	margin: 20px 0;
	padding: 20px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
}

.trust_reviews-company-description {
	color: var(--otz-color-text);
	line-height: 1.6;
}

.trust_reviews-company-description p {
	margin-bottom: 15px;
}

.trust_reviews-company-description h2,
.trust_reviews-company-description h3,
.trust_reviews-company-description h4 {
	color: var(--otz-color-heading);
	margin-top: 20px;
	margin-bottom: 10px;
}

.trust_reviews-company-photos {
	margin: 20px 0;
	padding: 20px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
}

.trust_reviews-company-photos p {
	text-align: center;
	color: var(--otz-color-text-muted);
	margin: 0;
}

.trust_reviews-company-photos-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--otz-color-text);
	margin: 0 0 25px 0;
}

.trust_reviews-company-photos-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	gap: 20px;
}

.trust_reviews-company-photos-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: var(--otz-color-bg-primary);
	aspect-ratio: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust_reviews-company-photos-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.trust_reviews-company-photos-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.trust_reviews-company-photos-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.trust_reviews-company-photos-link:hover img {
	transform: scale(1.05);
}

@media (max-width: 1024px) {
	.trust_reviews-company-photos-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 15px;
	}
}

@media (max-width: 768px) {
	.trust_reviews-company-photos {
		padding: 15px;
	}

	.trust_reviews-company-photos-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.trust_reviews-company-photos-grid {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		gap: 12px;
	}
}


.trust_reviews-review-gallery {
	margin: 30px 0;
	padding: 20px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
}

.trust_reviews-review-gallery-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--otz-color-text);
	margin: 0 0 20px 0;
}

.trust_reviews-review-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px;
}

.trust_reviews-review-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: var(--otz-color-bg-primary);
	aspect-ratio: 1;
}

.trust_reviews-review-gallery-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.trust_reviews-review-gallery-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.trust_reviews-review-gallery-link:hover img {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.trust_reviews-review-gallery {
		margin: 20px 0;
		padding: 15px;
	}

	.trust_reviews-review-gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		gap: 10px;
	}

	.trust_reviews-review-gallery-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
}


.fancybox__backdrop {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.fancybox__caption {
	color: var(--otz-color-text) !important;
	background: rgba(0, 0, 0, 0.5) !important;
	padding: 10px 20px !important;
}

.fancybox__infobar {
	color: var(--otz-color-text) !important;
}

.fancybox__button {
	color: var(--otz-color-text) !important;
	background: rgba(255, 255, 255, 0.1) !important;
}

.fancybox__button:hover {
	background: rgba(255, 255, 255, 0.2) !important;
}

.fancybox__button--close {
	background: rgba(255, 255, 255, 0.1) !important;
}

.fancybox__button--close:hover {
	background: rgba(255, 255, 255, 0.2) !important;
}

.fancybox__nav {
	--fancybox-color: var(--otz-color-text);
}

.fancybox__nav .fancybox__button {
	background: rgba(255, 255, 255, 0.1) !important;
}

.fancybox__nav .fancybox__button:hover {
	background: rgba(255, 255, 255, 0.2) !important;
}

.fancybox__toolbar {
	background: transparent !important;
}

.fancybox__thumbs {
	background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox__thumb {
	border-color: var(--otz-color-border) !important;
}

.fancybox__thumb:hover,
.fancybox__thumb.is-nav-selected {
	border-color: var(--otz-color-accent) !important;
}


@media (max-width: 768px) {
	.fancybox__caption {
		font-size: 12px;
		padding: 8px 15px !important;
	}
	
	.fancybox__infobar {
		font-size: 12px;
	}
}


.trust_reviews-single-review-page {
	background: var(--otz-color-bg-primary);
	min-height: 100vh;
	padding: 20px 0;
}

.trust_reviews-single-review-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
}



.trust_reviews-single-review-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--otz-color-border);
}

.trust_reviews-review-page-title {
	font-size: 28px;
	font-weight: 600;
	color: var(--otz-color-heading);
	margin: 20px 0 15px 0;
	line-height: 1.3;
}

.trust_reviews-review-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
	color: var(--otz-color-text-muted);
	font-size: 14px;
}

.trust_reviews-review-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.trust_reviews-rating-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.trust_reviews-rating-star {
	display: inline-flex;
	align-items: center;
	color: var(--otz-color-accent);
}

.trust_reviews-rating-star.empty {
	color: var(--otz-color-border);
	opacity: 0.3;
}

.trust_reviews-rating-star svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.trust_reviews-review-rating-value {
	font-weight: 600;
	color: var(--otz-color-text);
}

.trust_reviews-review-date,
.trust_reviews-review-author {
	color: var(--otz-color-text-muted);
}

.trust_reviews-review-recommend {
	padding: 4px 12px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 13px;
}

.trust_reviews-review-recommend.yes {
	background: var(--otz-color-success);
	color: #fff;
}

.trust_reviews-review-recommend.no {
	background: var(--otz-color-danger);
	color: #fff;
}

.trust_reviews-review-layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 30px;
	margin-top: 30px;
}

@media (max-width: 968px) {
	.trust_reviews-review-layout {
		grid-template-columns: 1fr;
	}
}

.trust_reviews-review-main {
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
	padding: 25px;
}

.trust_reviews-review-content {
	color: var(--otz-color-text);
	line-height: 1.7;
	margin-bottom: 25px;
}

.trust_reviews-review-content p {
	margin-bottom: 15px;
}

.trust_reviews-review-content h2,
.trust_reviews-review-content h3,
.trust_reviews-review-content h4 {
	color: var(--otz-color-heading);
	margin-top: 25px;
	margin-bottom: 15px;
}

.trust_reviews-review-pros-cons {
	margin: 25px 0;
	padding: 20px;
	background: var(--otz-color-bg-elevated);
	border-radius: 8px;
}

.trust_reviews-review-pros {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--otz-color-border);
}

.trust_reviews-review-pros:last-child,
.trust_reviews-review-cons:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.trust_reviews-review-pros strong,
.trust_reviews-review-cons strong {
	display: block;
	color: var(--otz-color-heading);
	margin-bottom: 10px;
	font-size: 16px;
}

.trust_reviews-review-pros p,
.trust_reviews-review-cons p {
	color: var(--otz-color-text);
	margin: 0;
	line-height: 1.6;
}

.trust_reviews-review-pros strong {
	color: var(--otz-color-success);
}

.trust_reviews-review-cons strong {
	color: var(--otz-color-danger);
}

.trust_reviews-review-video {
	margin: 25px 0;
	padding: 20px;
	background: var(--otz-color-bg-elevated);
	border-radius: 8px;
}

.trust_reviews-review-video h2 {
	color: var(--otz-color-heading);
	margin-bottom: 15px;
}

.trust_reviews-review-video a {
	color: var(--otz-color-accent);
	text-decoration: none;
}

.trust_reviews-review-video a:hover {
	text-decoration: underline;
}

.trust_reviews-review-company-response {
	margin: 25px 0;
	padding: 20px;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
}

.trust_reviews-review-company-response h2 {
	color: var(--otz-color-heading);
	font-size: 18px;
	margin-bottom: 15px;
}

.trust_reviews-review-company-response-body {
	color: var(--otz-color-text);
	line-height: 1.6;
}

.trust_reviews-review-company-response-meta {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--otz-color-border);
	font-size: 13px;
	color: var(--otz-color-text-muted);
	display: flex;
	gap: 15px;
}

.trust_reviews-review-votes {
	margin: 25px 0;
	padding: 20px;
	background: var(--otz-color-bg-elevated);
	border-radius: 8px;
	border: none;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.trust_reviews-review-votes-label {
	color: var(--otz-color-text);
	font-weight: 500;
}

.trust_reviews-review-vote-button {
	padding: 8px 16px;
	background: var(--otz-color-bg-secondary);
	border: 1px solid var(--otz-color-border);
	border-radius: 4px;
	color: var(--otz-color-text);
	cursor: pointer;
	transition: all 0.2s;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.trust_reviews-review-vote-button:hover {
	background: var(--otz-color-accent);
	border-color: var(--otz-color-accent);
}

.trust_reviews-review-vote-count {
	background: var(--otz-color-bg-primary);
	padding: 2px 8px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 13px;
}


.trust_reviews-review-sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.trust_reviews-review-extra-box,
.trust_reviews-review-company-response-edit {
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
	padding: 20px;
}

.trust_reviews-review-extra-box h2,
.trust_reviews-review-company-response-edit h2 {
	color: var(--otz-color-heading);
	font-size: 18px;
	margin-bottom: 15px;
}

.trust_reviews-review-extra {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trust_reviews-review-extra li {
	padding: 10px 0;
	border-bottom: 1px solid var(--otz-color-border);
	color: var(--otz-color-text);
}

.trust_reviews-review-extra li:last-child {
	border-bottom: none;
}

.trust_reviews-review-extra strong {
	color: var(--otz-color-text-muted);
	margin-right: 8px;
}

.trust_reviews-review-company-response-edit form {
	margin-top: 15px;
}

.trust_reviews-review-company-response-edit label {
	display: block;
	margin-bottom: 8px;
	color: var(--otz-color-text);
	font-weight: 500;
}


@media (max-width: 1024px) {
	.trust_reviews-company-inner {
		padding: 15px;
	}

	.trust_reviews-company-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.trust_reviews-company-inner {
		padding: 10px 12px 20px;
	}

	.product-showcase {
		gap: 16px;
	}

	.trust_reviews-company-title {
		font-size: 24px;
	}

	.trust_reviews-company-content {
		margin: 15px 0;
		padding: 15px;
	}

	.product-reviews-wrap {
		margin-top: 20px;
	}

	.item.status4 {
		flex-direction: column;
		padding: 12px;
	}

	.item-left {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #252b42;
		padding: 3px 0;
	}


	.item-left .avatar img {
		width: 48px;
		height: 48px;
	}

	.item-right {
		width: 100%;
	}

	.review-body-wrap {
		margin-top: 10px;
		background: transparent;
		padding: 0;
	}


	.review-list-2 .review-body-wrap:before {
		display: none;
	}

	
	.trust_reviews-review-pros-cons {
		padding: 0;
		background: transparent;
	}

	.review-content {
		padding: 0;
		background: transparent;
	}

}

.trust_reviews-review-company-response-edit textarea {
	width: 100%;
	padding: 10px;
	background: var(--otz-color-bg-primary);
	border: 1px solid var(--otz-color-border);
	border-radius: 4px;
	color: var(--otz-color-text);
	font-family: inherit;
	font-size: 14px;
	resize: vertical;
}

.trust_reviews-review-company-response-edit button {
	padding: 10px 20px;
	background: var(--otz-color-accent);
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.2s;
}

.trust_reviews-review-company-response-edit button:hover {
	background: var(--otz-color-accent-hover);
}

.trust_reviews-message {
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.trust_reviews-message-success {
	background: var(--otz-color-success);
	color: #fff;
}


.trust_reviews-add-review-page {
	background: var(--otz-color-bg-primary);
	min-height: 100vh;
	padding: 20px 0;
}

.trust_reviews-add-review-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
}

.trust_reviews-page-title {
	font-size: 32px;
	font-weight: 600;
	color: var(--otz-color-heading);
	margin-bottom: 30px;
}

.trust_reviews-add-review-form-wrapper {
	margin: 0;
	padding: 0;
}

.trust_reviews-form-section {
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
	padding: 30px;
	margin: 0;
}


#ywwr.trust_reviews-selected-company {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 2px solid var(--otz-color-border);
	position: relative;
}

#ywwr.trust_reviews-selected-company[style*="display: none"] {
	display: none !important;
}

#ywwr.trust_reviews-selected-company h2 {
	font-size: 20px;
	font-weight: 600;
	color: var(--otz-color-heading);
	margin-bottom: 15px;
	margin-right: 40px;
	margin-top: 0;
}

.trust_reviews-selected-company-remove {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
	color: var(--otz-color-text-muted);
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
	border-radius: 4px;
}

.trust_reviews-selected-company-remove:hover {
	color: var(--otz-color-danger);
	background: var(--otz-color-bg-elevated);
}

.trust_reviews-selected-company-remove svg {
	width: 16px;
	height: 16px;
}

.trust_reviews-selected-company-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: var(--otz-color-bg-elevated);
	border-radius: 8px;
	border: 1px solid var(--otz-color-border);
}

.trust_reviews-selected-company-logo {
	flex-shrink: 0;
}

.trust_reviews-selected-company-logo img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	border-radius: 8px;
	background: var(--otz-color-bg-primary);
	padding: 5px;
}

.trust_reviews-selected-company-info {
	flex: 1;
}

.trust_reviews-selected-company-info h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--otz-color-heading);
	margin: 0 0 10px 0;
}

.trust_reviews-selected-company-link {
	color: var(--otz-color-accent);
	text-decoration: none;
	font-size: 14px;
	transition: color 0.2s;
}

.trust_reviews-selected-company-link:hover {
	color: var(--otz-color-accent-hover);
	text-decoration: underline;
}


#review_editor.trust_reviews-review-editor {
	margin-top: 30px;
}

.trust_reviews-add-review-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.trust_reviews-form-field {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 0 0 25px;
}

.trust_reviews-form-field label {
	color: var(--otz-color-text);
	font-weight: 500;
	font-size: 15px;
}


.trust_reviews-form-field>label {
	font-weight: 600;
	color: #e3d7b6;
	padding: 0 0 7px;
	display: block;
}

.trust_reviews-form-field label:not(:first-child) {
	font-weight: 400;
	margin-left: 0;
}

.trust_reviews-form-field input[type="text"],
.trust_reviews-form-field input[type="url"],
.trust_reviews-form-field input[type="number"],
.trust_reviews-form-field input[type="search"],
.trust_reviews-form-field select,
.trust_reviews-form-field textarea {
	width: 100%;
	padding: 12px 15px;
	background: var(--otz-color-bg-primary);
	border: 1px solid var(--otz-color-border);
	border-radius: 4px;
	color: var(--otz-color-text);
	font-family: inherit;
	font-size: 15px;
	transition: border-color 0.2s;
}

.trust_reviews-form-field input[type="text"]:focus,
.trust_reviews-form-field input[type="url"]:focus,
.trust_reviews-form-field input[type="number"]:focus,
.trust_reviews-form-field input[type="search"]:focus,
.trust_reviews-form-field select:focus,
.trust_reviews-form-field textarea:focus {
	outline: none;
	border-color: var(--otz-color-accent);
	box-shadow: 0 0 0 3px var(--otz-color-accent-soft);
}

.trust_reviews-form-field input[type="search"] {
	background: var(--otz-color-bg-elevated);
}


.trust_reviews-company-select-type {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 10px;
}

.trust_reviews-company-select-type label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-weight: 400;
}

.trust_reviews-company-select-type input[type="radio"] {
	margin: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: var(--otz-color-accent);
}


.trust_reviews-new-company-fields {
	margin-top: 15px;
}

.trust_reviews-char-count {
	font-size: 12px;
	color: var(--otz-color-text-muted);
	margin-top: 5px;
	text-align: right;
}

.trust_reviews-char-count-current {
	font-weight: 600;
}

.trust_reviews-form-field select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23c2c7dd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 40px;
}


.field-block.nec.rating-block {
	position: relative;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.field-block.nec.rating-block>label {
	flex: 0 0 auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

.trust_reviews-rating-input-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 1;
	flex-wrap: wrap;
}

.trust_reviews-rating-input-wrapper select {
	flex: 0 0 auto;
	min-width: 120px;
	width: 165px;
}

.trust_reviews-rating-stars {
	display: flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
}

.trust_reviews-rating-star-input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--otz-color-text-muted);
	transition: color 0.2s, transform 0.1s;
	padding: 2px;
}

.trust_reviews-rating-star-input svg {
	width: 24px;
	height: 24px;
	display: block;
}

.trust_reviews-rating-star-input:hover {
	color: var(--otz-color-accent);
	transform: scale(1.1);
}

.trust_reviews-rating-star-input.hover {
	color: var(--otz-color-accent);
}

.trust_reviews-rating-star-input.active {
	color: var(--otz-color-accent);
}

.trust_reviews-rating-star-input.active svg {
	fill: currentColor;
}

.trust_reviews-form-field textarea {
	resize: vertical;
	min-height: 100px;
	line-height: 1.6;
}


.editor-content.ta2023 {
	margin-bottom: 10px;
}

.text_area_auto_height {
	position: relative;
}

.text_area_auto_height_hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.text_area_auto_height_ta {
	width: 100%;
	min-height: 20px;
	padding: 12px 15px;
	background: var(--otz-color-bg-primary);
	border: 1px solid var(--otz-color-border);
	border-radius: 4px;
	color: var(--otz-color-text);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
	resize: none;
	overflow: hidden;
	transition: border-color 0.2s;
}

.text_area_auto_height_ta:focus {
	outline: none;
	border-color: var(--otz-color-accent);
}

.text_area_auto_height.empty .text_area_auto_height_ta {
	color: var(--otz-color-text-muted);
}


#tr_visual_editor {
	min-height: 20px;
	padding: 12px 15px;
	border: 1px solid var(--otz-color-border);
	border-radius: 4px;
	background: var(--otz-color-bg-primary);
	color: var(--otz-color-text);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
	overflow-y: auto;
	transition: border-color 0.2s;
	word-wrap: break-word;
	white-space: pre-wrap;
	min-height: 175px;
}

#tr_visual_editor:focus {
	outline: none;
	border-color: var(--otz-color-accent);
}

#tr_visual_editor.empty {
	color: var(--otz-color-text-muted);
}


#tr_visual_editor img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
	border-radius: 4px;
	cursor: pointer;
}

#tr_visual_editor img:hover {
	opacity: 0.9;
}


#tr_visual_editor a {
	color: var(--otz-color-accent);
	text-decoration: underline;
}

#tr_visual_editor a:hover {
	text-decoration: none;
}


.edit_panel {
	display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0px;
    padding: 0 0 20px;
}

.edit_panel_button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	background: var(--otz-color-bg-elevated);
	border: 1px solid var(--otz-color-border);
	border-radius: 4px;
	color: var(--otz-color-text);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
}

.edit_panel_button:hover {
	background: var(--otz-color-bg-secondary);
	border-color: var(--otz-color-accent);
	color: var(--otz-color-accent);
}

.edit_panel_button svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.edit_panel_button.button-blue-light {
	background: var(--otz-color-accent);
	border-color: var(--otz-color-accent);
	color: #fff;
}

.edit_panel_button.button-blue-light:hover {
	background: var(--otz-color-accent);
	opacity: 0.9;
	color: #fff;
}

#tr_edit_panel_chars_counter {
	margin-left: auto;
	font-size: 13px;
	color: var(--otz-color-text-muted);
}

#tr_edit_panel_chars_counter span {
	font-weight: 600;
	color: var(--otz-color-text);
}

.trust_reviews-form-field input[type="radio"] {
	margin-right: 8px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: var(--otz-color-accent);
}

.trust_reviews-form-field input[type="radio"]+label,
.trust_reviews-form-field label:has(input[type="radio"]) {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
	cursor: pointer;
	font-weight: 400;
}

.trust_reviews-form-actions {
	margin-top: 10px;
	padding-top: 25px;
	border-top: 1px solid var(--otz-color-border);
}

.trust_reviews-form-actions button {
	padding: 14px 30px;
	background: var(--otz-color-accent);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}

.trust_reviews-form-actions button:hover {
	background: var(--otz-color-accent-hover);
}

.trust_reviews-form-actions button:active {
	transform: translateY(1px);
}


.trust_reviews-message {
	padding: 15px 20px;
	border-radius: 4px;
	margin-bottom: 25px;
}

.trust_reviews-message-error {
	background: var(--otz-color-danger);
	color: #fff;
}

.trust_reviews-message-error ul {
	margin: 0;
	padding-left: 20px;
}

.trust_reviews-message-error li {
	margin-bottom: 5px;
}

.trust_reviews-message-error li:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.trust_reviews-add-review-inner {
		padding: 15px;
	}

	.trust_reviews-add-review-form-wrapper {
		padding: 20px;
	}

	.trust_reviews-selected-company-card {
		flex-direction: column;
		text-align: center;
	}

	.trust_reviews-selected-company-logo {
		margin: 0 auto;
	}
}


.trust_reviews-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trust_reviews-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(2px);
}

.trust_reviews-modal-content {
	position: relative;
	background: var(--otz-color-bg-secondary);
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 10001;
}

.trust_reviews-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid var(--otz-color-border);
}

.trust_reviews-modal-header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--otz-color-heading);
}

.trust_reviews-modal-close {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: var(--otz-color-text-muted);
	transition: color 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 4px;
}

.trust_reviews-modal-close:hover {
	color: var(--otz-color-text);
	background: var(--otz-color-bg-elevated);
}

.trust_reviews-modal-close svg {
	width: 20px;
	height: 20px;
}

.trust_reviews-modal-body {
	padding: 24px;
}

.trust_reviews-modal-body .trust_reviews-form-field {
	margin-bottom: 20px;
}

.trust_reviews-modal-body .trust_reviews-form-field:last-child {
	margin-bottom: 0;
}

.trust_reviews-modal-body label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	color: var(--otz-color-text);
}

.trust_reviews-modal-body label .required {
	color: var(--otz-color-error);
	margin-left: 4px;
}

.trust_reviews-modal-body .trust_reviews-input {
	width: 100%;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--otz-color-text);
	background: var(--otz-color-bg-primary);
	border: 1px solid var(--otz-color-border);
	border-radius: 4px;
	outline: none;
	transition: border-color 0.2s, background-color 0.2s;
	box-sizing: border-box;
}

.trust_reviews-modal-body .trust_reviews-input:focus {
	border-color: var(--otz-color-accent);
	background: var(--otz-color-bg-elevated);
}

.trust_reviews-modal-body .trust_reviews-input::placeholder {
	color: var(--otz-color-text-soft);
}

.trust_reviews-field-error {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: var(--otz-color-error);
	min-height: 18px;
}

.trust_reviews-modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 20px 24px;
	border-top: 1px solid var(--otz-color-border);
}

.trust_reviews-btn {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
	line-height: 1.5;
}

.trust_reviews-btn-primary {
	background: var(--otz-color-accent);
	color: #ffffff;
}

.trust_reviews-btn-primary:hover {
	background: var(--otz-color-accent-hover);
}

.trust_reviews-btn-secondary {
	background: var(--otz-color-bg-elevated);
	color: var(--otz-color-text);
	border: 1px solid var(--otz-color-border);
}

.trust_reviews-btn-secondary:hover {
	background: var(--otz-color-bg-primary);
	border-color: var(--otz-color-accent);
}


@media (max-width: 768px) {
	.trust_reviews-modal-content {
		width: 95%;
		max-height: 95vh;
	}

	.trust_reviews-modal-header,
	.trust_reviews-modal-body,
	.trust_reviews-modal-footer {
		padding: 16px;
	}

	.trust_reviews-modal-footer {
		flex-direction: column-reverse;
	}

	.trust_reviews-modal-footer .trust_reviews-btn {
		width: 100%;
	}
}
