/* Tiger Theme — site chrome (header + footer template parts). */

.tiger-header {
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: saturate(180%) blur(8px);
	background: rgba(255, 255, 255, .88);
}

.tiger-header .wp-block-site-title a {
	text-decoration: none;
}

.tiger-header .wp-block-navigation a {
	color: var(--tg-ink);
	text-decoration: none;
	transition: color .15s;
}
.tiger-header .wp-block-navigation a:hover {
	color: var(--tg-link);
}

.tiger-header .wp-block-button__link {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

/* Footer. */
.tiger-footer a {
	color: #d7e0de;
	text-decoration: none;
	transition: color .15s;
}
.tiger-footer a:hover {
	color: #fff;
}
.tiger-footer .wp-block-site-title a {
	color: #fff;
}

@media (max-width: 600px) {
	.tiger-header .wp-block-buttons {
		display: none;
	}
}
