﻿.glider-next, .glider-prev {
	top: 40% !important;
	color: white !important;
}

.plans-glider-track > * {
	max-width: 350px !important;
}

.testimonials-glider-track > *:not(:last-child) {
	margin-right: 2rem;
}

.plans-glider-track > *:not(:last-child) {
	margin-right: 1rem;
}

.dots {
	padding-top: 12px !important;
}

@media screen and (max-width: 650px) {
	/* Remove glider arrows on small screens */
	.glider-next, .glider-prev {
		display: none !important;
	}
}

@media screen and (max-width: 420px) {
	/* Plan items to be thinner on mobile */
	.plans-glider-track > * {
		max-width: 300px !important;
	}
}

.bg-b2b-hero {
	background-image: url('/img/pricing/b2b-landing-hero.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	/* Hero switches to small version which doesn't have the girl in the image */
	.bg-b2b-hero {
		background-image: url('/img/pricing/b2b-landing-hero-small.png');
	}
}

.sticky-table-row {
	border-collapse: separate; /* Don't collapse */
}
