@charset "UTF-8";

header.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 99;
}
header.site-header .header-inner {
  align-items: center;
}
header.site-header:not(.header-stacked) .header-inner .site-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  max-width: 50%;
}
header.site-header .custom-logo {
  max-width: 60px;
}
header.site-header .after-logo {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

header.site-header .site-navigation ul.menu li a {
  color: #ffffff;
}
.action-button {
  display: flex;
  align-items: center;
  height: fit-content;
  padding: 12px 24px;
  background-color: #B94F38;
  color: #fff;
}
.action-button:hover {
  background-color: #9f3e29;
  color: #fff;
}
