.rb-navbox {
border: 2px solid #e8daa8;
background: #faf4e0;
margin: 1.5em 0 0.5em;
font-size: 0.875em;
line-height: 1.6;
}
.rb-navbox-header {
background: #562c1b;
color: #e8daa8;
text-align: center;
padding: 6px 12px;
font-weight: bold;
font-size: 1.1em;
}
.rb-navbox-header a {
color: #e8daa8;
text-decoration: none;
}
.rb-navbox-header a:hover {
color: #ebb933;
}
.rb-navbox-body {
padding: 0;
}
.rb-navbox-group {
display: flex;
border-top: 1px solid #e8daa8;
}
.rb-navbox-group:first-child {
border-top: none;
}
.rb-navbox-label {
background: #6e3a24;
color: #e8daa8;
font-weight: bold;
white-space: nowrap;
padding: 4px 12px;
min-width: 100px;
text-align: right;
}
.rb-navbox-list {
padding: 4px 12px;
flex: 1;
}
.rb-navbox-list a {
color: #8b4513;
text-decoration: none;
}
.rb-navbox-list a:hover {
color: #ebb933;
}
.rb-navbox-list a.new {
color: #cc4444;
}