/* _content/Kidslympic/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Kidslympic Layout overrides to align with mobile-first theme */

a.navbar-brand[b-mcxaby2ps1] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Links use theme pink */
a[b-mcxaby2ps1] {
  color: var(--pink);
}

/* Primary buttons use theme pink */
.btn-primary[b-mcxaby2ps1] {
  color: #fff;
  background-color: var(--pink);
  border-color: var(--pink);
}

/* Active pill uses theme pink */
.nav-pills .nav-link.active[b-mcxaby2ps1], .nav-pills .show > .nav-link[b-mcxaby2ps1] {
  color: #fff;
  background-color: var(--pink);
  border-color: var(--pink);
}

/* Subtle borders */
.border-top[b-mcxaby2ps1] {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.border-bottom[b-mcxaby2ps1] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Softer shadow used by cards/navbar */
.box-shadow[b-mcxaby2ps1] {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

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

/* Footer should be static; spacing handled by layout and site.css */
.footer[b-mcxaby2ps1] {
  position: static;
  bottom: auto;
  width: 100%;
  white-space: normal;
  line-height: 1.25;
}

