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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
/* Daily Sales month grid: keep inputs usable inside the wide table */
.sales-grid .money { min-width: 6.5rem; }
.sales-grid .count { min-width: 4.2rem; }
.sales-grid .notes { min-width: 9rem; }
.sales-grid thead th { background-color: var(--bs-body-bg); }

/* Summary grid: keep the metric labels visible while scrolling months */
.summary-grid .sticky-col { position: sticky; left: 0; background-color: var(--bs-body-bg); }

/* Store logo: fits the navbar brand area, scales down on small screens */
.site-logo { max-height: 40px; width: auto; max-width: 220px; object-fit: contain; }
@media (max-width: 575.98px) { .site-logo { max-height: 32px; max-width: 150px; } }
/* Larger logo on the sign-in / setup pages */
.site-logo-large { max-height: 90px; width: auto; max-width: 260px; object-fit: contain; }
