/* form-group-compat.css
 * Bootstrap 5 移除了 .form-group，此檔為相容層。
 * Phase 2 完成後可視需要移除。
 */
.form-group {
  margin-bottom: 1rem;
}
