summary {
	font-size: var(--wp--preset--font-size--small);
}

header .wp-block-search__inside-wrapper input {
	height: 30px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	z-index: 11;
	color: black;
}

footer ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
    padding: 6px 0;
}

footer ul li:last-child {
    border-bottom: none; 
}

footer ul li a {
    text-decoration: none !important;
    color: inherit;
}

footer ul li a:hover {
    text-decoration: underline !important;
}

footer .wp-block-list {
	padding-left: 0;
}

