/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7z8rec3jbd] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-weight: 800;
}

a[b-7z8rec3jbd] {
  color: var(--safecheck-link, #0077cc);
}

.btn-primary[b-7z8rec3jbd] {
  color: #fff;
  /* Deep green so white label text clears WCAG AA (~5:1); brighter --cactus-accent
     is reserved for icons/eyebrows/accents where it isn't carrying text. */
  background-color: #17804a;
  border-color: #136a3d;
}

.btn-primary:hover[b-7z8rec3jbd], .btn-primary:focus[b-7z8rec3jbd], .btn-primary:active[b-7z8rec3jbd] {
  color: #fff;
  background-color: #136a3d;
  border-color: #0f5733;
}

.nav-pills .nav-link.active[b-7z8rec3jbd], .nav-pills .show > .nav-link[b-7z8rec3jbd] {
  color: #fff;
  background-color: var(--cactus-accent, #1f9d57);
  border-color: var(--cactus-accent-strong, #17804a);
}

.border-top[b-7z8rec3jbd] {
  border-top: 1px solid var(--safecheck-border, #e5e5e5);
}
.border-bottom[b-7z8rec3jbd] {
  border-bottom: 1px solid var(--safecheck-border, #e5e5e5);
}

.box-shadow[b-7z8rec3jbd] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7z8rec3jbd] {
  font-size: 1rem;
  line-height: inherit;
}

/* The footer is laid out as a normal-flow column grid in site.css (.footer / .footer-grid).
   The old sticky-footer rule (position:absolute; bottom:0) was removed - without the
   html{position:relative} scaffolding it anchored a viewport-height down and overlapped
   the page content. */
