/* New Style for Page Right - UGO Place Card Section */
.page-right .ugoplacecard-wrapper {
	margin-bottom: 8px;
}

.ugoplacecard {
	background: #3d73c9;
	background: -webkit-linear-gradient(-27deg, rgba(61, 115, 201, 1) 0%, rgba(94, 188, 238, 1) 45%, rgba(250, 255, 196, 1) 100%);
	border-radius: 12px;
}

.ugoplacecard h2 {
	margin: 0 0 8px;
	padding: 8px 16px 0;
	font-family: "Noto Sans TC", "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #fff;
}

.page-right .ugoplacecard .ugoplacecard-carousel-wrapper {
	max-width: 284px;
	min-height: 185px;
	margin: auto;
}

ul.ugoplacecard-carousel.owl-carousel {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

.ugoplacecard .ugoplacecard-group {
	max-width: 284px;
}

/* Styling all standard dots */
.ugoplacecard .owl-dots .owl-dot {
	display: inline;
}
.ugoplacecard .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 5px 7px;
	background: rgba(0, 0, 0, 0.25); /* Inactive color */
	border-radius: 50%; /* Circle shape */
	transition: opacity 0.2s ease;
	display: inline-block;
}

/* Styling the active (current) dot */
.ugoplacecard .owl-dots .owl-dot.active span,
.ugoplacecard .owl-dots .owl-dot:hover span {
	background: #000; /* Active/Hover color */
}

.ugoplacecard .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}



.ugoplacecard-mobile-wrapper {
	display: none;
}
@media (max-width: 767px) {
	.ugoplacecard-mobile-wrapper {
		position: fixed;
		bottom: -300px;
		width: 100%;
		overflow: visible;
		margin: 0;
		transition-property: right;
		transition-duration: .5s;
		transition-timing-function: linear;
		z-index: 9999;
		left: 0;
	}
	.ugoplacecard-mobile-wrapper.show {
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 9999;
		display: block;
	}
	.ugoplacecard h2 {
		margin: 0 0 12px;
		padding: 12px 24px 0;
	}
	.ugoplacecard .ugoplacecard-group-wrapper {
		max-width: unset;
		width: 100%;
		height: 442px;
		margin: auto;
		overflow-y: auto;
	}
	.ugoplacecard .ugoplacecard-group {
		max-width: 355px;
		margin: 0 auto;
		gap: 12px;
	}
	.more-place-mobile {
		text-align: center;
		padding: 12px 20px 60px;
	}
	.more-place-btn {
		display: inline-flex;
		background: #3087d9;
		padding: 9px 42px;
		border-radius: 24px;
		background-color: #3087d9;
		color: white;
		gap: 4px;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}
	.ugoplacecard-mobile-wrapper.show .ugoplacecard-backdrop {
		position: fixed;
		background-color: #000;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		opacity: .5;
	}
}

#close-mobile-ugoplacecard {
	float: right;
}

.ugoplacecard-toggler {
	padding: .75rem 1rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: .25rem;
}
