/* /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-chsg9e8cru] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-chsg9e8cru] {
  color: var(--smi-secondary-dark, #9a6f72);
}

.btn-primary[b-chsg9e8cru] {
  color: #fff;
  background-color: var(--smi-primary, #2C2B30);
  border-color: var(--smi-primary-dark, #1f1e22);
}

.nav-pills .nav-link.active[b-chsg9e8cru], .nav-pills .show > .nav-link[b-chsg9e8cru] {
  color: #fff;
  background-color: var(--smi-secondary, #B9898C);
  border-color: var(--smi-secondary-dark, #9a6f72);
}

.border-top[b-chsg9e8cru] {
  border-top: 1px solid var(--smi-border-light, #E7CBCF);
}
.border-bottom[b-chsg9e8cru] {
  border-bottom: 1px solid var(--smi-border-light, #E7CBCF);
}

.box-shadow[b-chsg9e8cru] {
  box-shadow: 0 .25rem .75rem rgba(44, 43, 48, 0.1);
}

button.accept-policy[b-chsg9e8cru] {
  font-size: 1rem;
  line-height: inherit;
}

/* Footer - sticky footer using flexbox (works with site.css body flex) */
.footer[b-chsg9e8cru] {
  width: 100%;
  background-color: var(--smi-primary, #2C2B30);
  color: #ffffff;
  margin-top: auto; /* Push footer to bottom when content is short */
}

.footer a[b-chsg9e8cru] {
  color: var(--smi-secondary-light, #E7CBCF);
}

.footer a:hover[b-chsg9e8cru] {
  color: #ffffff;
  text-decoration: none;
}

/* Footer list items spacing */
.footer ul li[b-chsg9e8cru] {
  padding: 0.25rem 0;
}

.footer h5[b-chsg9e8cru] {
  color: #ffffff;
  margin-bottom: 1rem;
}
