/* ==========================================================================
   Siteview Header & Footer
   Exact replica of the header/footer from the old Google Business
   (Presto "Midnight") site at bufordstreetdrugstore.com.
   ========================================================================== */

.hrx-sv-topbar,
.hrx-sv-footer,
.hrx-sv-bottombar {
	box-sizing: border-box;
	font-family: "Ledger", Georgia, "Times New Roman", serif;
}

.hrx-sv-topbar *,
.hrx-sv-footer *,
.hrx-sv-bottombar * {
	box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   Top bar (.CS81U)
   -------------------------------------------------------------------------- */

.hrx-sv-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	padding: 0 12px;
	margin: 0;
	background: #ffffff;
	box-shadow: 0 0 5px grey;
	font-weight: 400;
}

/* Non-functional hamburger (front-end design only, does not open anything) */
.hrx-sv-menu-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	flex: 0 0 auto;
	width: 40px;
	height: 70px;
	padding: 0 10px;
	margin: 0;
	pointer-events: none;
	cursor: default;
}

.hrx-sv-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: #202124;
	border-radius: 1px;
}

@media (min-width: 640px) {
	.hrx-sv-topbar {
		height: 64px;
		padding: 0 66px;
	}

	.hrx-sv-menu-toggle {
		height: 64px;
	}
}

/* Business name in the top bar (.c2zzSe) */
.hrx-sv-topbar-name {
	display: block;
	flex: 1 1 0%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 12px;
	margin: 0;
	color: #202124;
	font-family: "Comfortaa", "Ledger", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 70px;
	text-decoration: none;
}

.hrx-sv-topbar-name:hover,
.hrx-sv-topbar-name:focus {
	color: #202124;
}

@media (min-width: 640px) {
	.hrx-sv-topbar-name {
		font-size: 22px;
		padding: 0 20px;
		line-height: 64px;
	}
}

/* Action links — Get Quote, Call now, Get directions (.dtKbfb) */
.hrx-sv-topbar-actions {
	display: none;
	align-items: center;
	flex: 0 0 auto;
}

@media (min-width: 640px) {
	.hrx-sv-topbar-actions {
		display: flex;
	}
}

.hrx-sv-topbar-action {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 0 14px;
	white-space: nowrap;
	color: #48487f;
	font-family: "Ledger", Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

.hrx-sv-topbar-action:hover,
.hrx-sv-topbar-action:focus {
	color: #4a4a59;
}

/* Optional image shown to the left of each action link */
.hrx-sv-topbar-action-img {
	display: block;
	margin-right: 6px;
	max-height: 30px;
	width: auto;
	object-fit: contain;
	flex: 0 0 auto;
}

/* --------------------------------------------------------------------------
   Content offset for the fixed top bar
   -------------------------------------------------------------------------- */

#content.hrx-site-content {
	padding-top: 70px;
}

@media (min-width: 640px) {
	#content.hrx-site-content {
		padding-top: 64px;
	}
}

/* --------------------------------------------------------------------------
   Footer (.KqqKsf / .X3D5od)
   -------------------------------------------------------------------------- */

.hrx-sv-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 0.25px solid #b5b5b5;
	padding: 20px 0;
	margin: 0;
	color: #b5b5b5;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}

@media (min-width: 640px) {
	.hrx-sv-footer {
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
}

.hrx-sv-footer a {
	color: #b5b5b5;
}

.hrx-sv-footer-link {
	display: inline-block;
	color: #b5b5b5;
	font-size: 12px;
	line-height: 1.8;
	text-decoration: none;
}

.hrx-sv-footer-link:hover,
.hrx-sv-footer-link:focus {
	color: #b5b5b5;
}

/* --------------------------------------------------------------------------
   Mobile bottom bar (.UQyKne / .eOemif)
   -------------------------------------------------------------------------- */

.hrx-sv-bottombar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	display: flex;
	align-items: stretch;
	height: 56px;
	background: #ffffff;
	box-shadow: 0 0 5px grey;
}

@media (min-width: 640px) {
	.hrx-sv-bottombar {
		display: none;
	}
}

.hrx-sv-bottombar-spacer {
	height: 56px;
}

@media (min-width: 640px) {
	.hrx-sv-bottombar-spacer {
		display: none;
	}
}

.hrx-sv-bottom-item {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	align-items: center;
	justify-content: flex-start;
	padding-top: 6px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #48487f;
	text-decoration: none;
	font-weight: 400;
}

.hrx-sv-bottom-item:hover,
.hrx-sv-bottom-item:focus {
	color: #4a4a59;
}

.hrx-sv-bottom-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
	font-size: 24px;
	line-height: 1;
}

.hrx-sv-bottom-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}