.collection-wm-extra {
	font-family: 'HarmonyOS Sans', sans-serif;
}

.collection-product-grid {
	padding-bottom: 0;
}

.collection-wm-extra .container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.collection-wm-extra__section-title {
	color: #262629;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.96px;
	margin: 0 0 70px;
}

/* What the Experts Say */
.collection-wm-extra__experts {
	padding-top: 150px;
	padding-bottom: 0;
}

.collection-wm-extra__experts-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.collection-wm-extra__expert-card {
	flex: 1 1 0;
	min-width: 280px;
	max-width: 400px;
	border-radius: 8px;
	background: #f8f9fd;
	padding: 30px;
	box-sizing: border-box;
}

.collection-wm-extra__expert-header {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #dee2e9;
}

.collection-wm-extra__expert-header img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.collection-wm-extra__expert-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.collection-wm-extra__expert-name {
	color: #262629;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.collection-wm-extra__expert-platform {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #262629;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.collection-wm-extra__expert-platform .fa-youtube {
	color: #da0000;
	font-size: 18px;
}

.collection-wm-extra__expert-platform .fa-instagram {
	color: #1e1e1e;
	font-size: 18px;
}

.collection-wm-extra__expert-quote {
	color: #86868b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.collection-wm-extra__expert-quote a {
	color: inherit;
	text-decoration: none;
}

.collection-wm-extra__expert-quote a:hover {
	color: #262629;
}

/* Use Cases */
.collection-wm-extra__use-cases {
	padding-top: 150px;
	padding-bottom: 0;
}

.collection-wm-extra__use-cases-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.collection-wm-extra__use-case-card {
	position: relative;
	flex: 1 1 0;
	min-width: 280px;
	max-width: 400px;
	background: #fff;
}

.collection-wm-extra__use-case-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: inline-block;
	padding: 6px 16px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.9);
	color: #262629;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.collection-wm-extra__use-case-cover {
	display: block;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px 8px 0 0;
	text-decoration: none;
}

.collection-wm-extra__use-case-body {
	padding: 24px 0 0;
}

.collection-wm-extra__use-case-title {
	color: #262629;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 16px;
}

.collection-wm-extra__use-case-title a {
	color: inherit;
	text-decoration: none;
}

.collection-wm-extra__use-case-title a:hover {
	color: #0d6efd;
}

.collection-wm-extra__use-case-divider {
	border: 0;
	border-top: 1px solid #dee2e9;
	margin: 0 0 16px;
}

.collection-wm-extra__use-case-date {
	color: #86868b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.collection-wm-extra__view-more {
	text-align: center;
	padding-top: 50px;
}

.collection-wm-extra__view-more a {
	color: #262629;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.collection-wm-extra__view-more a:hover {
	color: #0d6efd;
}

/* FAQs */
.collection-wm-extra__faqs {
	margin-top: 150px;
	padding-bottom: 120px;
}

.collection-wm-extra__faqs-wrapper {
	max-width: 950px;
	margin: 0 auto;
	padding: 100px 50px 50px;
	border-radius: 8px;
	background: #f8f9fd;
	box-sizing: border-box;
}

.collection-wm-extra__faqs-wrapper .collection-wm-extra__section-title {
	text-align: left;
	color: #000;
	margin-bottom: 20px;
}

.collection-wm-extra__faqs .accordion {
	--bs-accordion-color: #86868b;
	--bs-accordion-bg: #f8f9fd;
	--bs-accordion-border-color: #dee2e9;
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-body-padding-x: 0;
	--bs-accordion-body-padding-y: 0;
	--bs-accordion-btn-color: #000;
	--bs-accordion-active-color: #000;
	--bs-accordion-active-bg: #f8f9fd;
}

.collection-wm-extra__faqs .accordion-item {
	border-left: 0;
	border-right: 0;
	background: #f8f9fd;
}

.collection-wm-extra__faqs .accordion-button {
	box-shadow: none;
	background-color: #f8f9fd;
	padding: 50px 0 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.collection-wm-extra__faqs .accordion-button:not(.collapsed) {
	background-color: #f8f9fd;
	color: #000;
}

.collection-wm-extra__faqs .accordion-button::after {
	background-image: url('https://www.hollyland.com/wp-content/uploads/2024/06/chevron-right5.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.collection-wm-extra__faqs .accordion-body {
	padding-bottom: 50px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #86868b;
}

.collection-wm-extra__faqs .accordion-body ul {
	padding-left: 1.2rem;
	margin-bottom: 0;
}

.collection-wm-extra__faqs .accordion-body li {
	margin-bottom: 4px;
}

@media (max-width: 991.98px) {
	.collection-wm-extra__section-title {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.collection-wm-extra__experts {
		padding-top: 75px;
	}

	.collection-wm-extra__experts-grid {
		flex-direction: column;
		align-items: center;
	}

	.collection-wm-extra__expert-card {
		max-width: 100%;
		width: 100%;
		border-radius: 4px;
		padding: 15px;
	}

	.collection-wm-extra__expert-header {
		gap: 10px;
		padding-bottom: 15px;
	}

	.collection-wm-extra__expert-header img {
		width: 40px;
		height: 40px;
	}

	.collection-wm-extra__expert-info {
		gap: 0;
	}

	.collection-wm-extra__expert-name {
		font-size: 14px;
	}

	.collection-wm-extra__expert-platform {
		font-size: 12px;
	}

	.collection-wm-extra__expert-quote {
		font-size: 12px;
		height: auto;
		-webkit-line-clamp: unset;
	}

	.collection-wm-extra__use-cases {
		padding-top: 75px;
	}

	.collection-wm-extra__use-cases-grid {
		flex-direction: column;
		align-items: center;
	}

	.collection-wm-extra__use-case-card {
		max-width: 100%;
		width: 100%;
	}

	.collection-wm-extra__use-case-cover {
		height: 200px;
	}

	.collection-wm-extra__use-case-title {
		font-size: 16px;
	}

	.collection-wm-extra__view-more {
		padding-top: 30px;
	}

	.collection-wm-extra__view-more a {
		font-size: 14px;
	}

	.collection-wm-extra__faqs {
		margin-top: 75px;
		padding-bottom: 80px;
	}

	.collection-wm-extra__faqs-wrapper {
		padding: 50px 25px 25px;
	}

	.collection-wm-extra__faqs .accordion {
		--bs-accordion-btn-icon-width: 14px;
	}

	.collection-wm-extra__faqs .accordion-button {
		padding: 25px 0 15px;
		font-size: 16px;
	}

	.collection-wm-extra__faqs .accordion-body {
		font-size: 12px;
	}
}
