/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2026 | 11:58:01 */
@media (min-width: 992px) {
  nav.site-menu-desktop.wp-block-navigation {
    position: static;
    left: auto;
    transform: none;
    margin-left: auto;
    order: 2;
  }

  .site-header-container .wp-block-group.w-100 {
    justify-content: space-between;
    flex-direction: row;
  }

  .site-header-container .wp-block-group.w-100 > .wp-block-group:first-child {
    order: 1;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .site-header-container .wp-block-site-title,
  .site-header-container .wp-block-site-title a {
    white-space: nowrap;
  }
}