.besz-navigation-slot { display: flow-root; width: 100%; min-width: 0; margin: 10px 0; clear: both; }
.besz-navigation { display: flex; float: none; width: 100%; gap: 8px; padding: 6px; border: 1px solid var(--border-color); border-radius: 10px; background: var(--content-color); box-sizing: border-box; }
.besz-navigation a { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 6px 10px; box-sizing: border-box; border: 1px solid var(--border-color); border-radius: 7px; color: var(--text-color); text-decoration: none; text-align: center; font-weight: bold; }
.besz-navigation a[aria-current="page"] { background: var(--active-color); color: var(--text-color); border: 2px solid var(--warning-color); text-decoration: underline; text-underline-offset: 4px; }
.besz-navigation a:focus-visible, .besz-comment-actions a:focus-visible { outline: 3px solid var(--warning-color); outline-offset: 2px; }
.besz-access-note { font-size: 14px; line-height: 1.5; text-align: left; }
.besz-conversation-summary { clear: both; width: 100%; box-sizing: border-box; text-align: left; padding: 12px; margin: 10px 0 16px; border: 1px solid var(--border-color); border-radius: 10px; }
.besz-conversation-summary p { margin: 6px 0; }
.besz-comment-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.besz-comment-actions a { display: inline-flex; align-items: center; min-height: 44px; box-sizing: border-box; }
.besz-comment-preview { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--border-color); overflow-wrap: anywhere; }
.besz-comment-preview p { margin: 6px 0; }
#hozzaszolas { scroll-margin-top: 125px; }
.besz-conversation #commentsystem_msg { min-width: 0 !important; width: 100% !important; box-sizing: border-box; }
#besz-comment-composer { margin: 12px 0; text-align: left; }
#besz-comment-composer summary { cursor: pointer; padding: 12px; font-weight: bold; border: 1px solid var(--border-color); border-radius: 8px; }
#besz-comment-composer label { display: block; margin: 12px 0 6px; }
@media (max-width: 900px) {
    .besz-navigation.is-fixed { position: fixed; top: var(--besz-header-bottom, 44px); left: var(--besz-nav-left); width: var(--besz-nav-width); z-index: 990; box-shadow: 0 3px 8px #0003; }
    .besz-navigation a { font-size: 14px; padding: 6px; }
}
