/* Legacy site.css.
 * Most styles now live in ozbook.css and the design tokens in colors_and_type.css.
 * Keep this file lean — only Bootstrap-specific overrides that aren't already
 * handled by the --bs-* aliases at the bottom of colors_and_type.css.
 */

/* DevExpress + Bootstrap floating-label tweaks that the project relied on. */
.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;
}
