:root {
	--os-primary: #0073aa;
	--os-brand-dark: #0d2a54;
	--os-brand-accent: #18a0db;
	--os-text: #2f3437;
	--os-muted: #6c757d;
	--os-surface: #ffffff;
	--os-border: #e4e8eb;
	--os-star: #f5a623;
}

.os-score-badge,
.os-reviews-wrap {
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	color: var(--os-text);
}

.os-score-badge {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid #d8e6f2;
	border-radius: 12px;
	padding: 7px 9px;
	box-shadow: 0 4px 12px rgba(13, 42, 84, 0.12);
	display: inline-grid;
	gap: 6px;
	position: relative;
	overflow: hidden;
	width: fit-content;
	max-width: min(100%, 220px);
}

a.os-score-badge {
	color: inherit;
	text-decoration: none;
}

a.os-score-badge:hover,
a.os-score-badge:focus {
	text-decoration: none;
}

.os-score-badge::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--os-brand-dark) 0%, var(--os-brand-accent) 100%);
}

.os-score-badge.os-style-inline {
	padding: 6px 8px;
	border-radius: 10px;
}

.os-brand-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.os-brand-logo {
	width: 88px;
	height: auto;
	flex: 0 0 auto;
}

.os-brand-logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.os-style-inline .os-brand-logo {
	width: 78px;
}

.os-score-badge.os-is-sticky {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}

.os-score-main {
	display: flex;
	align-items: center;
	gap: 6px;
}

.os-score-value {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: var(--os-brand-dark);
}

.os-score-meta {
	display: grid;
	gap: 2px;
}

.os-score-count {
	font-size: 0.72rem;
	color: var(--os-muted);
}

.os-stars {
	display: inline-flex;
	align-items: center;
	gap: 1px;
}

.os-star {
	width: 11px;
	height: 11px;
	flex: 0 0 auto;
}

.os-reviews-wrap {
	display: grid;
	gap: 12px;
}

.os-reviews-list {
	display: grid;
	gap: 24px;
}

.os-review-card {
	background: var(--os-surface);
	border: 1px solid var(--os-border);
	border-radius: 12px;
	padding: 14px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.os-testimonial-card {
	background: #080f1a;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 56px 24px 44px;
	max-width: 100%;
}

.os-testimonial-card .os-review-header {
	justify-content: center;
	margin-bottom: 28px;
}

.os-testimonial-card .os-card-head {
	display: flex;
	align-items: center;
	gap: 18px;
	background: rgba(255, 255, 255, 0.04);
	padding: 16px 22px;
}

.os-testimonial-card .os-avatar {
	width: 90px;
	height: 112px;
	border-radius: 999px;
	border: 4px solid #efbe83;
	background: transparent;
	color: #efbe83;
	font-size: 2.8rem;
	font-weight: 700;
}

.os-testimonial-card .os-review-ident {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: left;
}

.os-testimonial-card .os-review-name {
	color: #efbe83;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.1;
}

.os-testimonial-card .os-review-date {
	color: #ffffff;
	font-size: 1.15rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.os-testimonial-card .os-review-comment {
	text-align: center;
	color: #efbe83;
	font-size: 16px;
	line-height: 1.25;
	max-width: 760px;
	margin: 0 auto;
}

.os-testimonial-card .os-read-more-btn {
	color: #efbe83;
}

.os-hidden {
	display: none;
}

.os-reviews-wrap.testimonies .os-review-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 48px 38px;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: #111318;
}

.os-reviews-wrap.testimonies .os-review-card.os-review-card-dark {
	background-color: #111318;
}

.os-reviews-wrap.testimonies .os-review-card.os-review-card-gold {
	background-color: #111318;
}

.os-review-header {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.os-reviews-wrap.testimonies .os-review-header {
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.os-avatar {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.9rem;
}

.os-reviews-wrap.testimonies .os-avatar {
	width: 72px;
	height: 72px;
	margin: 0 auto;
	border: 2px solid #efbe83;
	background: transparent !important;
	color: #efbe83;
	font-size: 1.25rem;
}

.os-review-ident {
	display: grid;
	gap: 2px;
	text-align: center;
}

.os-review-name {
	font-weight: 600;
}

.os-reviews-wrap.testimonies .os-review-card-dark .os-review-name {
	color: #efbe83;
}

.os-reviews-wrap.testimonies .os-review-card-gold .os-review-name {
	color: #efbe83;
}

.os-review-date {
	color: var(--os-muted);
	font-size: 0.86rem;
}

.os-reviews-wrap.testimonies .os-review-date {
	padding: 10px 0 16px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.os-reviews-wrap.testimonies .os-review-card-dark .os-review-date {
	color: #ffffff;
}

.os-reviews-wrap.testimonies .os-review-card-gold .os-review-date {
	color: #ffffff;
}

.os-verified-badge {
	margin-left: 0;
	background: #edf7ee;
	color: #2f7d34;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 999px;
}

.os-reviews-wrap.testimonies .os-verified-badge {
	display: none;
}

.os-reviews-wrap.testimonies .os-review-card-gold .os-verified-badge {
	display: none;
}

.os-review-rating {
	margin-top: 8px;
}

.os-reviews-wrap.testimonies .os-review-rating {
	display: none;
}

.os-review-comment {
	margin-top: 10px;
	color: var(--os-text);
	line-height: 1.5;
}

.os-reviews-wrap.testimonies .os-review-comment {
	text-align: center;
	font-size: 16px;
	margin-top: 0;
	line-height: 1.35;
	max-width: 92%;
}

.os-reviews-wrap.testimonies .os-review-card-dark .os-review-comment {
	color: #efbe83;
}

.os-reviews-wrap.testimonies .os-review-card-gold .os-review-comment {
	color: #efbe83;
}

.os-read-more-btn {
	margin-top: 8px;
	display: inline-block;
	border: 0;
	background: none;
	color: var(--os-primary);
	padding: 0;
	font-weight: 600;
	cursor: pointer;
}

.os-reviews-wrap.testimonies .os-read-more-btn {
	color: inherit;
	font-size: 16px;
}

@media (max-width: 767px) {
	.os-reviews-wrap.testimonies .os-review-card {
		padding: 28px 18px;
	}

	.os-reviews-wrap.testimonies .os-avatar {
		width: 54px;
		height: 54px;
		font-size: 0.95rem;
	}

	.os-reviews-wrap.testimonies .os-review-date {
		font-size: 1.3rem;
	}

	.os-reviews-wrap.testimonies .os-review-comment {
		font-size: 15px;
	}

	.os-reviews-wrap.testimonies .os-read-more-btn {
		font-size: 15px;
	}
}

.os-read-more-btn:hover,
.os-read-more-btn:focus {
	text-decoration: underline;
}

.os-reviews-list.testimonies .os-review-card {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.os-reviews-list.testimonies .os-review-avatar {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 999px;
	border: 2px solid #efbe83;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #efbe83;
	background: transparent;
}

.os-reviews-list.testimonies .os-read-more-btn {
	color: inherit;
	font: inherit;
}

.os-no-reviews {
	margin: 0;
	padding: 10px;
	background: #f7f9fa;
	border-radius: 8px;
	color: var(--os-muted);
}

@media (min-width: 768px) {
	.os-score-badge.os-style-badge {
		grid-template-columns: 1fr auto;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.os-score-badge.os-is-sticky {
		right: 10px;
		bottom: 10px;
		max-width: calc(100vw - 20px);
	}

	.os-testimonial-card {
		padding: 28px 16px 24px;
	}

	.os-testimonial-card .os-card-head {
		gap: 10px;
		padding: 10px 12px;
	}

	.os-testimonial-card .os-avatar {
		width: 54px;
		height: 68px;
		border-width: 2px;
		font-size: 1.6rem;
	}

	.os-testimonial-card .os-review-name {
		font-size: 1.9rem;
	}

	.os-testimonial-card .os-review-date {
		font-size: 0.9rem;
	}
}

