/* ============================================
   Home Page Styles
   ============================================ */

/* Hero section lead text */
.hero .lead,
.hero-lead {
	max-width: 700px;
}

/* Price tag */
.price-tag {
	font-size: 3rem;
}

/* HR divider */
hr.divider {
	border-color: rgba(255, 255, 255, 0.1);
}

/* Travel fee list items */
.travel-fee-item {
	background: rgba(255, 255, 255, 0.03);
}

/* Map container */
.map-container {
	position: relative;
}

.map-container #service-map {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.pricing-card--map {
	min-height: 500px;
}

/* Schedule day items */
.schedule-day-item {
	background: rgba(255, 255, 255, 0.03);
	min-width: 100px;
}

.schedule-day-item .badge {
	font-size: 0.7em;
	white-space: normal;
	word-wrap: break-word;
}
