/* Shared public entrances: the bar remains reachable while the panel overlays the page. */
.fv-public-navigation-page { scroll-padding-top: calc(var(--fv-public-bar-height, 90px) + 12px); }
.fv-public-brand { background: #fffefa; padding: 19.2px max(18.4px, calc((100% - 70rem) / 2)); }
.fv-public-brand .fv-brand { align-items: center; display: inline-flex; flex-direction: column; padding: 0; }
.fv-public-brand .fv-wordmark {
  color: #084a3b; font: 500 42.4px/1 Arial, Helvetica, sans-serif; letter-spacing: -0.065em;
}
.fv-public-brand .fv-tagline {
  color: #8a5e24; font-size: 8.96px; letter-spacing: 0.21em; line-height: 1.4; margin-top: 6.4px;
}
.fv-public-tabs {
  background: #f3f3e9; border-block: 1px solid #e3e5da; box-shadow: 0 3px 8px #173a2810;
  color: #163f34; font-family: Arial, Helvetica, sans-serif; position: sticky; top: 0; z-index: 40;
}
.fv-public-tabs-inner {
  display: grid; gap: 5px; grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto; max-width: 70rem; padding: 6px 8px;
}
.fv-public-tabs .fv-public-tab {
  align-items: center; background: transparent; border: 1px solid transparent; border-radius: 0.7rem;
  color: #163f34; display: flex; flex-direction: column; font-size: 0.75rem; gap: 5px; height: 100%;
  justify-content: center; line-height: 1.35; list-style: none; min-height: 69px; min-width: 0;
  padding: 7px 3px; position: relative; text-align: center; text-decoration: none;
}
.fv-public-tab > span { max-width: 100%; overflow-wrap: anywhere; }
.fv-public-tabs .ui-icon { color: #94723d; flex: 0 0 auto; height: 1.4rem; width: 1.4rem; }
.fv-public-tabs .fv-public-tab:hover, .fv-public-more[open] > .fv-public-tab { background: #e7efe3; }
.fv-public-tab[aria-current="page"] { background: #e7efe3; }
.fv-public-tab[aria-current="page"]::after {
  background: #075346; border-radius: 2px; bottom: 2px; content: ""; height: 3px;
  left: 25%; position: absolute; right: 25%;
}
.fv-public-more { min-width: 0; }
.fv-public-more > summary { cursor: pointer; }
.fv-public-more > summary::-webkit-details-marker { display: none; }
.fv-public-more[open]::before {
  background: #14271f29; bottom: 0; content: ""; left: 0; position: fixed; right: 0;
  top: var(--fv-public-bar-bottom, 12rem);
}
.fv-public-panel {
  background: #fffefa; border: 1px solid #e3e5da; border-radius: 1.2rem; box-shadow: -3px 8px 27px #1b39291f;
  max-height: var(--fv-public-panel-height, calc(100dvh - 13rem)); overflow-y: auto;
  overscroll-behavior: contain; padding: 0.85rem; position: absolute;
  right: max(10px, calc((100% - 70rem) / 2)); scrollbar-gutter: stable; top: calc(100% + 8px);
  width: min(22rem, calc(100% - 30px));
}
.fv-public-menu-head { align-items: center; display: flex; font-size: 1.1rem; justify-content: space-between; }
.fv-public-menu-head button {
  align-items: center; background: transparent; border: 1px solid #d9dfd4; border-radius: 0.6rem; color: #163f34;
  display: flex; font: inherit; font-size: 1.5rem; justify-content: center; min-height: 44px; min-width: 44px;
}
.fv-public-panel > a {
  align-items: center; border-radius: 0.65rem; color: #163f34; display: flex; gap: 0.85rem;
  line-height: 1.5; min-height: 3.25rem; overflow-wrap: anywhere; padding: 0.7rem; text-decoration: none;
}
.fv-public-panel > a:hover { background: #e7efe3; }
.fv-public-language { border-top: 1px solid #e3e5da; margin-top: 0.5rem; padding: 0.75rem 0.5rem 0; }
.fv-public-language > p { color: #677269; font-size: 0.85rem; margin: 0 0 0.5rem; }
.fv-public-language .language-switch { margin: 0; }
.fv-public-language .language-switch button { min-height: 44px; }
.fv-public-tabs :focus-visible { outline: 3px solid #367a97; outline-offset: 2px; scroll-margin-block: 12px; }
@media (min-width: 50rem) {
  .fv-public-tabs .fv-public-tab { flex-direction: row; font-size: 1rem; gap: 0.6rem; min-height: 3.5rem; }
}
