.awgr {
	--awgr-card-bg: #fff;
	--awgr-text: #262626;
	--awgr-author: #151515;
	--awgr-stars: #b78a4b;
	--awgr-section-bg: #fff;
	--awgr-button: #b78a4b;
	--awgr-button-hover: #1d1d1d;
	--awgr-line: rgba(183, 138, 75, .38);
	--awgr-muted: #77716a;
	--awgr-radius: 2px;
	--awgr-gap: 18px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: clamp(26px, 5vw, 56px) clamp(16px, 3vw, 34px);
	background: #fff;
	color: #262626;
	font-family: inherit;
}

.awgr,
.awgr *,
.awgr *::before,
.awgr *::after {
	box-sizing: border-box;
}

.awgr__summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 30px;
	text-align: left;
}

.awgr__summary > div {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px 9px;
}

.awgr__google,
.awgr-card__google {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid var(--awgr-line);
	border-radius: 50%;
	background: #fff;
	color: #4285f4;
	font: 700 15px/1 Arial, sans-serif;
}

.awgr__summary strong {
	color: var(--awgr-author);
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.awgr__summary small {
	flex-basis: 100%;
	color: var(--awgr-muted);
	font-size: 12px;
	line-height: 1.35;
}

.awgr__stars {
	display: inline-flex;
	gap: 1px;
	color: var(--awgr-stars);
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
}

.awgr-star.is-empty {
	color: #ded8cf;
}

.awgr__viewport {
	width: 100%;
}

.awgr__track {
	display: grid;
	grid-template-columns: repeat(var(--awgr-cols-desktop, 3), minmax(0, 1fr));
	gap: var(--awgr-gap);
	align-items: stretch;
}

.awgr__track:has(.awgr-card:only-child) {
	grid-template-columns: minmax(0, 420px);
	justify-content: center;
}

.awgr-card {
	min-width: 0;
	border: 1px solid var(--awgr-line);
	border-radius: 2px;
	background: #fff;
	padding: clamp(20px, 2.6vw, 28px);
	box-shadow: none;
	transition: border-color .2s ease, transform .2s ease;
}

.awgr-card:hover {
	border-color: rgba(183, 138, 75, .72);
	transform: translateY(-2px);
}

.awgr-card__header {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 11px;
	margin-bottom: 16px;
}

.awgr-card__avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

.awgr-card__avatar--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--awgr-line);
	background: #f4efe7;
	color: #8d6635;
	font-size: 13px;
	font-weight: 600;
}

.awgr-card__identity {
	min-width: 0;
}

.awgr-card__identity strong,
.awgr-card__identity time {
	display: block;
}

.awgr-card__identity strong {
	overflow: hidden;
	color: var(--awgr-author);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.awgr-card__identity time {
	margin-top: 2px;
	color: var(--awgr-muted);
	font-size: 11px;
	line-height: 1.35;
}

.awgr-card__google {
	width: 26px;
	height: 26px;
	border-color: #eee8df;
	background: #faf8f4;
	font-size: 12px;
}

.awgr-card > .awgr__stars {
	margin-bottom: 14px;
}

.awgr-card__text {
	margin: 0;
	color: var(--awgr-text);
	font-size: 14px;
	line-height: 1.72;
}

.awgr-card__more {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--awgr-stars);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	padding: 0 0 1px;
}

.awgr-card__meta,
.awgr-card__source {
	margin: 11px 0 0;
	color: var(--awgr-muted);
	font-size: 12px;
	line-height: 1.45;
}

.awgr-card__meta a {
	color: var(--awgr-stars);
	text-decoration: none;
}

.awgr-card__meta a:hover {
	color: var(--awgr-button-hover);
}

.awgr-card__reply {
	margin: 18px 0 0;
	border: 0;
	border-left: 1px solid var(--awgr-line);
	background: #fbfaf7;
	padding: 13px 0 13px 16px;
	color: var(--awgr-text);
	font-size: 13px;
	line-height: 1.6;
}

.awgr-card__reply strong {
	display: block;
	margin-bottom: 3px;
	color: var(--awgr-author);
	font-size: 13px;
	font-weight: 600;
}

.awgr-card__source {
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: 10px;
}

.awgr--list .awgr__track {
	grid-template-columns: 1fr;
}

.awgr--compact .awgr-card {
	padding: 18px;
}

.awgr--minimal {
	max-width: none;
	padding: 0;
	background: transparent;
}

.awgr--minimal::before {
	display: none;
}

.awgr--minimal .awgr-card {
	box-shadow: none;
}

.awgr--luxury,
.awgr--corporate {
	--awgr-section-bg: #fff;
	--awgr-card-bg: #fff;
	--awgr-text: #262626;
	--awgr-author: #151515;
	--awgr-stars: #b78a4b;
	--awgr-button: #b78a4b;
}

.awgr--slider .awgr__viewport,
.awgr--carousel .awgr__viewport {
	overflow: hidden;
	padding: 1px;
}

.awgr--slider .awgr__track,
.awgr--carousel .awgr__track {
	display: flex;
	gap: var(--awgr-gap);
	transition: transform .45s ease;
	will-change: transform;
}

.awgr--slider .awgr-card,
.awgr--carousel .awgr-card {
	flex: 0 0 calc((100% - 2px - (var(--awgr-gap) * (var(--awgr-cols-desktop, 3) - 1))) / var(--awgr-cols-desktop, 3));
}

.awgr .awgr__navigation,
.awgr__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

.awgr .awgr__arrow {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	border: 1px solid rgba(183, 138, 75, .46) !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #9a7441 !important;
	cursor: pointer;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	padding: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.awgr .awgr__arrow:hover,
.awgr .awgr__arrow:focus {
	border-color: #b78a4b !important;
	background: #faf7f1 !important;
	color: #1d1d1d !important;
	outline: none !important;
}

.awgr .awgr__dots {
	display: flex;
	align-items: center;
	gap: 7px;
}

.awgr .awgr__dot {
	width: 4px !important;
	height: 4px !important;
	min-width: 4px !important;
	min-height: 4px !important;
	border: 1px solid rgba(183, 138, 75, .65) !important;
	border-radius: 50% !important;
	background: transparent !important;
	padding: 0 !important;
	opacity: .65;
	box-shadow: none !important;
}

.awgr .awgr__dot.is-active {
	width: 20px !important;
	height: 1px !important;
	min-width: 20px !important;
	min-height: 1px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #1d1d1d !important;
	opacity: 1;
}

.awgr__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border: 1px solid var(--awgr-button);
	border-radius: 0;
	background: var(--awgr-button);
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 16px;
	text-decoration: none !important;
}

.awgr__button:hover {
	border-color: var(--awgr-button-hover);
	background: var(--awgr-button-hover);
}

.awgr__button--outline {
	background: transparent;
	color: var(--awgr-button) !important;
}

.awgr__button--outline:hover {
	color: #fff !important;
}

.awgr__empty {
	margin: 0 auto;
	max-width: 520px;
	border: 1px solid var(--awgr-line);
	padding: 22px;
	text-align: center;
	color: var(--awgr-muted);
}

@media (max-width: 1024px) {
	.awgr__track {
		grid-template-columns: repeat(var(--awgr-cols-tablet, 2), minmax(0, 1fr));
	}

	.awgr--slider .awgr-card,
	.awgr--carousel .awgr-card {
		flex-basis: calc((100% - 2px - (var(--awgr-gap) * (var(--awgr-cols-tablet, 2) - 1))) / var(--awgr-cols-tablet, 2));
	}
}

@media (max-width: 767px) {
	.awgr {
		padding: 28px 14px;
	}

	.awgr__track,
	.awgr__track:has(.awgr-card:only-child) {
		grid-template-columns: repeat(var(--awgr-cols-mobile, 1), minmax(0, 1fr));
	}

	.awgr--slider .awgr-card,
	.awgr--carousel .awgr-card {
		flex-basis: calc((100% - 2px - (var(--awgr-gap) * (var(--awgr-cols-mobile, 1) - 1))) / var(--awgr-cols-mobile, 1));
	}

	.awgr__summary {
		justify-content: center;
	}

	.awgr__actions {
		flex-direction: column;
	}

	.awgr__button {
		width: 100%;
	}
}
