.adv-nav-61d0f5c0-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}

.adv-nav-61d0f5c0-item {
	display: flex;
	align-items: center;
	flex: 1;
	text-decoration: none;
	transition: all 0.3s ease;
	gap: 15px;
	background: transparent;
}

.adv-nav-61d0f5c0-item.empty {
	visibility: hidden;
	pointer-events: none;
}

.adv-nav-61d0f5c0-item.prev {
	justify-content: flex-start;
	text-align: left;
}

.adv-nav-61d0f5c0-item.next {
	justify-content: flex-end;
	text-align: right;
}

.adv-nav-61d0f5c0-thumb {
	flex-shrink: 0;
}

.adv-nav-61d0f5c0-thumb img {
	object-fit: cover;
	display: block;
	border-radius: 50%;
}

.adv-nav-61d0f5c0-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.adv-nav-61d0f5c0-label {
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
}

.adv-nav-61d0f5c0-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	transition: color 0.3s ease;
}

.adv-nav-61d0f5c0-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	transition: color 0.3s ease;
}

@media (max-width: 767px) {
	.adv-nav-61d0f5c0-wrapper {
		flex-direction: column;
	}
	.adv-nav-61d0f5c0-item.next {
		justify-content: flex-start;
		text-align: left;
		flex-direction: row-reverse;
	}
}
