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;
}

/* Lightweight, page-local “pro” headshot styling */
.poc-player-headshot {
    width: 44px;
    height: 34px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 10px 24px rgba(0,0,0,.35);
    background: rgba(255,255,255,.06);
}

/* Optional severity pills (only if you don't already have these globally) */
.poc-pill-danger {
    background: rgba(220, 53, 69, .15) !important;
    border: 1px solid rgba(220, 53, 69, .35);
    color: rgba(255,255,255,.92);
}

.poc-pill-warn {
    background: rgba(255, 193, 7, .12) !important;
    border: 1px solid rgba(255, 193, 7, .30);
    color: rgba(255,255,255,.92);