/* _content/CustomizedContracts/Views/Shared/_Layout.cshtml.rz.scp.css */
/* _Layout.cshtml.css - Layout and main navigation styling */

a.navbar-brand[b-xht2qje0pu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  /* Ensure long brand name wraps nicely on small screens */
}

a[b-xht2qje0pu] {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover[b-xht2qje0pu], a:focus[b-xht2qje0pu] {
  color: var(--primary-color-darker);
  text-decoration: underline;
}

/* Primary button styling (uses brand blue) */
.btn-primary[b-xht2qje0pu] {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color-darker);
  border-radius: 4px;
}
.btn-primary:hover[b-xht2qje0pu],
.btn-primary:focus[b-xht2qje0pu] {
  background-color: var(--primary-color-darker);
  border-color: #145292;  /* slightly darker on hover for contrast */
  /* Note: focus also has an outline via box-shadow in site.css for accessibility */
}

/* Active state for nav pills (tab navigation) */
.nav-pills .nav-link.active[b-xht2qje0pu],
.nav-pills .show > .nav-link[b-xht2qje0pu] {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color-darker);
}

/* Utility border styles for separators */
.border-top[b-xht2qje0pu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-xht2qje0pu] {
  border-bottom: 1px solid #e5e5e5;
}

/* Reusable subtle shadow */
.box-shadow[b-xht2qje0pu] {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/* Cookie policy banner button */
button.accept-policy[b-xht2qje0pu] {
  font-size: 1rem;
  line-height: inherit;
  /* Ensures the “Accept” button in policy banner has readable text */
}

/* Footer styling */
.footer[b-xht2qje0pu] {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  color: #333;
  text-align: center;
}
