html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Accessible focus styles and active nav highlighting */
.nav-link:focus {
 outline:3px solid #0d6efd; /* Bootstrap primary */
 outline-offset:2px;
}

.nav-link.active {
 background-color: rgba(13,110,253,0.08);
 color: #0d6efd;
 font-weight:600;
}

/* Ensure nested navs are indented and keyboard navigable */
.sidebar-nav .nav .nav {
 padding-left:0.5rem;
}

/* Renter highlight and badge for AssignGuests */
.renter-row { background-color: #fffbe6; }
.renter-badge { display: inline-block; margin-left: .5rem; padding: .15rem .4rem; font-size: .75rem; border-radius: .25rem; background:#ffefc2; color:#6a4b00; border:1px solid #f0d7a0; }
.guest-assign { min-width:220px; }