:root {
  /* Force all primary/blue tokens used by File Browser → Kalbe green */
  --blue: #5a9c43;
  --primary: #5a9c43;
  --primary-light: #6fbf52;
  --primary-dark: #4a8137;
}

/* Safety: explicitly recolor common components */

.navbar,
.navbar.is-primary,
.button.is-primary,
.button.is-primary:hover,
.button.is-primary:focus,
.button.is-primary:active,
.tag.is-primary,
.progress.is-primary {
  background-color: #5a9c43 !important;
  border-color: #5a9c43 !important;
}

a,
.link,
.breadcrumb a,
.sidebar .item.is-active,
.navbar-item.is-active,
.navbar-item:focus,
.navbar-item:hover {
  color: #5a9c43 !important;
}

tr.is-selected,
tr.is-selected td,
.is-selected {
  background-color: rgba(90,156,67,0.15) !important;
}

input[type="checkbox"]:checked + span:before,
input[type="radio"]:checked + span:before {
  background-color: #5a9c43 !important;
  border-color: #5a9c43 !important;
}
