.famtoes-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(100% - 56px, 1180px);
	min-height: 76px;
	margin: 0 auto;
	color: #171717;
	background: #ffffff;
	box-sizing: border-box;
}

.famtoes-site-brand {
	color: #171717;
	font-family: "Brush Script MT", "Segoe Print", "Bradley Hand", cursive;
	font-size: 31px;
	font-style: italic;
	line-height: 1;
	text-decoration: none;
}

.famtoes-site-menu {
	display: flex;
	align-items: center;
	gap: 26px;
}

.famtoes-site-menu a {
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-underline-offset: 5px;
}

.famtoes-site-menu a:hover,
.famtoes-site-menu a:focus-visible {
	text-decoration: underline;
}

.famtoes-empty-footer {
	display: none;
}

body.home .entry-content > .wp-block-group:last-child {
	display: none;
}

@media (max-width: 620px) {
	.famtoes-site-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
		width: min(100% - 36px, 1180px);
		padding: 22px 0;
	}

	.famtoes-site-menu {
		flex-wrap: wrap;
		gap: 12px 22px;
	}
}
