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%;
}

/* Documentation rendered markdown — matches Bootstrap/site style */
.lmp-doc-content { color: #212529; font-size: 1rem; line-height: 1.7; }
.lmp-doc-content h1, .lmp-doc-content h2 { padding-bottom: .4rem; border-bottom: 1px solid #dee2e6; margin-top: 1.75rem; margin-bottom: .75rem; font-weight: 600; }
.lmp-doc-content h3, .lmp-doc-content h4, .lmp-doc-content h5 { margin-top: 1.25rem; margin-bottom: .5rem; font-weight: 600; }
.lmp-doc-content h1 { font-size: 1.5rem; }
.lmp-doc-content h2 { font-size: 1.25rem; }
.lmp-doc-content h3 { font-size: 1.1rem; }
.lmp-doc-content p { margin-bottom: .85rem; }
.lmp-doc-content ul, .lmp-doc-content ol { padding-left: 1.5rem; margin-bottom: .85rem; }
.lmp-doc-content li { margin-bottom: .25rem; }
.lmp-doc-content a { color: #0d6efd; text-decoration: none; }
.lmp-doc-content a:hover { text-decoration: underline; }
.lmp-doc-content code { background: #f0f1f3; border-radius: .25rem; padding: .1em .35em; font-size: .875em; color: #d63384; }
.lmp-doc-content pre { background: #f8f9fa; border: 1px solid #dee2e6; border-radius: .375rem; padding: 1rem; overflow-x: auto; margin-bottom: 1rem; }
.lmp-doc-content pre code { background: none; padding: 0; font-size: .875rem; color: #212529; }
.lmp-doc-content blockquote { border-left: 4px solid #dee2e6; padding: .5rem 1rem; color: #6c757d; margin-bottom: .85rem; background: #f8f9fa; border-radius: 0 .375rem .375rem 0; }
.lmp-doc-content table { width: 100%; margin-bottom: 1rem; border-collapse: collapse; font-size: .9rem; }
.lmp-doc-content table th { background: #f8f9fa; font-weight: 600; border: 1px solid #dee2e6; padding: .5rem .75rem; text-align: left; }
.lmp-doc-content table td { border: 1px solid #dee2e6; padding: .5rem .75rem; }
.lmp-doc-content table tr:nth-child(even) td { background: #f8f9fa; }
.lmp-doc-content hr { border-color: #dee2e6; margin: 1.5rem 0; }
.lmp-doc-content img { max-width: 100%; border-radius: .375rem; }

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;
}