.provider-slide {
	display: flex;
	flex-direction: row;
	align-items: end;
	gap: 1em;
}

.provider-slide .provider-image {
	max-width: 200px;
}

.provider-slide .provider-info {
	width: 60%
}

.provider-info.no-awards {
	padding-bottom: 1em;
}

.provider-slide .provider-name {
	font-size: 1.125em;
	line-height: 1.15;
	font-weight: 600;
	margin-bottom: 4px;
}


.provider-slide .provider-tagline {
	font-size: .9em;
	line-height: 1.2;
}

.provider-awards {
	display: flex;	
	align-items: center;
	gap: .5em;
	padding-top: .2em;
	padding-bottom: .5em;
}

.provider-awards img {
	max-width: 60px;
	max-height: 60px;
	width: auto;
	height: auto;
}

@media screen and ( max-width: 800px ) {

	.provider-carousel {
		padding: 0 0px;
	}

	.provider-slide {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}	

	.provider-slide .provider-info {
		width: 100%;
	}

	.provider-carousel .splide__arrow {
		width: 32px !important;  /* Adjust size as needed */
		height: 32px !important;
	}

	.provider-slide .provider-image {
		max-width: 210px;
	}


	.provider-slide .provider-name {
		font-size: .9em;
	}

	.provider-slide .provider-tagline {
		font-size: .875em;
	}

	.provider-awards img {
		
	}

}

@media screen and (min-width: 801px) and (max-width: 1024px) {
	
	.provider-slide .provider-image {
		max-width: 140px;
	}

	.provider-awards img {
		max-width: 40px;
		max-height: 40px;
	}

	.provider-slide .provider-name {
		font-size: 1em;
	}

	.provider-slide .provider-tagline {
		font-size: .8em;
	}

}

.provider-carousel {
	padding: 0 60px;
}


/* Hide the default SVG content */
.provider-carousel .splide__arrow svg {
  display: none;
}

.provider-carousel .splide__arrow {
	width: 42px;  /* Adjust size as needed */
	height: 42px;
	background-size: contain;
  	border: none;
	background: none;
}

/* Apply custom background images */
/* .provider-carousel .splide__arrow--prev {
  background: url('/wp-content/uploads/2023/05/arrow-left-circle.svg') no-repeat center center;
}

.provider-carousel .splide__arrow--next {
  background: url('/wp-content/uploads/2023/05/arrow-right-circle.svg') no-repeat center center;
} */