.trait-carousel-items {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.trait-carousel-items::-webkit-scrollbar {
	display: none;
}

.trait-carousel-item {
	flex: 0 0 100%;
	scroll-snap-align: start;
}

.trait-carousel-buttons {
	margin-top: 48px;
	text-align: center;
}

.trait-carousel-buttons button {
	border-radius: 50%;
	border: 2px solid var(--GCR-Navy);
	height: 58px;
	margin: 0 6px;
	text-indent: -9999em;
	width: 58px;
}

.trait-carousel-buttons .trait-carousel-prev {
	background: url('/wp-content/themes/gcr2-theme/elementor-widgets/traits/trait-carousel/arrow-left.svg') center no-repeat;
}

.trait-carousel-buttons .trait-carousel-prev:disabled {
	background: url('/wp-content/themes/gcr2-theme/elementor-widgets/traits/trait-carousel/arrow-left-disabled.svg') center no-repeat;
	border-color: #D1D1D1;
}

.trait-carousel-buttons .trait-carousel-next {
	background: url('/wp-content/themes/gcr2-theme/elementor-widgets/traits/trait-carousel/arrow-right.svg') center no-repeat;
}

.trait-carousel-buttons .trait-carousel-next:disabled {
	background: url('/wp-content/themes/gcr2-theme/elementor-widgets/traits/trait-carousel/arrow-right-disabled.svg') center no-repeat;
	border-color: #D1D1D1;
}

.card-overlay-nav button:disabled {
	border-color: #d1d1d1;
	color: #d1d1d1;
	opacity: 0.6;
	cursor: default;
}