#events-family.events-family { box-sizing: border-box; position: relative; z-index: 5; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px 24px; padding: 10px clamp(20px,3vw,48px); background: #f6f2e9; color: #173e49; border-bottom: 1px solid #c7cfc9; font: 400 14px/1.5 'Inter',Arial,sans-serif; }
#events-family nav { display: flex; flex-wrap: wrap; gap: 4px 24px; align-items: center; }
#events-family nav[aria-label="Events navigation"] { margin-left: auto; }
#events-family a { display: inline-flex; align-items: center; min-height: 44px; color: #173e49; font: inherit; text-decoration: none; border-bottom: 2px solid transparent; }
#events-family a[aria-current="page"] { border-bottom-color: #987532; font-weight: 600; }
#events-family a:hover { text-decoration: underline; text-underline-offset: 5px; }
#events-family a:focus-visible { outline: 2px solid #477d8b; outline-offset: 4px; }
#events-family ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
#events-family li { display: inline-flex; align-items: center; gap: 8px; }
#events-family li + li::before { content: '/'; color: #6a7e83; }
.embed-mode #events-family { display: none; }
#site-header .site-nav a[aria-current="true"] { color: #d4b06a; border-bottom-color: #d4b06a; }
#site-header .site-mobile nav a[aria-current="true"] { background: rgba(255,255,255,.08); color: #d4b06a; }
@media(max-width:700px) { #events-family.events-family { gap: 0; } #events-family nav[aria-label="Events navigation"] { width: 100%; margin-left: 0; gap: 4px 22px; } }
.tailorForm .events-other-link { grid-column: 1 / -1; line-height: 1.7; }
.tailorForm .events-other-link a { text-decoration: underline; text-underline-offset: 3px; }
