.pwa-bottom-nav {
	position: fixed;
	inset: auto 0 0;
	z-index: 999;
	background: rgba(247, 243, 235, 0.98);
	border-top: 1px solid rgba(36, 59, 83, 0.08);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc(0.75rem + env(safe-area-inset-bottom)) 1rem 0.75rem;
	backdrop-filter: blur(10px);
	box-shadow: 0 -1px 24px rgba(16, 24, 40, 0.08);
}

.pwa-bottom-nav a,
.pwa-bottom-nav button {
	flex: 1;
	min-width: 0;
	margin: 0 0.2rem;
	padding: 0.75rem 0.6rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--wp--preset--color--deep-faith-navy);
	text-decoration: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	text-align: center;
}

.pwa-bottom-nav a:hover,
.pwa-bottom-nav button:hover {
	background: rgba(47, 111, 115, 0.1);
}

.pwa-bottom-nav a:focus,
.pwa-bottom-nav button:focus {
	outline: 3px solid rgba(200, 169, 91, 0.45);
	outline-offset: 3px;
}

.pwa-bottom-nav button {
	cursor: pointer;
	background: var(--wp--preset--color--hope-gold);
	color: var(--wp--preset--color--warm-white);
}

@media (min-width: 960px) {
	.pwa-bottom-nav {
		display: none;
	}
}
