@import url('./themes/press-box.css');

.nav-more { position: relative; }
.nav-more__btn { padding: 10px 14px; font-size: 14px; font-weight: 500; color: var(--text-muted); border-radius: var(--radius-sm); cursor: pointer; list-style: none; }
.nav-more__btn::-webkit-details-marker { display: none; }
.nav-more[open] .nav-more__btn { background: var(--bg-alt); color: var(--text); }
.nav-more__pop { position: absolute; top: 100%; right: 0; margin-top: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 6px; min-width: 180px; display: flex; flex-direction: column; gap: 2px; box-shadow: var(--shadow); z-index: 10; }
.nav-more__pop a { padding: 8px 12px; font-size: 14px; color: var(--text); border-radius: 4px; }
.nav-more__pop a:hover { background: var(--bg-alt); }
