
/* RESURGENCE - ORIGINAL BAR + WIKI V1
   This file does NOT create a second bar.
   It only helps the fifth cloned Store/Wiki unit fit if needed. */

.rs-original-wiki-button {
  /* Keep the original Store visuals. Only a slight emerald accent distinguishes Wiki. */
  filter: drop-shadow(0 0 4px rgba(42, 150, 122, .18));
}

.rs-original-wiki-button:hover {
  filter: drop-shadow(0 0 7px rgba(65, 195, 159, .34));
}

/* Applied only when JS detects that the fifth button would overflow.
   We scale the five existing small button units, never the page/container. */
.rs-original-five-fit {
  white-space: nowrap !important;
}

.rs-original-five-fit > * {
  transform: scale(.92);
  transform-origin: center top;
  margin-left: -3px !important;
  margin-right: -3px !important;
}
