.hvmbt-rotator {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 0.75rem 1rem;
	text-align: center;
	font-family: inherit;
}

.hvmbt-track {
	position: relative;
	min-height: 150px;
}

.hvmbt-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: center;
}

.hvmbt-slide.hvmbt-active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.hvmbt-slide.hvmbt-has-avatar {
	justify-content: flex-start;
}

.hvmbt-slide.hvmbt-has-avatar .hvmbt-body {
	text-align: center;
}

.hvmbt-body {
	flex: 1;
	min-width: 0;
}

.hvmbt-avatar {
	flex: 0 0 auto;
	width: 100px;
	height: 100px;
}

.hvmbt-avatar a,
.hvmbt-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 8px;
	object-fit: cover;
	display: block;
}

.hvmbt-link {
	color: inherit;
	text-decoration: none;
	display: block;
}

.hvmbt-link:hover .hvmbt-text {
	text-decoration: underline;
}

.hvmbt-stars {
	color: #f5a623;
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-bottom: 0.35rem;
}

.hvmbt-text {
	font-size: 0.95rem;
	line-height: 1.45;
	margin: 0 0 0.4rem;
	font-style: italic;
}

.hvmbt-author {
	font-weight: 600;
	font-size: 0.85rem;
	opacity: 0.85;
}

.hvmbt-location {
	font-weight: 400;
}

.hvmbt-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 0.5rem;
}

.hvmbt-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d5d5d5;
	border: none;
	padding: 0;
	cursor: pointer;
}

.hvmbt-dot.hvmbt-dot-active {
	background: #555;
}

.hvmbt-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.hvmbt-nav button {
	pointer-events: all;
	background: transparent;
	border: none;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: #999;
	padding: 0.15rem 0.4rem;
}

.hvmbt-nav button:hover {
	color: #333;
}

@media (max-width: 480px) {
	.hvmbt-nav { display: none; }
}
