/**
 * Add custom styles
 *
 * CSS variables are defined in "theme.json"
 * https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json
 */
.wp-block-site-logo img.custom-logo {
  width: 42.5vw;
}

nav.wp-block-navigation.breadcrumb li:not(:first-child) a::before {
  content: " > ";
}
@media screen and (min-width: 600px) {
  nav.iconnav .wp-block-outermost-icon-block {
    flex-direction: column;
    justify-content: center;
  }
  nav.iconnav .wp-block-outermost-icon-block a {
    justify-self: center;
    display: block;
  }
  nav.iconnav .wp-block-outermost-icon-block[title]::after {
    content: attr(title);
    font-size: var(--wp--preset--font-size--small);
    margin-top: 0.5rem;
    justify-self: center;
    color: var(--wp--preset--color--dark-grey);
  }
}
